Skip to content

Commit

Permalink
chore(changeset): release packages (#253)
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 Feb 13, 2024
1 parent a31e200 commit 092e98e
Show file tree
Hide file tree
Showing 13 changed files with 74 additions and 37 deletions.
8 changes: 0 additions & 8 deletions .changeset/angry-poets-glow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-keys-study.md

This file was deleted.

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

## 6.3.0

### Minor Changes

- a31e200: feat: remove `world.bulk` api

Adding and removing multiple components can be achieved with `world.update` instead.

- a31e200: feat: change world.update to emit events with removed components, same as world.remove

### Patch Changes

- @arancini/events@6.3.0

## 6.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/arancini-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packageManager": "yarn@3.2.1",
"author": "Isaac Mason <isaac@isaacmason.com>",
"license": "MIT",
"version": "6.2.0",
"version": "6.3.0",
"homepage": "https://github.com/isaac-mason/arancini",
"bugs": {
"url": "https://github.com/isaac-mason/arancini/issues"
Expand All @@ -22,7 +22,7 @@
"build:before": "rm -rf dist"
},
"dependencies": {
"@arancini/events": "6.2.0"
"@arancini/events": "6.3.0"
},
"devDependencies": {
"@isaac-mason/eslint-config-typescript": "^0.0.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/arancini-events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @arancini/events

## 6.3.0

## 6.2.0

## 6.1.3
Expand Down
2 changes: 1 addition & 1 deletion packages/arancini-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packageManager": "yarn@3.2.1",
"author": "Isaac Mason <isaac@isaacmason.com>",
"license": "MIT",
"version": "6.2.0",
"version": "6.3.0",
"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

## 6.3.0

### Patch Changes

- Updated dependencies [a31e200]
- Updated dependencies [a31e200]
- @arancini/core@6.3.0

## 6.2.0

### 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": "yarn@3.2.1",
"author": "Isaac Mason <isaac@isaacmason.com>",
"license": "MIT",
"version": "6.2.0",
"version": "6.3.0",
"scripts": {
"test": "tsc && vitest run --coverage",
"test:watch": "vitest",
Expand All @@ -19,7 +19,7 @@
"build:before": "rm -rf dist"
},
"dependencies": {
"@arancini/core": "6.2.0"
"@arancini/core": "6.3.0"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/arancini-systems/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @arancini/systems

## 6.3.0

### Patch Changes

- Updated dependencies [a31e200]
- Updated dependencies [a31e200]
- @arancini/core@6.3.0

## 6.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/arancini-systems/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packageManager": "yarn@3.2.1",
"author": "Isaac Mason <isaac@isaacmason.com>",
"license": "MIT",
"version": "6.2.0",
"version": "6.3.0",
"homepage": "https://github.com/isaac-mason/arancini",
"bugs": {
"url": "https://github.com/isaac-mason/arancini/issues"
Expand All @@ -22,7 +22,7 @@
"build:before": "rm -rf dist"
},
"dependencies": {
"@arancini/core": "6.2.0"
"@arancini/core": "6.3.0"
},
"devDependencies": {
"@isaac-mason/eslint-config-typescript": "^0.0.4",
Expand Down
19 changes: 19 additions & 0 deletions packages/arancini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# arancini

## 6.3.0

### Minor Changes

- a31e200: feat: remove `world.bulk` api

Adding and removing multiple components can be achieved with `world.update` instead.

- a31e200: feat: change world.update to emit events with removed components, same as world.remove

### Patch Changes

- Updated dependencies [a31e200]
- Updated dependencies [a31e200]
- @arancini/core@6.3.0
- @arancini/react@6.3.0
- @arancini/systems@6.3.0
- @arancini/events@6.3.0

## 6.2.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/arancini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packageManager": "yarn@3.2.1",
"author": "Isaac Mason <isaac@isaacmason.com>",
"license": "MIT",
"version": "6.2.0",
"version": "6.3.0",
"homepage": "https://github.com/isaac-mason/arancini",
"bugs": {
"url": "https://github.com/isaac-mason/arancini/issues"
Expand All @@ -22,10 +22,10 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@arancini/core": "6.2.0",
"@arancini/events": "6.2.0",
"@arancini/react": "6.2.0",
"@arancini/systems": "6.2.0"
"@arancini/core": "6.3.0",
"@arancini/events": "6.3.0",
"@arancini/react": "6.3.0",
"@arancini/systems": "6.3.0"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ __metadata:
languageName: node
linkType: hard

"@arancini/core@npm:6.2.0, @arancini/core@workspace:packages/arancini-core":
"@arancini/core@npm:6.3.0, @arancini/core@workspace:packages/arancini-core":
version: 0.0.0-use.local
resolution: "@arancini/core@workspace:packages/arancini-core"
dependencies:
"@arancini/events": "npm:6.2.0"
"@arancini/events": "npm:6.3.0"
"@isaac-mason/eslint-config-typescript": "npm:^0.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -52,7 +52,7 @@ __metadata:
languageName: unknown
linkType: soft

"@arancini/events@npm:6.2.0, @arancini/events@workspace:packages/arancini-events":
"@arancini/events@npm:6.3.0, @arancini/events@workspace:packages/arancini-events":
version: 0.0.0-use.local
resolution: "@arancini/events@workspace:packages/arancini-events"
dependencies:
Expand All @@ -74,11 +74,11 @@ __metadata:
languageName: unknown
linkType: soft

"@arancini/react@npm:6.2.0, @arancini/react@workspace:packages/arancini-react":
"@arancini/react@npm:6.3.0, @arancini/react@workspace:packages/arancini-react":
version: 0.0.0-use.local
resolution: "@arancini/react@workspace:packages/arancini-react"
dependencies:
"@arancini/core": "npm:6.2.0"
"@arancini/core": "npm:6.3.0"
"@isaac-mason/eslint-config-typescript": "npm:^0.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -105,11 +105,11 @@ __metadata:
languageName: unknown
linkType: soft

"@arancini/systems@npm:6.2.0, @arancini/systems@workspace:packages/arancini-systems":
"@arancini/systems@npm:6.3.0, @arancini/systems@workspace:packages/arancini-systems":
version: 0.0.0-use.local
resolution: "@arancini/systems@workspace:packages/arancini-systems"
dependencies:
"@arancini/core": "npm:6.2.0"
"@arancini/core": "npm:6.3.0"
"@isaac-mason/eslint-config-typescript": "npm:^0.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand Down Expand Up @@ -6288,10 +6288,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "arancini@workspace:packages/arancini"
dependencies:
"@arancini/core": "npm:6.2.0"
"@arancini/events": "npm:6.2.0"
"@arancini/react": "npm:6.2.0"
"@arancini/systems": "npm:6.2.0"
"@arancini/core": "npm:6.3.0"
"@arancini/events": "npm:6.3.0"
"@arancini/react": "npm:6.3.0"
"@arancini/systems": "npm:6.3.0"
"@babel/preset-env": "npm:^7.23.7"
"@babel/preset-react": "npm:^7.22.15"
"@babel/preset-typescript": "npm:^7.23.3"
Expand Down

0 comments on commit 092e98e

Please sign in to comment.