Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
movpushmov committed Jan 6, 2025
1 parent 4028d06 commit 109b761
Show file tree
Hide file tree
Showing 11 changed files with 81 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/movpushmov/effector-reform/compare/v0.13.11...v0.14.0) (2025-01-06)

### Features

- improve sids generation ([47ed9a8](https://github.com/movpushmov/effector-reform/commit/47ed9a8069716713f08e774b852bb370ccdeda41))
- json objects in primitive field ([3d9babe](https://github.com/movpushmov/effector-reform/commit/3d9babeb491d959c62110e926e173bbaea4a6257))

## [0.13.11](https://github.com/movpushmov/effector-reform/compare/v0.13.10...v0.13.11) (2024-11-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.13.11",
"version": "0.14.0",
"packages": ["packages/*"],
"conventionalCommits": true,
"command": {
Expand Down
62 changes: 47 additions & 15 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions packages/effector-reform-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/movpushmov/effector-reform/compare/v0.13.11...v0.14.0) (2025-01-06)

### Features

- improve sids generation ([47ed9a8](https://github.com/movpushmov/effector-reform/commit/47ed9a8069716713f08e774b852bb370ccdeda41))
- json objects in primitive field ([3d9babe](https://github.com/movpushmov/effector-reform/commit/3d9babeb491d959c62110e926e173bbaea4a6257))

## [0.13.11](https://github.com/movpushmov/effector-reform/compare/v0.13.10...v0.13.11) (2024-11-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/effector-reform-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"private": false,
"version": "0.13.11",
"version": "0.14.0",
"description": "Effector composable forms core",
"keywords": [
"effector",
Expand Down
4 changes: 4 additions & 0 deletions packages/effector-reform-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/movpushmov/effector-reform/compare/v0.13.11...v0.14.0) (2025-01-06)

**Note:** Version bump only for package @effector-reform/react

## [0.13.11](https://github.com/movpushmov/effector-reform/compare/v0.13.10...v0.13.11) (2024-11-28)

**Note:** Version bump only for package @effector-reform/react
Expand Down
4 changes: 2 additions & 2 deletions packages/effector-reform-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"private": false,
"version": "0.13.11",
"version": "0.14.0",
"description": "React bindings for effector composable forms",
"keywords": [
"effector",
Expand Down Expand Up @@ -50,7 +50,7 @@
"url": "https://github.com/movpushmov/effector-reform/issues"
},
"dependencies": {
"@effector-reform/core": "^0.13.11"
"@effector-reform/core": "^0.14.0"
},
"devDependencies": {
"@babel/preset-react": "^7.24.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/effector-reform-yup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/movpushmov/effector-reform/compare/v0.13.11...v0.14.0) (2025-01-06)

**Note:** Version bump only for package @effector-reform/yup

## [0.13.11](https://github.com/movpushmov/effector-reform/compare/v0.13.10...v0.13.11) (2024-11-28)

**Note:** Version bump only for package @effector-reform/yup
Expand Down
4 changes: 2 additions & 2 deletions packages/effector-reform-yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"private": false,
"version": "0.13.11",
"version": "0.14.0",
"description": "Yup schema adapter for effector-reform forms",
"keywords": [
"effector",
Expand Down Expand Up @@ -55,6 +55,6 @@
},
"gitHead": "d35b5e5d94287cc6ba5b6568ef9e67c3a51312cc",
"dependencies": {
"@effector-reform/core": "^0.13.11"
"@effector-reform/core": "^0.14.0"
}
}
4 changes: 4 additions & 0 deletions packages/effector-reform-zod/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/movpushmov/effector-reform/compare/v0.13.11...v0.14.0) (2025-01-06)

**Note:** Version bump only for package @effector-reform/zod

## [0.13.11](https://github.com/movpushmov/effector-reform/compare/v0.13.10...v0.13.11) (2024-11-28)

**Note:** Version bump only for package @effector-reform/zod
Expand Down
4 changes: 2 additions & 2 deletions packages/effector-reform-zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effector-reform/zod",
"version": "0.13.11",
"version": "0.14.0",
"description": "Zod schema adapter for effector-reform forms",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -54,6 +54,6 @@
"url": "https://github.com/movpushmov/effector-reform/issues"
},
"dependencies": {
"@effector-reform/core": "^0.13.11"
"@effector-reform/core": "^0.14.0"
}
}

0 comments on commit 109b761

Please sign in to comment.