Skip to content

Commit 579b9a3

Browse files
authored
chore(release): v1.0.0 [rel-none-n] (#36)
1 parent fc7eb2b commit 579b9a3

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
2+
## v1.0.0
3+
4+
5+
### 🚀 Enhancements
6+
7+
- Init project with `package.json`, documentation and LICENSE ([#1](https://github.com/toddeTV/gltf-type-toolkit/pull/1))
8+
- Add VSCode settings & extension recommendations ([#2](https://github.com/toddeTV/gltf-type-toolkit/pull/2))
9+
- Add base dependencies with unplugin base supported bundlers ([#3](https://github.com/toddeTV/gltf-type-toolkit/pull/3))
10+
- Add eslint ([#5](https://github.com/toddeTV/gltf-type-toolkit/pull/5))
11+
- Add GitHub sponsoring/ funding ([#6](https://github.com/toddeTV/gltf-type-toolkit/pull/6))
12+
- Add GitHub CI workflow for testing lint ([#7](https://github.com/toddeTV/gltf-type-toolkit/pull/7))
13+
- Init more project base (gitignore, tsconfig, pnpm conf, etc.) ([#8](https://github.com/toddeTV/gltf-type-toolkit/pull/8))
14+
- Add modified unplugin starter project content ([#9](https://github.com/toddeTV/gltf-type-toolkit/pull/9))
15+
- Add GitHub release & NPM publish workflow ([#12](https://github.com/toddeTV/gltf-type-toolkit/pull/12))
16+
- Patch `three-stdlib` to allow loading gltf models with node ([#15](https://github.com/toddeTV/gltf-type-toolkit/pull/15))
17+
- Generate model declaration & runtime code using handlebars ([#16](https://github.com/toddeTV/gltf-type-toolkit/pull/16))
18+
- Add cli for generating model code & add `.glb` support ([#24](https://github.com/toddeTV/gltf-type-toolkit/pull/24))
19+
- Expose core functionality as unplugin plugins ([#31](https://github.com/toddeTV/gltf-type-toolkit/pull/31))
20+
- Allow all pre version prefixes in changelogen patch ([#34](https://github.com/toddeTV/gltf-type-toolkit/pull/34))
21+
- Make generating changelog in release workflow optional ([#35](https://github.com/toddeTV/gltf-type-toolkit/pull/35))
22+
23+
### 🩹 Fixes
24+
25+
- Use project provided typescript & update project setup doc ([#4](https://github.com/toddeTV/gltf-type-toolkit/pull/4))
26+
- Update package name, dependency versions & add dependencies ([#13](https://github.com/toddeTV/gltf-type-toolkit/pull/13))
27+
- Get commit message in GitHub workflow with description set ([#20](https://github.com/toddeTV/gltf-type-toolkit/pull/20))
28+
- Add pre version support to release generation ([#26](https://github.com/toddeTV/gltf-type-toolkit/pull/26))
29+
30+
### 💅 Refactors
31+
32+
- Use `pnpx` instead of `npx` for consistency ([#25](https://github.com/toddeTV/gltf-type-toolkit/pull/25))
33+
34+
### 📖 Documentation
35+
36+
- Add project doc with installation, logic, limits, usage, etc. ([#11](https://github.com/toddeTV/gltf-type-toolkit/pull/11))
37+
- Update & polish documentation for clarity & consistency ([#19](https://github.com/toddeTV/gltf-type-toolkit/pull/19))
38+
- Update idea behind the scenes section ([#28](https://github.com/toddeTV/gltf-type-toolkit/pull/28))
39+
40+
### 🏡 Chore
41+
42+
- Add contributor ([#10](https://github.com/toddeTV/gltf-type-toolkit/pull/10))
43+
- Rename unplugin plugins to match repo name ([#14](https://github.com/toddeTV/gltf-type-toolkit/pull/14))
44+
- **release:** v1.0.0 [rel-none-n] ([#36](https://github.com/toddeTV/gltf-type-toolkit/pull/36))
45+
46+
### ❤️ Contributors
47+
48+
- Thorsten Seyschab ([@toddeTV](http://github.com/toddeTV))
49+
- Andreas Fehn ([@fehnomenal](http://github.com/fehnomenal))
50+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@todde.tv/gltf-type-toolkit",
33
"type": "module",
4-
"version": "1.0.0-rc.0",
4+
"version": "1.0.0",
55
"packageManager": "pnpm@9.15.4",
66
"description": "This plugin generates type-safe glTF file representations in TypeScript and optimizes the loading and bundling of models in web projects, while being bundler-agnostic (Vite, Rollup, Webpack, esbuild, Rspack, ...).",
77
"author": "Thorsten Seyschab <business@todde.tv> (https://todde.tv/)",

0 commit comments

Comments
 (0)