Skip to content

Commit

Permalink
chore(changeset): release packages (#177)
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 Nov 27, 2023
1 parent 2730c0e commit f302ef2
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilled-rules-buy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-foxes-poke.md

This file was deleted.

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

## 4.1.2

### Patch Changes

- c1b67ea: feat: minor refactor, jsdoc fix
- 2730c0e: fix(BitSet): reduce initial bitset words array size

## 4.1.1

### 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.1",
"version": "4.1.2",
"homepage": "https://github.com/isaac-mason/arancini",
"bugs": {
"url": "https://github.com/isaac-mason/arancini/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/arancini-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @arancini/react

## 4.1.2

### Patch Changes

- Updated dependencies [c1b67ea]
- Updated dependencies [2730c0e]
- @arancini/core@4.1.2

## 4.1.1

### 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,7 +10,7 @@
"packageManager": "[email protected]",
"author": "Isaac Mason <[email protected]>",
"license": "MIT",
"version": "4.1.1",
"version": "4.1.2",
"scripts": {
"test": "vitest run --coverage",
"test:watch": "vitest",
Expand All @@ -20,7 +20,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@arancini/core": "4.1.1"
"@arancini/core": "4.1.2"
},
"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.1.2

### Patch Changes

- c1b67ea: feat: minor refactor, jsdoc fix
- 2730c0e: fix(BitSet): reduce initial bitset words array size
- Updated dependencies [c1b67ea]
- Updated dependencies [2730c0e]
- @arancini/core@4.1.2
- @arancini/react@4.1.2

## 4.1.1

### 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.1",
"version": "4.1.2",
"homepage": "https://github.com/isaac-mason/arancini",
"bugs": {
"url": "https://github.com/isaac-mason/arancini/issues"
Expand All @@ -21,8 +21,8 @@
"build-storybook": "build-storybook"
},
"dependencies": {
"@arancini/core": "4.1.1",
"@arancini/react": "4.1.1"
"@arancini/core": "4.1.2",
"@arancini/react": "4.1.2"
},
"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/[email protected].1, @arancini/core@workspace:packages/arancini-core":
"@arancini/[email protected].2, @arancini/core@workspace:packages/arancini-core":
version: 0.0.0-use.local
resolution: "@arancini/core@workspace:packages/arancini-core"
dependencies:
Expand Down Expand Up @@ -75,11 +75,11 @@ __metadata:
languageName: unknown
linkType: soft

"@arancini/[email protected].1, @arancini/react@workspace:packages/arancini-react":
"@arancini/[email protected].2, @arancini/react@workspace:packages/arancini-react":
version: 0.0.0-use.local
resolution: "@arancini/react@workspace:packages/arancini-react"
dependencies:
"@arancini/core": 4.1.1
"@arancini/core": 4.1.2
"@babel/core": ^7.22.11
"@babel/preset-env": ^7.22.15
"@babel/preset-react": ^7.22.15
Expand Down Expand Up @@ -6734,8 +6734,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "arancini@workspace:packages/arancini"
dependencies:
"@arancini/core": 4.1.1
"@arancini/react": 4.1.1
"@arancini/core": 4.1.2
"@arancini/react": 4.1.2
"@babel/preset-env": ^7.22.15
"@babel/preset-react": ^7.22.15
"@babel/preset-typescript": ^7.23.2
Expand Down

2 comments on commit f302ef2

@vercel
Copy link

@vercel vercel bot commented on f302ef2 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f302ef2 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.