Skip to content

Commit fe5c17d

Browse files
chore(changeset): release packages (#278)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d7bb31b commit fe5c17d

File tree

16 files changed

+73
-40
lines changed

16 files changed

+73
-40
lines changed

.changeset/young-waves-bake.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/node-cjs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"dependencies": {
1212
"@types/three": "^0.160.0",
13-
"recast-navigation": "0.16.4",
13+
"recast-navigation": "0.17.0",
1414
"three": "^0.160.0"
1515
}
1616
}

examples/node-esm-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"@types/three": "^0.160.0",
14-
"recast-navigation": "0.16.4",
14+
"recast-navigation": "0.17.0",
1515
"three": "^0.160.0"
1616
}
1717
}

examples/react-scripts-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react": "^18.2.0",
99
"react-dom": "^18.2.0",
1010
"react-scripts": "5.0.1",
11-
"recast-navigation": "0.16.4",
11+
"recast-navigation": "0.17.0",
1212
"suspend-react": "^0.1.3",
1313
"three": "^0.160.0"
1414
},

examples/vite-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@react-three/fiber": "^8.15.12",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
15-
"recast-navigation": "0.16.4",
15+
"recast-navigation": "0.17.0",
1616
"suspend-react": "^0.1.3",
1717
"three": "^0.160.0"
1818
},

packages/recast-navigation-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @recast-navigation/core
22

3+
## 0.17.0
4+
5+
### Patch Changes
6+
7+
- @recast-navigation/wasm@0.17.0
8+
39
## 0.16.4
410

511
### Patch Changes

packages/recast-navigation-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"email": "isaac@isaacmason.com",
77
"url": "https://isaacmason.com/"
88
},
9-
"version": "0.16.4",
9+
"version": "0.17.0",
1010
"license": "MIT",
1111
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
1212
"bugs": {
@@ -26,7 +26,7 @@
2626
"lint": "eslint --ext .ts src"
2727
},
2828
"dependencies": {
29-
"@recast-navigation/wasm": "0.16.4"
29+
"@recast-navigation/wasm": "0.17.0"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.23.9",

packages/recast-navigation-generators/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @recast-navigation/generators
22

3+
## 0.17.0
4+
5+
### Patch Changes
6+
7+
- @recast-navigation/core@0.17.0
8+
- @recast-navigation/wasm@0.17.0
9+
310
## 0.16.4
411

512
### Patch Changes

packages/recast-navigation-generators/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"email": "isaac@isaacmason.com",
77
"url": "https://isaacmason.com/"
88
},
9-
"version": "0.16.4",
9+
"version": "0.17.0",
1010
"license": "MIT",
1111
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
1212
"bugs": {
@@ -26,8 +26,8 @@
2626
"lint": "eslint --ext .ts src"
2727
},
2828
"dependencies": {
29-
"@recast-navigation/core": "0.16.4",
30-
"@recast-navigation/wasm": "0.16.4"
29+
"@recast-navigation/core": "0.17.0",
30+
"@recast-navigation/wasm": "0.17.0"
3131
},
3232
"devDependencies": {
3333
"@isaac-mason/eslint-config-typescript": "^0.0.3",

packages/recast-navigation-three/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @recast-navigation/three
22

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- 0497005: feat: update to latest recastnavigation version
8+
9+
### Patch Changes
10+
11+
- @recast-navigation/core@0.17.0
12+
- @recast-navigation/generators@0.17.0
13+
314
## 0.16.4
415

516
### Patch Changes

0 commit comments

Comments
 (0)