Skip to content

Commit 5097fc2

Browse files
committed
chore(release): publish 4.0.0-next.48
1 parent c0aac2f commit 5097fc2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 4.0.0-next.48 (2025-02-14)
2+
3+
### 🚀 Features
4+
5+
- **plugin:** add tweakpane as an aux generator option ([78a04ea2](https://github.com/angular-threejs/angular-three/commit/78a04ea2))
6+
- **tweakpane:** tweakpane v1 ([54f2a3ef](https://github.com/angular-threejs/angular-three/commit/54f2a3ef))
7+
8+
### 🩹 Fixes
9+
10+
- **tweakpane:** expose hostDirectives as public API ([c0aac2fa](https://github.com/angular-threejs/angular-three/commit/c0aac2fa))
11+
12+
### ❤️ Thank You
13+
14+
- nartc
15+
116
## 4.0.0-next.47 (2025-02-13)
217

318
### 🚀 Features

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
"libs/soba/vanilla-exports/src/index.ts",
6565
"./node_modules/angular-three-soba/vanilla-exports"
6666
],
67+
"angular-three-tweakpane": ["libs/tweakpane/src/index.ts"],
6768
"angular-three/dom": ["libs/core/dom/src/index.ts", "./node_modules/angular-three/dom"],
6869
"angular-three/nativescript": ["libs/core/nativescript/src/index.ts"],
6970
"angular-three/testing": ["libs/core/testing/src/index.ts"],
70-
"angular-three-tweakpane": ["libs/tweakpane/src/index.ts"],
7171
"plugin": ["libs/plugin-old/src/index.ts"]
7272
}
7373
},

0 commit comments

Comments
 (0)