Skip to content

Commit f53763c

Browse files
committed
chore: upgrade nx
1 parent 15b0a27 commit f53763c

File tree

3 files changed

+197
-206
lines changed

3 files changed

+197
-206
lines changed

CHANGELOG.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,42 @@
1-
2-
31
## [2.0.0-beta.16](https://github.com/angular-threejs/angular-three/compare/2.0.0-beta.15...2.0.0-beta.16) (2023-08-16)
42

5-
63
### Features
74

8-
* **plugin:** update init-soba generator to add metadata.json ([6009ca0](https://github.com/angular-threejs/angular-three/commit/6009ca0ac57a1286e8010b902773c84786c6bb48))
5+
- **plugin:** update init-soba generator to add metadata.json ([6009ca0](https://github.com/angular-threejs/angular-three/commit/6009ca0ac57a1286e8010b902773c84786c6bb48))
96

107
## [2.0.0-beta.15](https://github.com/angular-threejs/angular-three/compare/2.0.0-beta.14...2.0.0-beta.15) (2023-08-16)
118

12-
139
### Documentations
1410

15-
* add skydiving example ([88e5121](https://github.com/angular-threejs/angular-three/commit/88e51217e8447b4aefc011c99e24f118fb6aa706))
11+
- add skydiving example ([88e5121](https://github.com/angular-threejs/angular-three/commit/88e51217e8447b4aefc011c99e24f118fb6aa706))
1612

1713
## [2.0.0-beta.14](https://github.com/angular-threejs/angular-three/compare/2.0.0-beta.13...2.0.0-beta.14) (2023-08-15)
1814

19-
2015
### Bug Fixes
2116

22-
* **soba:** attempt to use args for instanced buffer attribute ([6862a07](https://github.com/angular-threejs/angular-three/commit/6862a07775555e9b262f921538bbaf3fb20c2599))
17+
- **soba:** attempt to use args for instanced buffer attribute ([6862a07](https://github.com/angular-threejs/angular-three/commit/6862a07775555e9b262f921538bbaf3fb20c2599))
2318

2419
## [2.0.0-beta.13](https://github.com/angular-threejs/angular-three/compare/2.0.0-beta.12...2.0.0-beta.13) (2023-08-15)
2520

26-
2721
### Bug Fixes
2822

29-
* **soba:** extend InstancedBufferAttribute ([e39cdb2](https://github.com/angular-threejs/angular-three/commit/e39cdb2dda6827cd89cabda2a49cb5ea644a81ce))
23+
- **soba:** extend InstancedBufferAttribute ([e39cdb2](https://github.com/angular-threejs/angular-three/commit/e39cdb2dda6827cd89cabda2a49cb5ea644a81ce))
3024

3125
## [2.0.0-beta.12](https://github.com/angular-threejs/angular-three/compare/2.0.0-beta.11...2.0.0-beta.12) (2023-08-15)
3226

33-
3427
### Features
3528

36-
* **soba:** add instances ([e118791](https://github.com/angular-threejs/angular-three/commit/e118791d75aab7cfb88f7575f45efd08db789ee3))
29+
- **soba:** add instances ([e118791](https://github.com/angular-threejs/angular-three/commit/e118791d75aab7cfb88f7575f45efd08db789ee3))
3730

3831
## [2.0.0-beta.11](https://github.com/angular-threejs/angular-three/compare/2.0.0-beta.10...2.0.0-beta.11) (2023-08-15)
3932

40-
4133
### Features
4234

43-
* **core:** upgrade nx ([c3bbc46](https://github.com/angular-threejs/angular-three/commit/c3bbc465b065e0c2735321012ed4f092ae7844b6))
44-
35+
- **core:** upgrade nx ([c3bbc46](https://github.com/angular-threejs/angular-three/commit/c3bbc465b065e0c2735321012ed4f092ae7844b6))
4536

4637
### Bug Fixes
4738

48-
* **core:** only proceed with append logic for DOMs if render state is available ([5a56e6d](https://github.com/angular-threejs/angular-three/commit/5a56e6d92e18bf83076c220a36e61e04f08df48a))
39+
- **core:** only proceed with append logic for DOMs if render state is available ([5a56e6d](https://github.com/angular-threejs/angular-three/commit/5a56e6d92e18bf83076c220a36e61e04f08df48a))
4940

5041
## [2.0.0-beta.10](https://github.com/angular-threejs/angular-three/compare/2.0.0-beta.9...2.0.0-beta.10) (2023-08-15)
5142

@@ -59,4 +50,4 @@
5950

6051
### Features
6152

62-
- **core:** generate core ([e1cf6c7](https://github.com/angular-threejs/angular-three/commit/e1cf6c7422668afbbc0f767a444bcc591e1a6903))
53+
- **core:** generate core ([e1cf6c7](https://github.com/angular-threejs/angular-three/commit/e1cf6c7422668afbbc0f767a444bcc591e1a6903))

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"@angular/cli": "~16.2.0",
2525
"@angular/compiler-cli": "16.2.0",
2626
"@angular/language-service": "16.2.0",
27-
"@nx/angular": "16.7.0",
28-
"@nx/devkit": "16.7.0",
29-
"@nx/eslint-plugin": "16.7.0",
30-
"@nx/jest": "16.7.0",
31-
"@nx/js": "16.7.0",
32-
"@nx/linter": "16.7.0",
33-
"@nx/plugin": "16.7.0",
34-
"@nx/storybook": "16.7.0",
35-
"@nx/vite": "16.7.0",
36-
"@nx/web": "16.7.0",
37-
"@nx/workspace": "16.7.0",
27+
"@nx/angular": "16.7.1",
28+
"@nx/devkit": "16.7.1",
29+
"@nx/eslint-plugin": "16.7.1",
30+
"@nx/jest": "16.7.1",
31+
"@nx/js": "16.7.1",
32+
"@nx/linter": "16.7.1",
33+
"@nx/plugin": "16.7.1",
34+
"@nx/storybook": "16.7.1",
35+
"@nx/vite": "16.7.1",
36+
"@nx/web": "16.7.1",
37+
"@nx/workspace": "16.7.1",
3838
"@release-it/bumper": "^5.1.0",
3939
"@release-it/conventional-changelog": "^7.0.0",
4040
"@schematics/angular": "16.2.0",
@@ -67,7 +67,7 @@
6767
"jsdom": "^22.0.0",
6868
"ng-packagr": "16.2.0",
6969
"ngx-resize": "^2.0.0",
70-
"nx": "16.7.0",
70+
"nx": "16.7.1",
7171
"postcss": "^8.4.27",
7272
"postcss-import": "~15.1.0",
7373
"postcss-preset-env": "~9.1.0",

0 commit comments

Comments
 (0)