Skip to content

Commit

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

- project: modal-provider 0.2.0
  • Loading branch information
mikonse committed Jun 28, 2024
1 parent 5145b29 commit b9fb8ae
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
17 changes: 17 additions & 0 deletions web/form-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.2.0 (2024-06-28)


### 🚀 Features

- **other:** add nx plugin for python integration and setup python release workflow


### 🩹 Fixes

- correct package.json repository references


### ❤️ Thank You

- Michael Loipführer

## 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.
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.2",
"version": "0.2.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
17 changes: 17 additions & 0 deletions web/modal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.2.0 (2024-06-28)


### 🚀 Features

- **other:** add nx plugin for python integration and setup python release workflow


### 🩹 Fixes

- correct package.json repository references


### ❤️ Thank You

- Michael Loipführer

## 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.
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.2",
"version": "0.2.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down

0 comments on commit b9fb8ae

Please sign in to comment.