Skip to content

Commit

Permalink
chore(changeset): release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and isaac-mason committed Oct 15, 2024
1 parent 4574e65 commit 46e2367
Show file tree
Hide file tree
Showing 18 changed files with 81 additions and 45 deletions.
9 changes: 0 additions & 9 deletions .changeset/young-eels-change.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/three-node-cjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"recast-navigation": "0.35.0",
"recast-navigation": "0.35.1",
"three": "^0.167.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/three-node-esm-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"recast-navigation": "0.35.0",
"recast-navigation": "0.35.1",
"three": "^0.167.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/three-vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"recast-navigation": "0.35.0",
"recast-navigation": "0.35.1",
"three": "^0.169.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/three-vite-worker-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"recast-navigation": "0.35.0",
"recast-navigation": "0.35.1",
"three": "^0.167.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/recast-navigation-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @recast-navigation/core

## 0.35.1

### Patch Changes

- 4574e65: feat: remove terser, ship human readable javascript to npm
- @recast-navigation/wasm@0.35.1

## 0.35.0

### Patch 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.35.0",
"version": "0.35.1",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -27,7 +27,7 @@
"lint": "eslint src"
},
"dependencies": {
"@recast-navigation/wasm": "0.35.0"
"@recast-navigation/wasm": "0.35.1"
},
"devDependencies": {
"@babel/core": "^7.24.5",
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.35.1

### Patch Changes

- 4574e65: feat: remove terser, ship human readable javascript to npm
- Updated dependencies [4574e65]
- @recast-navigation/core@0.35.1
- @recast-navigation/wasm@0.35.1

## 0.35.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.35.0",
"version": "0.35.1",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -27,8 +27,8 @@
"lint": "eslint src"
},
"dependencies": {
"@recast-navigation/core": "0.35.0",
"@recast-navigation/wasm": "0.35.0"
"@recast-navigation/core": "0.35.1",
"@recast-navigation/wasm": "0.35.1"
},
"devDependencies": {
"@babel/core": "^7.24.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/recast-navigation-playcanvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @recast-navigation/playcanvas

## 0.35.1

### Patch Changes

- 4574e65: feat: remove terser, ship human readable javascript to npm
- Updated dependencies [4574e65]
- @recast-navigation/core@0.35.1
- @recast-navigation/generators@0.35.1

## 0.35.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/recast-navigation-playcanvas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@recast-navigation/playcanvas",
"description": "Utilities for using recast-navigation with PlayCanvas",
"version": "0.35.0",
"version": "0.35.1",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -22,8 +22,8 @@
"lint": "eslint src"
},
"dependencies": {
"@recast-navigation/core": "0.35.0",
"@recast-navigation/generators": "0.35.0"
"@recast-navigation/core": "0.35.1",
"@recast-navigation/generators": "0.35.1"
},
"devDependencies": {
"@babel/core": "^7.24.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.35.1

### Patch Changes

- 4574e65: feat: remove terser, ship human readable javascript to npm
- Updated dependencies [4574e65]
- @recast-navigation/core@0.35.1
- @recast-navigation/generators@0.35.1

## 0.35.0

### Minor 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.35.0",
"version": "0.35.1",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -27,8 +27,8 @@
"lint": "eslint src"
},
"dependencies": {
"@recast-navigation/core": "0.35.0",
"@recast-navigation/generators": "0.35.0"
"@recast-navigation/core": "0.35.1",
"@recast-navigation/generators": "0.35.1"
},
"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.35.1

## 0.35.0

## 0.34.0
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.35.0",
"version": "0.35.1",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/recast-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# recast-navigation

## 0.35.1

### Patch Changes

- 4574e65: feat: remove terser, ship human readable javascript to npm
- Updated dependencies [4574e65]
- @recast-navigation/core@0.35.1
- @recast-navigation/generators@0.35.1

