Skip to content

Commit 273131f

Browse files
chore(main): release init 1.0.0
1 parent 257cc77 commit 273131f

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

.template-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.1"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/metaideas/init/compare/init@v0.11.1...init@v1.0.0) (2025-12-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* cli to bun
9+
* remove tooling helpers
10+
11+
### Features
12+
13+
* add assertion helpers ([6ec1f98](https://github.com/metaideas/init/commit/6ec1f98881619cdbc696c595e2dc75546c818ca2))
14+
* add error package ([#57](https://github.com/metaideas/init/issues/57)) ([77993d2](https://github.com/metaideas/init/commit/77993d20f32fcd587397001891c08cbf16637b5d))
15+
* add theme feature ([d584c33](https://github.com/metaideas/init/commit/d584c332d628dd10939f7a97940686529de51064))
16+
* add theme script ([7d1dfd2](https://github.com/metaideas/init/commit/7d1dfd2dba874b0879ec1d92037fb7c208f539a9))
17+
* better APIs for `@init/queue` ([#55](https://github.com/metaideas/init/issues/55)) ([24a1895](https://github.com/metaideas/init/commit/24a189530bd3acf92ffef30fa4588a8fc6744715))
18+
* new theme provider ([#50](https://github.com/metaideas/init/issues/50)) ([285320b](https://github.com/metaideas/init/commit/285320b0df4a031c9c6a265460213fc2ca9800fd))
19+
* replace pino with logtape ([#56](https://github.com/metaideas/init/issues/56)) ([c95b9aa](https://github.com/metaideas/init/commit/c95b9aa5631228f29c0df78c7edad0aabdffe1db))
20+
* restore dockerfile ([4ebea44](https://github.com/metaideas/init/commit/4ebea441a0f17a25c48253c2fa051466302d334e))
21+
* use api as backend for app ([257cc77](https://github.com/metaideas/init/commit/257cc770c51671a9e616d0acbe31523417426785))
22+
23+
24+
### Bug Fixes
25+
26+
* default logger ([6a01696](https://github.com/metaideas/init/commit/6a01696d0763c5e90f49c802f4ec3c14f189ce9d))
27+
* exclude template scripts from replace ([6e0e87c](https://github.com/metaideas/init/commit/6e0e87ccac00ea18ebe39f208253dcb4f91ff81c))
28+
* logger setup ([b43df4f](https://github.com/metaideas/init/commit/b43df4f191ded688c1f159655def4200280936b9))
29+
* make readme cli a symlink ([9aa8a81](https://github.com/metaideas/init/commit/9aa8a81981fef74e2385c1d293d455488efb0b68))
30+
* multiselect type error ([536ee9b](https://github.com/metaideas/init/commit/536ee9bee2936c977432daf4e4e2f35487a19b3c))
31+
* remove logger from content script ([039a30d](https://github.com/metaideas/init/commit/039a30dbaa73c54ef5210db81b43c364cbf8ba59))
32+
* update convex package ([180cef5](https://github.com/metaideas/init/commit/180cef500763da8dcff00cd73528b266a2331831))
33+
34+
35+
### Code Refactoring
36+
37+
* cli to bun ([daf5d30](https://github.com/metaideas/init/commit/daf5d305985abbf06ccdfa39cc9a5fc43fa18ca8))
38+
* remove tooling helpers ([fe2fdd5](https://github.com/metaideas/init/commit/fe2fdd57fd0a13614fe3fc4be74134b200ec4920))
39+
340
## [0.11.1](https://github.com/metaideas/init/compare/init@v0.11.0...init@v0.11.1) (2025-11-15)
441

542

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "init",
3-
"version": "0.11.1",
3+
"version": "1.0.0",
44
"private": true,
55
"workspaces": {
66
"packages": [

0 commit comments

Comments
 (0)