Skip to content

Commit 4b5d011

Browse files
committed
Release 0.1.0-beta.0
1 parent d4968c6 commit 4b5d011

File tree

3 files changed

+6
-34
lines changed

3 files changed

+6
-34
lines changed

CHANGELOG.md

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,5 @@
1-
# Changelog
1+
#### 0.1.0-beta.0 (2023-05-18)
22

3-
All notable changes to this project will be documented in this file.
3+
##### New Features
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
8-
## [Unreleased]
9-
10-
<!-- Type of changes:
11-
- Added
12-
- Changed
13-
- Deprecated
14-
- Removed
15-
- Fixed
16-
- Security
17-
-->
18-
19-
<!-- eg:
20-
### Added
21-
- Short description about it. ([#pr-id](https://github.com/remoteoss/jsf/pull/<pr-id>))
22-
23-
### Deprecated
24-
- Deprecated `xxx` in favor of `yyy`. ([#pr-id](https://github.com/remoteoss/jsf/pull/<pr-id>))
25-
-->
26-
27-
## [1.0.0-beta.1] - 2023-XX-XX
28-
29-
### Added
30-
31-
- Initial public release. ([#1](https://github.com/remoteoss/jsf/pull/1))
32-
33-
---
5+
- Initial release ([#1](https://github.com/remoteoss/json-schema-form/pull/1)) ([9a687351](https://github.com/remoteoss/json-schema-form/commit/9a6873513445a7a53e9f9222d457c5ce585cbbd8) and ([#5](https://github.com/remoteoss/json-schema-form/pull/5)) ([ceb6f47b](https://github.com/remoteoss/json-schema-form/commit/ceb6f47b3d1ff031e1789a504af32ecc36834d8e))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remoteoss/json-schema-form",
3-
"version": "0.0.0-beta.0",
3+
"version": "0.1.0-beta.0",
44
"description": "Headless UI form powered by JSON Schemas",
55
"author": "Remote.com <[email protected]> (https://remote.com/)",
66
"license": "MIT",

0 commit comments

Comments
 (0)