## 0.35.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.35.0",
"version": "0.35.1",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand Down Expand Up @@ -59,8 +59,8 @@
"lint": "eslint src"
},
"dependencies": {
"@recast-navigation/core": "0.35.0",
"@recast-navigation/generators": "0.35.0"
"@recast-navigation/core": "0.35.1",
"@recast-navigation/generators": "0.35.1"
},
"devDependencies": {
"@babel/core": "^7.24.5",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3957,15 +3957,15 @@ __metadata:
languageName: node
linkType: hard

"@recast-navigation/core@npm:0.35.0, @recast-navigation/core@workspace:packages/recast-navigation-core":
"@recast-navigation/core@npm:0.35.1, @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.24.5"
"@babel/preset-env": "npm:^7.24.5"
"@babel/preset-typescript": "npm:^7.24.1"
"@isaac-mason/eslint-config-typescript": "npm:^0.0.9"
"@recast-navigation/wasm": "npm:0.35.0"
"@recast-navigation/wasm": "npm:0.35.1"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -3981,16 +3981,16 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/generators@npm:0.35.0, @recast-navigation/generators@workspace:packages/recast-navigation-generators":
"@recast-navigation/generators@npm:0.35.1, @recast-navigation/generators@workspace:packages/recast-navigation-generators":
version: 0.0.0-use.local
resolution: "@recast-navigation/generators@workspace:packages/recast-navigation-generators"
dependencies:
"@babel/core": "npm:^7.24.5"
"@babel/preset-env": "npm:^7.24.5"
"@babel/preset-typescript": "npm:^7.24.1"
"@isaac-mason/eslint-config-typescript": "npm:^0.0.9"
"@recast-navigation/core": "npm:0.35.0"
"@recast-navigation/wasm": "npm:0.35.0"
"@recast-navigation/core": "npm:0.35.1"
"@recast-navigation/wasm": "npm:0.35.1"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -4012,8 +4012,8 @@ __metadata:
"@babel/preset-env": "npm:^7.24.5"
"@babel/preset-typescript": "npm:^7.24.1"
"@isaac-mason/eslint-config-typescript": "npm:^0.0.9"
"@recast-navigation/core": "npm:0.35.0"
"@recast-navigation/generators": "npm:0.35.0"
"@recast-navigation/core": "npm:0.35.1"
"@recast-navigation/generators": "npm:0.35.1"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -4038,8 +4038,8 @@ __metadata:
"@babel/preset-env": "npm:^7.24.5"
"@babel/preset-typescript": "npm:^7.24.1"
"@isaac-mason/eslint-config-typescript": "npm:^0.0.9"
"@recast-navigation/core": "npm:0.35.0"
"@recast-navigation/generators": "npm:0.35.0"
"@recast-navigation/core": "npm:0.35.1"
"@recast-navigation/generators": "npm:0.35.1"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -4058,7 +4058,7 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/wasm@npm:0.35.0, @recast-navigation/wasm@workspace:packages/recast-navigation-wasm":
"@recast-navigation/wasm@npm:0.35.1, @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 @@ -13531,7 +13531,7 @@ __metadata:
languageName: unknown
linkType: soft

"recast-navigation@npm:0.35.0, recast-navigation@workspace:*, recast-navigation@workspace:^, recast-navigation@workspace:packages/recast-navigation":
"recast-navigation@npm:0.35.1, 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 @@ -13543,8 +13543,8 @@ __metadata:
"@pmndrs/assets": "npm:^1.6.0"
"@react-three/drei": "npm:^9.105.4"
"@react-three/fiber": "npm:^8.16.3"
"@recast-navigation/core": "npm:0.35.0"
"@recast-navigation/generators": "npm:0.35.0"
"@recast-navigation/core": "npm:0.35.1"
"@recast-navigation/generators": "npm:0.35.1"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand Down Expand Up @@ -14785,7 +14785,7 @@ __metadata:
resolution: "three-node-cjs-example@workspace:examples/three-node-cjs-example"
dependencies:
"@types/three": "npm:^0.167.1"
recast-navigation: "npm:0.35.0"
recast-navigation: "npm:0.35.1"
three: "npm:^0.167.1"
languageName: unknown
linkType: soft
Expand All @@ -14795,7 +14795,7 @@ __metadata:
resolution: "three-node-esm-example@workspace:examples/three-node-esm-example"
dependencies:
"@types/three": "npm:^0.167.1"
recast-navigation: "npm:0.35.0"
recast-navigation: "npm:0.35.1"
three: "npm:^0.167.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -14841,7 +14841,7 @@ __metadata:
resolution: "three-vite-example@workspace:examples/three-vite-example"
dependencies:
"@types/three": "npm:^0.169.0"
recast-navigation: "npm:0.35.0"
recast-navigation: "npm:0.35.1"
three: "npm:^0.169.0"
typescript: "npm:^5.4.3"
vite: "npm:^5.4.8"
Expand All @@ -14853,7 +14853,7 @@ __metadata:
resolution: "three-vite-worker-example@workspace:examples/three-vite-worker-example"
dependencies:
"@types/three": "npm:^0.169.0"
recast-navigation: "npm:0.35.0"
recast-navigation: "npm:0.35.1"
three: "npm:^0.167.1"
typescript: "npm:^5.4.3"
vite: "npm:^5.4.8"
Expand Down

0 comments on commit 46e2367

Please sign in to comment.