Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: form-components 0.1.2

- project: modal-provider 0.1.2

- project: components 0.1.2

- project: utils 0.1.2
  • Loading branch information
mikonse committed Jun 28, 2024
1 parent dcff21e commit 4284e04
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions web/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2 (2024-06-28)

This was a version bump only for components to align it with other projects, there were no code changes.

## 0.1.1 (2024-06-28)

This was a version bump only for components to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion web/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sftkit/components",
"version": "0.1.1",
"version": "0.1.2",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
4 changes: 4 additions & 0 deletions web/form-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2 (2024-06-28)

This was a version bump only for form-components to align it with other projects, there were no code changes.

## 0.1.1 (2024-06-28)

This was a version bump only for form-components to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion web/form-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sftkit/form-components",
"version": "0.1.1",
"version": "0.1.2",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
4 changes: 4 additions & 0 deletions web/modal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2 (2024-06-28)

This was a version bump only for modal-provider to align it with other projects, there were no code changes.

## 0.1.1 (2024-06-28)

This was a version bump only for modal-provider to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion web/modal-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sftkit/modal-provider",
"version": "0.1.1",
"version": "0.1.2",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
4 changes: 4 additions & 0 deletions web/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2 (2024-06-28)

This was a version bump only for utils to align it with other projects, there were no code changes.

## 0.1.1 (2024-06-28)

This was a version bump only for utils to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion web/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sftkit/utils",
"version": "0.1.1",
"version": "0.1.2",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down

0 comments on commit 4284e04

Please sign in to comment.