Skip to content

Commit

Permalink
chore(changeset): release packages (#320)
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 Apr 13, 2024
1 parent 56f1855 commit a32ed62
Show file tree
Hide file tree
Showing 17 changed files with 80 additions and 46 deletions.
6 changes: 0 additions & 6 deletions .changeset/small-frogs-complain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-birds-raise.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/node-cjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"@types/three": "^0.160.0",
"recast-navigation": "0.19.0",
"recast-navigation": "0.20.0",
"three": "^0.160.0"
}
}
2 changes: 1 addition & 1 deletion examples/node-esm-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@types/three": "^0.160.0",
"recast-navigation": "0.19.0",
"recast-navigation": "0.20.0",
"three": "^0.160.0"
}
}
2 changes: 1 addition & 1 deletion examples/react-scripts-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"recast-navigation": "0.19.0",
"recast-navigation": "0.20.0",
"suspend-react": "^0.1.3",
"three": "^0.160.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@react-three/fiber": "^8.15.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recast-navigation": "0.19.0",
"recast-navigation": "0.20.0",
"suspend-react": "^0.1.3",
"three": "^0.160.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/recast-navigation-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @recast-navigation/core

## 0.20.0

### Minor Changes

- 56f1855: feat: add detour status helpers statusSucceed, statusFailed, statusInProgress, statusDetail
- 56f1855: feat: rename dtStatusToReadableString to statusToReadableString

### Patch Changes

- @recast-navigation/wasm@0.20.0

## 0.19.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/recast-navigation-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "https://isaacmason.com/"
},
"version": "0.19.0",
"version": "0.20.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -26,7 +26,7 @@
"lint": "eslint --ext .ts src"
},
"dependencies": {
"@recast-navigation/wasm": "0.19.0"
"@recast-navigation/wasm": "0.20.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down
9 changes: 9 additions & 0 deletions packages/recast-navigation-generators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @recast-navigation/generators

## 0.20.0

### Patch Changes

- Updated dependencies [56f1855]
- Updated dependencies [56f1855]
- @recast-navigation/core@0.20.0
- @recast-navigation/wasm@0.20.0

## 0.19.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/recast-navigation-generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "https://isaacmason.com/"
},
"version": "0.19.0",
"version": "0.20.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -26,8 +26,8 @@
"lint": "eslint --ext .ts src"
},
"dependencies": {
"@recast-navigation/core": "0.19.0",
"@recast-navigation/wasm": "0.19.0"
"@recast-navigation/core": "0.20.0",
"@recast-navigation/wasm": "0.20.0"
},
"devDependencies": {
"@isaac-mason/eslint-config-typescript": "^0.0.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/recast-navigation-three/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @recast-navigation/three

## 0.20.0

### Patch Changes

- Updated dependencies [56f1855]
- Updated dependencies [56f1855]
- @recast-navigation/core@0.20.0
- @recast-navigation/generators@0.20.0

## 0.19.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/recast-navigation-three/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "https://isaacmason.com/"
},
"version": "0.19.0",
"version": "0.20.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -26,8 +26,8 @@
"lint": "eslint --ext .ts src"
},
"dependencies": {
"@recast-navigation/core": "0.19.0",
"@recast-navigation/generators": "0.19.0"
"@recast-navigation/core": "0.20.0",
"@recast-navigation/generators": "0.20.0"
},
"peerDependencies": {
"@types/three": "0.x.x",
Expand Down
2 changes: 2 additions & 0 deletions packages/recast-navigation-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @recast-navigation/wasm

## 0.20.0

## 0.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/recast-navigation-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "https://isaacmason.com/"
},
"version": "0.19.0",
"version": "0.20.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand Down
15 changes: 15 additions & 0 deletions packages/recast-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# recast-navigation

## 0.20.0

### Minor Changes

- 56f1855: feat: add detour status helpers statusSucceed, statusFailed, statusInProgress, statusDetail
- 56f1855: feat: rename dtStatusToReadableString to statusToReadableString

### Patch Changes

- Updated dependencies [56f1855]
- Updated dependencies [56f1855]
- @recast-navigation/core@0.20.0
- @recast-navigation/generators@0.20.0
- @recast-navigation/three@0.20.0

