Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Sep 10, 2024
1 parent ff28d3d commit 1f30d02
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-cars-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-penguins-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-parents-talk.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @formwerk/core

## 0.1.3

### Patch Changes

- be87654: feat: export version constant
- ff28d3d: fix: validation should trigger on grouped components changes
- c680f7f: fix: labels and descriptions aria are applied when their elements/values exist

## 0.1.2

### Patch Changes
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @formwerk/core

## 0.1.3

### Patch Changes

- be87654: feat: export version constant
- ff28d3d: fix: validation should trigger on grouped components changes
- c680f7f: fix: labels and descriptions aria are applied when their elements/values exist

## 0.1.2

### Patch Changes
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": "@formwerk/core",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/schema-yup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @formwerk/schema-yup

## 0.1.3

### Patch Changes

- Updated dependencies [be87654]
- Updated dependencies [ff28d3d]
- Updated dependencies [c680f7f]
- @formwerk/core@0.1.3

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-yup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formwerk/schema-yup",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"sideEffects": false,
"module": "dist/schema-yup.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/schema-zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @formwerk/schema-zod

## 0.1.3

### Patch Changes

- Updated dependencies [be87654]
- Updated dependencies [ff28d3d]
- Updated dependencies [c680f7f]
- @formwerk/core@0.1.3

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formwerk/schema-zod",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"sideEffects": false,
"module": "dist/schema-zod.esm.js",
Expand Down

0 comments on commit 1f30d02

Please sign in to comment.