Skip to content

Commit

Permalink
chore(changeset): release packages (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 3, 2023
1 parent f2058f5 commit 999f78f
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/tame-comics-tickle.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/arancini-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @arancini/core

## 4.2.0

## 4.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/arancini-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions packages/arancini-react/CHANGELOG.md
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
Expand Down
4 changes: 2 additions & 2 deletions packages/arancini-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/arancini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# arancini

## 4.2.0

### Minor Changes

- 45ef120: feat: move bundles to dist, add note to readme regarding using entrypoints with typescript

### Patch Changes

- @arancini/core@4.2.0
- @arancini/react@4.2.0

## 4.1.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/arancini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ __metadata:
languageName: node
linkType: hard

"@arancini/core@4.1.3, @arancini/core@workspace:packages/arancini-core":
"@arancini/core@4.2.0, @arancini/core@workspace:packages/arancini-core":
version: 0.0.0-use.local
resolution: "@arancini/core@workspace:packages/arancini-core"
dependencies:
Expand Down Expand Up @@ -61,11 +61,11 @@ __metadata:
languageName: unknown
linkType: soft

"@arancini/react@4.1.3, @arancini/react@workspace:packages/arancini-react":
"@arancini/react@4.2.0, @arancini/react@workspace:packages/arancini-react":
version: 0.0.0-use.local
resolution: "@arancini/react@workspace:packages/arancini-react"
dependencies:
"@arancini/core": 4.1.3
"@arancini/core": 4.2.0
"@rollup/plugin-commonjs": ^25.0.7
"@rollup/plugin-node-resolve": ^15.0.1
"@rollup/plugin-terser": ^0.4.4
Expand Down Expand Up @@ -6943,8 +6943,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "arancini@workspace:packages/arancini"
dependencies:
"@arancini/core": 4.1.3
"@arancini/react": 4.1.3
"@arancini/core": 4.2.0
"@arancini/react": 4.2.0
"@babel/preset-env": ^7.22.15
"@babel/preset-react": ^7.22.15
"@babel/preset-typescript": ^7.23.2
Expand Down

0 comments on commit 999f78f

Please sign in to comment.