Skip to content

Commit d210fa2

Browse files
committed
chore(release): publish 4.0.0-next.29
1 parent 8e79050 commit d210fa2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 4.0.0-next.29 (2025-02-11)
2+
3+
### 🚀 Features
4+
5+
- **plugin:** prep gltf generator ([8e79050a](https://github.com/angular-threejs/angular-three/commit/8e79050a))
6+
7+
### 🩹 Fixes
8+
9+
- **plugin:** expose initGenerator ([25865c20](https://github.com/angular-threejs/angular-three/commit/25865c20))
10+
11+
### ❤️ Thank You
12+
13+
- nartc
14+
115
## 4.0.0-next.28 (2025-02-10)
216

317
### 🩹 Fixes

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"skipDefaultLibCheck": true,
1616
"baseUrl": ".",
1717
"paths": {
18-
"angular-three-plugin": ["libs/plugin/src/index.ts"],
1918
"angular-three": ["libs/core/src/index.ts", "./node_modules/angular-three"],
2019
"angular-three-cannon": ["libs/cannon/src/index.ts"],
2120
"angular-three-cannon/body": ["libs/cannon/body/src/index.ts"],
2221
"angular-three-cannon/constraint": ["libs/cannon/constraint/src/index.ts"],
2322
"angular-three-cannon/debug": ["libs/cannon/debug/src/index.ts"],
23+
"angular-three-plugin": ["libs/plugin/src/index.ts"],
2424
"angular-three-postprocessing": ["libs/postprocessing/src/index.ts"],
2525
"angular-three-postprocessing/n8ao": ["libs/postprocessing/n8ao/src/index.ts"],
2626
"angular-three-rapier": ["libs/rapier/src/index.ts"],

0 commit comments

Comments
 (0)