Skip to content

Commit

Permalink
chore(changeset): release packages (#181)
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 275ccc1 commit dd138fb
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/little-lies-guess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-sheep-peel.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.3

### Patch Changes

- fcd47a1: feat: refactor entity metadata logic to minimise property lookups
- fcd47a1: feat: don't reindex entities on destroying them, just remove from all queries

## 4.1.2

### 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.2",
"version": "4.1.3",
"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.3

### Patch Changes

- Updated dependencies [fcd47a1]
- Updated dependencies [fcd47a1]
- @arancini/core@4.1.3

## 4.1.2

### 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.2",
"version": "4.1.3",
"scripts": {
"test": "vitest run --coverage",
"test:watch": "vitest",
Expand All @@ -20,7 +20,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@arancini/core": "4.1.2"
"@arancini/core": "4.1.3"
},
"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.3

### Patch Changes

- fcd47a1: feat: refactor entity metadata logic to minimise property lookups
- fcd47a1: feat: don't reindex entities on destroying them, just remove from all queries
- Updated dependencies [fcd47a1]
- Updated dependencies [fcd47a1]
- @arancini/core@4.1.3
- @arancini/react@4.1.3

## 4.1.2

### 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.2",
"version": "4.1.3",
"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.2",
"@arancini/react": "4.1.2"
"@arancini/core": "4.1.3",
"@arancini/react": "4.1.3"
},
"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].2, @arancini/core@workspace:packages/arancini-core":
"@arancini/[email protected].3, @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].2, @arancini/react@workspace:packages/arancini-react":
"@arancini/[email protected].3, @arancini/react@workspace:packages/arancini-react":
version: 0.0.0-use.local
resolution: "@arancini/react@workspace:packages/arancini-react"
dependencies:
"@arancini/core": 4.1.2
"@arancini/core": 4.1.3
"@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.2
"@arancini/react": 4.1.2
"@arancini/core": 4.1.3
"@arancini/react": 4.1.3
"@babel/preset-env": ^7.22.15
"@babel/preset-react": ^7.22.15
"@babel/preset-typescript": ^7.23.2
Expand Down

2 comments on commit dd138fb

@vercel
Copy link

@vercel vercel bot commented on dd138fb Dec 3, 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 dd138fb Dec 3, 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.