Skip to content

Commit

Permalink
chore(changeset): release packages (#374)
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 30, 2024
1 parent 0e028b8 commit 535153c
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 30 deletions.
8 changes: 0 additions & 8 deletions .changeset/quiet-windows-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-phones-wash.md

This file was deleted.

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

## 7.0.0

### Patch Changes

- 0f7f882: feat: remove terser, ship readable javascript to npm
- Updated dependencies [0f7f882]
- @arancini/events@7.0.0

## 6.6.1

### Patch 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 @@ -8,7 +8,7 @@
],
"author": "Isaac Mason <[email protected]>",
"license": "MIT",
"version": "6.6.1",
"version": "7.0.0",
"homepage": "https://github.com/isaac-mason/arancini",
"bugs": {
"url": "https://github.com/isaac-mason/arancini/issues"
Expand All @@ -21,7 +21,7 @@
"build:before": "rm -rf dist"
},
"dependencies": {
"@arancini/events": "6.6.1"
"@arancini/events": "7.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/arancini-events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @arancini/events

## 7.0.0

### Patch Changes

- 0f7f882: feat: remove terser, ship readable javascript to npm

## 6.6.1

## 6.6.0
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 @@ -8,7 +8,7 @@
],
"author": "Isaac Mason <[email protected]>",
"license": "MIT",
"version": "6.6.1",
"version": "7.0.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

## 7.0.0

### Patch Changes

- 0f7f882: feat: remove terser, ship readable javascript to npm
- Updated dependencies [0f7f882]
- @arancini/core@7.0.0

## 6.6.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 @@ -9,7 +9,7 @@
],
"author": "Isaac Mason <[email protected]>",
"license": "MIT",
"version": "6.6.1",
"version": "7.0.0",
"scripts": {
"test": "tsc && vitest run --coverage",
"test:watch": "vitest",
Expand All @@ -18,7 +18,7 @@
"build:before": "rm -rf dist"
},
"dependencies": {
"@arancini/core": "6.6.1"
"@arancini/core": "7.0.0"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/arancini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# arancini

## 7.0.0

### Major Changes

- 0e028b8: feat: remove arancini/systems

### Patch Changes

- 0f7f882: feat: remove terser, ship readable javascript to npm
- Updated dependencies [0f7f882]
- @arancini/core@7.0.0
- @arancini/events@7.0.0
- @arancini/react@7.0.0

## 6.6.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/arancini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"author": "Isaac Mason <[email protected]>",
"license": "MIT",
"version": "6.6.1",
"version": "7.0.0",
"homepage": "https://github.com/isaac-mason/arancini",
"bugs": {
"url": "https://github.com/isaac-mason/arancini/issues"
Expand All @@ -19,9 +19,9 @@
"lint": "eslint --ext .ts src"
},
"dependencies": {
"@arancini/core": "6.6.1",
"@arancini/events": "6.6.1",
"@arancini/react": "6.6.1"
"@arancini/core": "7.0.0",
"@arancini/events": "7.0.0",
"@arancini/react": "7.0.0"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
16 changes: 8 additions & 8 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.6.1, @arancini/core@workspace:packages/arancini-core":
"@arancini/core@npm:7.0.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.6.1"
"@arancini/events": "npm:7.0.0"
"@babel/core": "npm:^7.24.5"
"@babel/preset-env": "npm:^7.24.5"
"@babel/preset-typescript": "npm:^7.24.1"
Expand All @@ -54,7 +54,7 @@ __metadata:
languageName: unknown
linkType: soft

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

"@arancini/react@npm:6.6.1, @arancini/react@workspace:packages/arancini-react":
"@arancini/react@npm:7.0.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.6.1"
"@arancini/core": "npm:7.0.0"
"@babel/core": "npm:^7.24.5"
"@babel/preset-env": "npm:^7.24.5"
"@babel/preset-react": "npm:^7.24.1"
Expand Down Expand Up @@ -3837,9 +3837,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "arancini@workspace:packages/arancini"
dependencies:
"@arancini/core": "npm:6.6.1"
"@arancini/events": "npm:6.6.1"
"@arancini/react": "npm:6.6.1"
"@arancini/core": "npm:7.0.0"
"@arancini/events": "npm:7.0.0"
"@arancini/react": "npm:7.0.0"
"@babel/core": "npm:^7.24.5"
"@babel/preset-env": "npm:^7.24.5"
"@babel/preset-react": "npm:^7.24.1"
Expand Down

0 comments on commit 535153c

Please sign in to comment.