-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(changeset): release packages (#183)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f2058f5
commit 999f78f
Showing
8 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @arancini/core | ||
|
||
## 4.2.0 | ||
|
||
## 4.1.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"packageManager": "[email protected]", | ||
"author": "Isaac Mason <[email protected]>", | ||
"license": "MIT", | ||
"version": "4.1.3", | ||
"version": "4.2.0", | ||
"homepage": "https://github.com/isaac-mason/arancini", | ||
"bugs": { | ||
"url": "https://github.com/isaac-mason/arancini/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @arancini/react | ||
|
||
## 4.2.0 | ||
|
||
### Patch Changes | ||
|
||
- @arancini/core@4.2.0 | ||
|
||
## 4.1.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
"packageManager": "[email protected]", | ||
"author": "Isaac Mason <[email protected]>", | ||
"license": "MIT", | ||
"version": "4.1.3", | ||
"version": "4.2.0", | ||
"scripts": { | ||
"test": "vitest run --coverage", | ||
"test:watch": "vitest", | ||
"build": "yarn build:before && rollup --config rollup.config.js --bundleConfigAsCjs", | ||
"build:before": "rm -rf dist" | ||
}, | ||
"dependencies": { | ||
"@arancini/core": "4.1.3" | ||
"@arancini/core": "4.2.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"packageManager": "[email protected]", | ||
"author": "Isaac Mason <[email protected]>", | ||
"license": "MIT", | ||
"version": "4.1.3", | ||
"version": "4.2.0", | ||
"homepage": "https://github.com/isaac-mason/arancini", | ||
"bugs": { | ||
"url": "https://github.com/isaac-mason/arancini/issues" | ||
|
@@ -21,8 +21,8 @@ | |
"build-storybook": "storybook build" | ||
}, | ||
"dependencies": { | ||
"@arancini/core": "4.1.3", | ||
"@arancini/react": "4.1.3" | ||
"@arancini/core": "4.2.0", | ||
"@arancini/react": "4.2.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters