Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoccino committed Feb 27, 2024
1 parent 761428a commit d495675
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 5 deletions.
8 changes: 8 additions & 0 deletions examples/demo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ai-mask/demo-app

## 0.4.1

### Patch Changes

- extensionid
- Updated dependencies
- @ai-mask/sdk@0.4.1

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/demo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ai-mask/demo-app",
"private": true,
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@ai-mask/monorepo",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "git+https://github.com/pacoccino/ai-mask"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-mask/core

## 0.4.1

### Patch Changes

- extensionid

## 0.4.0

### Minor 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": "@ai-mask/core",
"version": "0.4.0",
"version": "0.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/pacoccino/ai-mask"
Expand Down
8 changes: 8 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ai-mask/chrome-extension

## 0.4.1

### Patch Changes

- extensionid
- Updated dependencies
- @ai-mask/core@0.4.1

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-mask/chrome-extension",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ai-mask/sdk

## 0.4.1

### Patch Changes

- extensionid
- Updated dependencies
- @ai-mask/core@0.4.1

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-mask/sdk",
"version": "0.4.0",
"version": "0.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/pacoccino/ai-mask"
Expand Down

0 comments on commit d495675

Please sign in to comment.