## 0.19.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/recast-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"email": "[email protected]",
"url": "https://isaacmason.com/"
},
"version": "0.19.0",
"version": "0.20.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand Down Expand Up @@ -66,9 +66,9 @@
"lint": "eslint --ext .ts src"
},
"dependencies": {
"@recast-navigation/core": "0.19.0",
"@recast-navigation/generators": "0.19.0",
"@recast-navigation/three": "0.19.0"
"@recast-navigation/core": "0.20.0",
"@recast-navigation/generators": "0.20.0",
"@recast-navigation/three": "0.20.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4888,13 +4888,13 @@ __metadata:
languageName: node
linkType: hard

"@recast-navigation/core@npm:0.19.0, @recast-navigation/core@workspace:packages/recast-navigation-core":
"@recast-navigation/core@npm:0.20.0, @recast-navigation/core@workspace:packages/recast-navigation-core":
version: 0.0.0-use.local
resolution: "@recast-navigation/core@workspace:packages/recast-navigation-core"
dependencies:
"@babel/core": "npm:^7.23.9"
"@isaac-mason/eslint-config-typescript": "npm:^0.0.5"
"@recast-navigation/wasm": "npm:0.19.0"
"@recast-navigation/wasm": "npm:0.20.0"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
"@rollup/plugin-terser": "npm:^0.4.3"
Expand All @@ -4910,13 +4910,13 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/generators@npm:0.19.0, @recast-navigation/generators@workspace:packages/recast-navigation-generators":
"@recast-navigation/generators@npm:0.20.0, @recast-navigation/generators@workspace:packages/recast-navigation-generators":
version: 0.0.0-use.local
resolution: "@recast-navigation/generators@workspace:packages/recast-navigation-generators"
dependencies:
"@isaac-mason/eslint-config-typescript": "npm:^0.0.5"
"@recast-navigation/core": "npm:0.19.0"
"@recast-navigation/wasm": "npm:0.19.0"
"@recast-navigation/core": "npm:0.20.0"
"@recast-navigation/wasm": "npm:0.20.0"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
"@rollup/plugin-terser": "npm:^0.4.3"
Expand All @@ -4930,13 +4930,13 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/three@npm:0.19.0, @recast-navigation/three@workspace:packages/recast-navigation-three":
"@recast-navigation/three@npm:0.20.0, @recast-navigation/three@workspace:packages/recast-navigation-three":
version: 0.0.0-use.local
resolution: "@recast-navigation/three@workspace:packages/recast-navigation-three"
dependencies:
"@isaac-mason/eslint-config-typescript": "npm:^0.0.5"
"@recast-navigation/core": "npm:0.19.0"
"@recast-navigation/generators": "npm:0.19.0"
"@recast-navigation/core": "npm:0.20.0"
"@recast-navigation/generators": "npm:0.20.0"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
"@rollup/plugin-terser": "npm:^0.4.3"
Expand All @@ -4955,7 +4955,7 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/wasm@npm:0.19.0, @recast-navigation/wasm@workspace:packages/recast-navigation-wasm":
"@recast-navigation/wasm@npm:0.20.0, @recast-navigation/wasm@workspace:packages/recast-navigation-wasm":
version: 0.0.0-use.local
resolution: "@recast-navigation/wasm@workspace:packages/recast-navigation-wasm"
dependencies:
Expand Down Expand Up @@ -17840,7 +17840,7 @@ __metadata:
resolution: "node-cjs-example@workspace:examples/node-cjs-example"
dependencies:
"@types/three": "npm:^0.160.0"
recast-navigation: "npm:0.19.0"
recast-navigation: "npm:0.20.0"
three: "npm:^0.160.0"
languageName: unknown
linkType: soft
Expand All @@ -17859,7 +17859,7 @@ __metadata:
resolution: "node-esm-example@workspace:examples/node-esm-example"
dependencies:
"@types/three": "npm:^0.160.0"
recast-navigation: "npm:0.19.0"
recast-navigation: "npm:0.20.0"
three: "npm:^0.160.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -20563,7 +20563,7 @@ __metadata:
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react-scripts: "npm:5.0.1"
recast-navigation: "npm:0.19.0"
recast-navigation: "npm:0.20.0"
suspend-react: "npm:^0.1.3"
three: "npm:^0.160.0"
languageName: unknown
Expand Down Expand Up @@ -20777,7 +20777,7 @@ __metadata:
languageName: unknown
linkType: soft

"recast-navigation@npm:0.19.0, recast-navigation@workspace:*, recast-navigation@workspace:^, recast-navigation@workspace:packages/recast-navigation":
"recast-navigation@npm:0.20.0, recast-navigation@workspace:*, recast-navigation@workspace:^, recast-navigation@workspace:packages/recast-navigation":
version: 0.0.0-use.local
resolution: "recast-navigation@workspace:packages/recast-navigation"
dependencies:
Expand All @@ -20787,9 +20787,9 @@ __metadata:
"@pmndrs/assets": "npm:^1.6.0"
"@react-three/drei": "npm:^9.97.0"
"@react-three/fiber": "npm:^8.15.12"
"@recast-navigation/core": "npm:0.19.0"
"@recast-navigation/generators": "npm:0.19.0"
"@recast-navigation/three": "npm:0.19.0"
"@recast-navigation/core": "npm:0.20.0"
"@recast-navigation/generators": "npm:0.20.0"
"@recast-navigation/three": "npm:0.20.0"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
"@rollup/plugin-terser": "npm:^0.4.3"
Expand Down Expand Up @@ -24141,7 +24141,7 @@ __metadata:
"@vitejs/plugin-react": "npm:^4.2.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
recast-navigation: "npm:0.19.0"
recast-navigation: "npm:0.20.0"
suspend-react: "npm:^0.1.3"
three: "npm:^0.160.0"
typescript: "npm:^5.4.3"
Expand Down

0 comments on commit a32ed62

Please sign in to comment.