Skip to content

Commit

Permalink
chore(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fakenickels committed Jul 30, 2020
1 parent 296c507 commit fb4ece8
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 7 deletions.
21 changes: 21 additions & 0 deletions packages/bs-reform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-alpha.0](https://github.com/Astrocoders/reform/compare/[email protected]@10.0.0-alpha.0) (2020-07-30)


### Bug Fixes

* **setup:** setup for monorepo watcher ([c4dd831](https://github.com/Astrocoders/reform/commit/c4dd8315574a1d74e90b930cb10c1b01a9ef4d38))
* remove fieldError, just use fieldState ([493bb74](https://github.com/Astrocoders/reform/commit/493bb7411accf889e6092f21fdad057f758fb9ed))
* replace Js.Array.find with Belt.Array.get ([025d5d5](https://github.com/Astrocoders/reform/commit/025d5d5107a095456b1d328b53c3bc5f6ab32705))


### Features

* **monorepo:** setup BS monorepo ([f702b09](https://github.com/Astrocoders/reform/commit/f702b0934f772c77ccd6e0eb01d98bdb5fc46c1e))
* **nested-errors,custom-errors:** add nested errors for field array ([8dcf20a](https://github.com/Astrocoders/reform/commit/8dcf20aa5e20bd383a2836c16ae64b8cbe38c5ca))
* **reform:** drop compat ([c64e594](https://github.com/Astrocoders/reform/commit/c64e5949c11ab6edb276c3ad27dfd58186de8e30))
* **reschema:** use inline records for validators ([bdefa25](https://github.com/Astrocoders/reform/commit/bdefa25041429264f733bbdf8eb2ee7bc96884a5))





# [9.8.0](https://github.com/Astrocoders/reform/compare/[email protected]@9.8.0) (2020-06-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/bs-reform/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bs-reform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bs-reform",
"version": "9.8.0",
"version": "10.0.0-alpha.0",
"description": "Reasonably making forms sound good again",
"repository": "[email protected]:Astrocoders/reform.git",
"homepage": "https://github.com/Astrocoders/reform#readme",
Expand Down Expand Up @@ -34,6 +34,6 @@
"dependencies": {
"reason-react-compat": "^0.4.0",
"reason-react-update": "2.0.0",
"reschema": "^1.3.1"
"reschema": "^2.0.0-alpha.0"
}
}
21 changes: 21 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.0](https://github.com/Astrocoders/reform/compare/[email protected]@1.0.0-alpha.0) (2020-07-30)


### Bug Fixes

* **setup:** setup for monorepo watcher ([c4dd831](https://github.com/Astrocoders/reform/commit/c4dd8315574a1d74e90b930cb10c1b01a9ef4d38))
* wip better DX ([41dc714](https://github.com/Astrocoders/reform/commit/41dc714c562cfa93985697565f109cc4e4cf2f94))


### Features

* **demo:** fix demo ([71b2c92](https://github.com/Astrocoders/reform/commit/71b2c92cf0bfcc091adc2a96bf19184baaa9af90))
* **monorepo:** setup BS monorepo ([f702b09](https://github.com/Astrocoders/reform/commit/f702b0934f772c77ccd6e0eb01d98bdb5fc46c1e))
* **reschema:** use inline records for validators ([bdefa25](https://github.com/Astrocoders/reform/commit/bdefa25041429264f733bbdf8eb2ee7bc96884a5))
* **reschema:** validator helpers ([a4e404c](https://github.com/Astrocoders/reform/commit/a4e404c77637c3b7e13a702186f21d68c6b1419f))
* **validators:** easier composition ([43c9bb8](https://github.com/Astrocoders/reform/commit/43c9bb8c8bacc7497d91ac43d948bcf69a5a0edf))





## [0.4.7](https://github.com/Astrocoders/reform/compare/[email protected]@0.4.7) (2020-06-23)

**Note:** Version bump only for package demo
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.4.7",
"version": "1.0.0-alpha.0",
"private": true,
"scripts": {
"build": "bsb -make-world",
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"bs-platform": "^7.3.2",
"bs-reform": "^9.8.0",
"bs-reform": "^10.0.0-alpha.0",
"graphql": "14.5.4",
"graphql-tag": "2.10.1",
"html-loader": "^1.1.0",
Expand All @@ -30,7 +30,7 @@
"reason-promise": "^1.1.1",
"reason-react": "^0.7.0",
"reason-react-update": "2.0.0",
"reschema": "^1.3.1",
"reschema": "^2.0.0-alpha.0",
"tailwindcss": "^1.6.0"
},
"devDependencies": {
Expand Down
20 changes: 20 additions & 0 deletions packages/reschema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.0](https://github.com/Astrocoders/reform/compare/[email protected]@2.0.0-alpha.0) (2020-07-30)


### Bug Fixes

* **setup:** setup for monorepo watcher ([c4dd831](https://github.com/Astrocoders/reform/commit/c4dd8315574a1d74e90b930cb10c1b01a9ef4d38))


### Features

* **monorepo:** setup BS monorepo ([f702b09](https://github.com/Astrocoders/reform/commit/f702b0934f772c77ccd6e0eb01d98bdb5fc46c1e))
* **nested-errors,custom-errors:** add nested errors for field array ([8dcf20a](https://github.com/Astrocoders/reform/commit/8dcf20aa5e20bd383a2836c16ae64b8cbe38c5ca))
* **reschema:** use inline records for validators ([bdefa25](https://github.com/Astrocoders/reform/commit/bdefa25041429264f733bbdf8eb2ee7bc96884a5))
* **reschema:** validator helpers ([a4e404c](https://github.com/Astrocoders/reform/commit/a4e404c77637c3b7e13a702186f21d68c6b1419f))
* **validators:** easier composition ([43c9bb8](https://github.com/Astrocoders/reform/commit/43c9bb8c8bacc7497d91ac43d948bcf69a5a0edf))





## [1.3.1](https://github.com/Astrocoders/reform/compare/[email protected]@1.3.1) (2020-06-23)

**Note:** Version bump only for package reschema
Expand Down
2 changes: 1 addition & 1 deletion packages/reschema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reschema",
"version": "1.3.1",
"version": "2.0.0-alpha.0",
"description": "",
"repository": "[email protected]:Astrocoders/reform.git",
"homepage": "https://github.com/Astrocoders/reform#readme",
Expand Down

0 comments on commit fb4ece8

Please sign in to comment.