Skip to content

Commit

Permalink
Prepare for package release
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Aug 10, 2022
1 parent c73a9da commit 918f5e6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## @i-vresse/wb-core 1.1.0 - 2022-08-10

### Added

* Molecule filename as index in array sub-forms ([#76](https://github.com/i-VRESSE/workflow-builder/issues/76))

## @i-vresse/wb-form 1.1.0 - 2022-08-10

### Added

* Molecule filename as index in array sub-forms ([#76](https://github.com/i-VRESSE/workflow-builder/issues/76))

## 1.0.0 - 2022-08-02

Initial release

<!--
To record change to a package use a custom header like
## @i-vresse/wb-form@1.0.1 - 2022-08-02
## @i-vresse/wb-form 1.0.1 - 2022-08-02
... Changes of form package ...
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The root, packages and apps have independend versions. To make a release of the
1. Add changes to [CHANGELOG.md](CHANGELOG.md)
2. Set version in `/package.json` with `yarn version <patch|minor|major>` and push changes to main branch
3. Goto https://github.com/i-VRESSE/workflow-builder/releases/new
4. Create a tag in format 'v' + version value in `/package.json`
4. Create a tag in format 'v' + version value from `/package.json`
5. Set title to `i-VRESSE workflow-builder`
6. Copy `The workflow builder allows you to create a complex TOML formatted config file based on a set of JSON schemas.` to release description
7. Append newest sections in CHANGELOG.md to release description
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workflow-builder-monorepo",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"workspaces": [
"apps/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i-vresse/wb-core",
"version": "1.0.0",
"version": "1.1.0",
"description": "React components to construct a workflow builder application",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i-vresse/wb-form",
"version": "1.0.0",
"version": "1.1.0",
"description": "Enhanced version of the React JSON schema form component with Bootstrap 4 theme",
"keywords": [
"react",
Expand Down

0 comments on commit 918f5e6

Please sign in to comment.