Skip to content

Commit 8c1729b

Browse files
committed
docs: bump version
1 parent 29f4df2 commit 8c1729b

File tree

6 files changed

+32
-36
lines changed

6 files changed

+32
-36
lines changed

apps/astro-docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@astrojs/mdx": "^3.1.5",
1616
"@astrojs/starlight": "^0.26.2",
1717
"@astrojs/tailwind": "^5.1.0",
18-
"angular-three": "^2.0.0-beta.314",
19-
"angular-three-cannon": "^2.0.0-beta.314",
20-
"angular-three-postprocessing": "^2.0.0-beta.314",
21-
"angular-three-soba": "^2.0.0-beta.314",
18+
"angular-three": "^2.0.0",
19+
"angular-three-cannon": "^2.0.0",
20+
"angular-three-postprocessing": "^2.0.0",
21+
"angular-three-soba": "^2.0.0",
2222
"astro": "^4.15.2",
2323
"sharp": "^0.32.5",
2424
"starlight-blog": "^0.12.0",

apps/astro-docs/src/content/docs/cannon/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ npm install angular-three-cannon cannon-es @pmndrs/cannon-worker-api
2424

2525
| Angular Three Cannon Version | cannon-es version | @pmndrs/cannon-worker-api version |
2626
| ---------------------------- | ----------------- | --------------------------------- |
27-
| 2.0.0-beta.283 | ^0.20.0 | ^1.0.0 |
27+
| 2.0.0 | ^0.20.0 | ^1.0.0 |

apps/astro-docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Angular Three consists of the following packages:
4343

4444
| Angular Three Version | THREE.js Version | Angular Version | ngxtension Version |
4545
| --------------------- | ---------------- | --------------- | ------------------ |
46-
| 2.0.0-beta.267 | >= 0.148 | >= 18.0.0 | >= 3.0.0 |
46+
| 2.0.0 | >= 0.148 | >= 18.0.0 | >= 3.0.0 |
4747

4848
## Acknowledgements
4949

apps/astro-docs/src/content/docs/postprocessing/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ npm install angular-three-postprocessing postprocessing maath three-stdlib
2525

2626
| Angular Three Postprocessing Version | postprocessing version | maath version | three-stdlib version |
2727
| ------------------------------------ | ---------------------- | ------------- | -------------------- |
28-
| 2.0.0-beta.283 | ^6.0.0 | ^0.10.0 | ^2.0.0 |
28+
| 2.0.0 | ^6.0.0 | ^0.10.0 | ^2.0.0 |

apps/astro-docs/src/content/docs/soba/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Angular Three Soba is broken up into several entry points, each entry point requ
2020

2121
| Angular Three Soba Version | `three-stdlib` version |
2222
| -------------------------- | ---------------------- |
23-
| 2.0.0-beta.270 | >=2.0.0 |
23+
| 2.0.0 | >=2.0.0 |
2424

2525
Here's a table that shows the peer dependencies for each entry point:
2626

pnpm-lock.yaml

Lines changed: 24 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)