diff --git a/.changeset/dark-impalas-dress.md b/.changeset/dark-impalas-dress.md deleted file mode 100644 index d65d87e3..00000000 --- a/.changeset/dark-impalas-dress.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'create-start-app': minor -'create-tanstack': minor -'create-tanstack-app': minor -'create-tsrouter-app': minor -'@tanstack/create-start': minor -'@tanstack/cta-framework-react-cra': minor -'@tanstack/cta-framework-solid': minor -'@tanstack/cta-cli': minor -'@tanstack/cta-engine': minor -'@tanstack/cta-ui': minor -'@tanstack/cta-ui-base': minor ---- - -Smakll content fixes diff --git a/.changeset/purple-dingos-cough.md b/.changeset/purple-dingos-cough.md deleted file mode 100644 index b2a9c660..00000000 --- a/.changeset/purple-dingos-cough.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'@tanstack/cta-framework-react-cra': minor -'@tanstack/cta-engine': minor -'@tanstack/cta-framework-solid': minor -'@tanstack/cta-cli': minor -'create-start-app': minor -'create-tanstack': minor -'create-tanstack-app': minor -'create-tsrouter-app': minor -'@tanstack/create-start': minor -'@tanstack/cta-ui': minor -'@tanstack/cta-ui-base': minor ---- - -allowing for no tailwind diff --git a/cli/create-start-app/CHANGELOG.md b/cli/create-start-app/CHANGELOG.md new file mode 100644 index 00000000..1b8d2cb8 --- /dev/null +++ b/cli/create-start-app/CHANGELOG.md @@ -0,0 +1,16 @@ +# create-start-app + +## 0.47.0 + +### Minor Changes + +- Smakll content fixes ([`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2)) + +- allowing for no tailwind ([#151](https://github.com/TanStack/create-tsrouter-app/pull/151)) + +### Patch Changes + +- Updated dependencies [[`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2), [`f1f58fe`](https://github.com/TanStack/create-tsrouter-app/commit/f1f58feed7d7df1e0c5e0fc4dd3af02e11df09e5)]: + - @tanstack/cta-framework-react-cra@0.47.0 + - @tanstack/cta-framework-solid@0.47.0 + - @tanstack/cta-cli@0.47.0 diff --git a/cli/create-start-app/package.json b/cli/create-start-app/package.json index d4a5f353..570dc920 100644 --- a/cli/create-start-app/package.json +++ b/cli/create-start-app/package.json @@ -1,6 +1,6 @@ { "name": "create-start-app", - "version": "0.46.2", + "version": "0.47.0", "description": "Tanstack Start Builder", "bin": "./dist/index.js", "type": "module", diff --git a/cli/create-tanstack-app/CHANGELOG.md b/cli/create-tanstack-app/CHANGELOG.md new file mode 100644 index 00000000..fa338804 --- /dev/null +++ b/cli/create-tanstack-app/CHANGELOG.md @@ -0,0 +1,16 @@ +# create-tanstack-app + +## 0.42.0 + +### Minor Changes + +- Smakll content fixes ([`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2)) + +- allowing for no tailwind ([#151](https://github.com/TanStack/create-tsrouter-app/pull/151)) + +### Patch Changes + +- Updated dependencies [[`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2), [`f1f58fe`](https://github.com/TanStack/create-tsrouter-app/commit/f1f58feed7d7df1e0c5e0fc4dd3af02e11df09e5)]: + - @tanstack/cta-framework-react-cra@0.47.0 + - @tanstack/cta-framework-solid@0.47.0 + - @tanstack/cta-cli@0.47.0 diff --git a/cli/create-tanstack-app/package.json b/cli/create-tanstack-app/package.json index 27c3adee..e16608ce 100644 --- a/cli/create-tanstack-app/package.json +++ b/cli/create-tanstack-app/package.json @@ -1,6 +1,6 @@ { "name": "create-tanstack-app", - "version": "0.41.2", + "version": "0.42.0", "description": "Tanstack Application Builder", "bin": "./dist/index.js", "type": "module", diff --git a/cli/create-tanstack/CHANGELOG.md b/cli/create-tanstack/CHANGELOG.md new file mode 100644 index 00000000..e2c718dd --- /dev/null +++ b/cli/create-tanstack/CHANGELOG.md @@ -0,0 +1,16 @@ +# create-tanstack + +## 0.42.0 + +### Minor Changes + +- Smakll content fixes ([`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2)) + +- allowing for no tailwind ([#151](https://github.com/TanStack/create-tsrouter-app/pull/151)) + +### Patch Changes + +- Updated dependencies [[`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2), [`f1f58fe`](https://github.com/TanStack/create-tsrouter-app/commit/f1f58feed7d7df1e0c5e0fc4dd3af02e11df09e5)]: + - @tanstack/cta-framework-react-cra@0.47.0 + - @tanstack/cta-framework-solid@0.47.0 + - @tanstack/cta-cli@0.47.0 diff --git a/cli/create-tanstack/package.json b/cli/create-tanstack/package.json index 8573b6a3..5b12e8fb 100644 --- a/cli/create-tanstack/package.json +++ b/cli/create-tanstack/package.json @@ -1,6 +1,6 @@ { "name": "create-tanstack", - "version": "0.41.2", + "version": "0.42.0", "description": "Tanstack Application Builder", "bin": "./dist/index.js", "type": "module", diff --git a/cli/create-tsrouter-app/CHANGELOG.md b/cli/create-tsrouter-app/CHANGELOG.md new file mode 100644 index 00000000..fc9a66de --- /dev/null +++ b/cli/create-tsrouter-app/CHANGELOG.md @@ -0,0 +1,16 @@ +# create-tsrouter-app + +## 0.42.0 + +### Minor Changes + +- Smakll content fixes ([`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2)) + +- allowing for no tailwind ([#151](https://github.com/TanStack/create-tsrouter-app/pull/151)) + +### Patch Changes + +- Updated dependencies [[`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2), [`f1f58fe`](https://github.com/TanStack/create-tsrouter-app/commit/f1f58feed7d7df1e0c5e0fc4dd3af02e11df09e5)]: + - @tanstack/cta-framework-react-cra@0.47.0 + - @tanstack/cta-framework-solid@0.47.0 + - @tanstack/cta-cli@0.47.0 diff --git a/cli/create-tsrouter-app/package.json b/cli/create-tsrouter-app/package.json index c813acc2..104fe637 100644 --- a/cli/create-tsrouter-app/package.json +++ b/cli/create-tsrouter-app/package.json @@ -1,6 +1,6 @@ { "name": "create-tsrouter-app", - "version": "0.41.2", + "version": "0.42.0", "description": "Tanstack Application Builder", "bin": "./dist/index.js", "type": "module", diff --git a/cli/ts-create-start/CHANGELOG.md b/cli/ts-create-start/CHANGELOG.md new file mode 100644 index 00000000..8e3dbfc4 --- /dev/null +++ b/cli/ts-create-start/CHANGELOG.md @@ -0,0 +1,16 @@ +# @tanstack/create-start + +## 0.47.0 + +### Minor Changes + +- Smakll content fixes ([`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2)) + +- allowing for no tailwind ([#151](https://github.com/TanStack/create-tsrouter-app/pull/151)) + +### Patch Changes + +- Updated dependencies [[`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2), [`f1f58fe`](https://github.com/TanStack/create-tsrouter-app/commit/f1f58feed7d7df1e0c5e0fc4dd3af02e11df09e5)]: + - @tanstack/cta-framework-react-cra@0.47.0 + - @tanstack/cta-framework-solid@0.47.0 + - @tanstack/cta-cli@0.47.0 diff --git a/cli/ts-create-start/package.json b/cli/ts-create-start/package.json index b46ab405..01caed94 100644 --- a/cli/ts-create-start/package.json +++ b/cli/ts-create-start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/create-start", - "version": "0.46.2", + "version": "0.47.0", "description": "Tanstack Start Builder", "bin": "./dist/index.js", "type": "module", diff --git a/examples/custom-cli/create-qwik-app/customized-ui/package.json b/examples/custom-cli/create-qwik-app/customized-ui/package.json index 05e4ebe3..daad0499 100644 --- a/examples/custom-cli/create-qwik-app/customized-ui/package.json +++ b/examples/custom-cli/create-qwik-app/customized-ui/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tailwindcss/vite": "^4.1.6", - "@tanstack/cta-ui-base": "^0.46.2", + "@tanstack/cta-ui-base": "^0.47.0", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.1.6", diff --git a/examples/custom-cli/create-qwik-app/package.json b/examples/custom-cli/create-qwik-app/package.json index cf538e05..2cd7a029 100644 --- a/examples/custom-cli/create-qwik-app/package.json +++ b/examples/custom-cli/create-qwik-app/package.json @@ -28,8 +28,8 @@ "license": "MIT", "packageManager": "pnpm@9.15.5", "dependencies": { - "@tanstack/cta-cli": "^0.46.2", - "@tanstack/cta-engine": "^0.46.2" + "@tanstack/cta-cli": "^0.47.0", + "@tanstack/cta-engine": "^0.47.0" }, "devDependencies": { "@types/node": "^22.13.4", diff --git a/examples/custom-cli/create-rwsdk/customized-ui/package.json b/examples/custom-cli/create-rwsdk/customized-ui/package.json index 41921e48..eaceac46 100644 --- a/examples/custom-cli/create-rwsdk/customized-ui/package.json +++ b/examples/custom-cli/create-rwsdk/customized-ui/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tailwindcss/vite": "^4.1.6", - "@tanstack/cta-ui-base": "^0.46.2", + "@tanstack/cta-ui-base": "^0.47.0", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.1.6", diff --git a/examples/custom-cli/create-rwsdk/package.json b/examples/custom-cli/create-rwsdk/package.json index b131b86d..b0c88b29 100644 --- a/examples/custom-cli/create-rwsdk/package.json +++ b/examples/custom-cli/create-rwsdk/package.json @@ -27,8 +27,8 @@ "license": "MIT", "packageManager": "pnpm@9.15.5", "dependencies": { - "@tanstack/cta-cli": "^0.46.2", - "@tanstack/cta-engine": "^0.46.2" + "@tanstack/cta-cli": "^0.47.0", + "@tanstack/cta-engine": "^0.47.0" }, "devDependencies": { "@types/node": "^22.13.4", diff --git a/examples/custom-cli/customized-react/package.json b/examples/custom-cli/customized-react/package.json index 72236544..9678d241 100644 --- a/examples/custom-cli/customized-react/package.json +++ b/examples/custom-cli/customized-react/package.json @@ -28,8 +28,8 @@ "license": "MIT", "packageManager": "pnpm@9.15.5", "dependencies": { - "@tanstack/cta-cli": "^0.46.2", - "@tanstack/cta-engine": "^0.46.2", + "@tanstack/cta-cli": "^0.47.0", + "@tanstack/cta-engine": "^0.47.0", "@tanstack/cta-framework-react-cra": "workspace:*" }, "devDependencies": { diff --git a/frameworks/react-cra/CHANGELOG.md b/frameworks/react-cra/CHANGELOG.md new file mode 100644 index 00000000..b2ca945d --- /dev/null +++ b/frameworks/react-cra/CHANGELOG.md @@ -0,0 +1,14 @@ +# @tanstack/cta-framework-react-cra + +## 0.47.0 + +### Minor Changes + +- Smakll content fixes ([`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2)) + +- allowing for no tailwind ([#151](https://github.com/TanStack/create-tsrouter-app/pull/151)) + +### Patch Changes + +- Updated dependencies [[`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2), [`f1f58fe`](https://github.com/TanStack/create-tsrouter-app/commit/f1f58feed7d7df1e0c5e0fc4dd3af02e11df09e5)]: + - @tanstack/cta-engine@0.47.0 diff --git a/frameworks/react-cra/package.json b/frameworks/react-cra/package.json index 9807ee13..4d8cb266 100644 --- a/frameworks/react-cra/package.json +++ b/frameworks/react-cra/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/cta-framework-react-cra", - "version": "0.46.2", + "version": "0.47.0", "description": "CTA Framework for React (Create React App)", "type": "module", "main": "./dist/index.js", diff --git a/frameworks/solid/CHANGELOG.md b/frameworks/solid/CHANGELOG.md new file mode 100644 index 00000000..5bd53271 --- /dev/null +++ b/frameworks/solid/CHANGELOG.md @@ -0,0 +1,14 @@ +# @tanstack/cta-framework-solid + +## 0.47.0 + +### Minor Changes + +- Smakll content fixes ([`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2)) + +- allowing for no tailwind ([#151](https://github.com/TanStack/create-tsrouter-app/pull/151)) + +### Patch Changes + +- Updated dependencies [[`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2), [`f1f58fe`](https://github.com/TanStack/create-tsrouter-app/commit/f1f58feed7d7df1e0c5e0fc4dd3af02e11df09e5)]: + - @tanstack/cta-engine@0.47.0 diff --git a/frameworks/solid/package.json b/frameworks/solid/package.json index befd270e..39e63808 100644 --- a/frameworks/solid/package.json +++ b/frameworks/solid/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/cta-framework-solid", - "version": "0.46.2", + "version": "0.47.0", "description": "CTA Framework for Solid", "type": "module", "main": "./dist/index.js", diff --git a/packages/cta-cli/CHANGELOG.md b/packages/cta-cli/CHANGELOG.md new file mode 100644 index 00000000..2ca362cd --- /dev/null +++ b/packages/cta-cli/CHANGELOG.md @@ -0,0 +1,15 @@ +# @tanstack/cta-cli + +## 0.47.0 + +### Minor Changes + +- Smakll content fixes ([`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2)) + +- allowing for no tailwind ([#151](https://github.com/TanStack/create-tsrouter-app/pull/151)) + +### Patch Changes + +- Updated dependencies [[`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2), [`f1f58fe`](https://github.com/TanStack/create-tsrouter-app/commit/f1f58feed7d7df1e0c5e0fc4dd3af02e11df09e5)]: + - @tanstack/cta-engine@0.47.0 + - @tanstack/cta-ui@0.47.0 diff --git a/packages/cta-cli/package.json b/packages/cta-cli/package.json index 1045136e..bd1e868e 100644 --- a/packages/cta-cli/package.json +++ b/packages/cta-cli/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/cta-cli", - "version": "0.46.2", + "version": "0.47.0", "description": "Tanstack Application Builder CLI", "type": "module", "main": "./dist/index.js", diff --git a/packages/cta-engine/CHANGELOG.md b/packages/cta-engine/CHANGELOG.md new file mode 100644 index 00000000..01bd89c5 --- /dev/null +++ b/packages/cta-engine/CHANGELOG.md @@ -0,0 +1,9 @@ +# @tanstack/cta-engine + +## 0.47.0 + +### Minor Changes + +- Smakll content fixes ([`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2)) + +- allowing for no tailwind ([#151](https://github.com/TanStack/create-tsrouter-app/pull/151)) diff --git a/packages/cta-engine/package.json b/packages/cta-engine/package.json index ff1baac9..c8c286a3 100644 --- a/packages/cta-engine/package.json +++ b/packages/cta-engine/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/cta-engine", - "version": "0.46.2", + "version": "0.47.0", "description": "Tanstack Application Builder Engine", "type": "module", "main": "./dist/index.js", diff --git a/packages/cta-ui-base/CHANGELOG.md b/packages/cta-ui-base/CHANGELOG.md new file mode 100644 index 00000000..f7552499 --- /dev/null +++ b/packages/cta-ui-base/CHANGELOG.md @@ -0,0 +1,14 @@ +# @tanstack/cta-ui-base + +## 0.47.0 + +### Minor Changes + +- Smakll content fixes ([`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2)) + +- allowing for no tailwind ([#151](https://github.com/TanStack/create-tsrouter-app/pull/151)) + +### Patch Changes + +- Updated dependencies [[`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2), [`f1f58fe`](https://github.com/TanStack/create-tsrouter-app/commit/f1f58feed7d7df1e0c5e0fc4dd3af02e11df09e5)]: + - @tanstack/cta-engine@0.47.0 diff --git a/packages/cta-ui-base/package.json b/packages/cta-ui-base/package.json index 25c0d631..c558640d 100644 --- a/packages/cta-ui-base/package.json +++ b/packages/cta-ui-base/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/cta-ui-base", - "version": "0.46.2", + "version": "0.47.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/cta-ui/CHANGELOG.md b/packages/cta-ui/CHANGELOG.md new file mode 100644 index 00000000..aaafa5bf --- /dev/null +++ b/packages/cta-ui/CHANGELOG.md @@ -0,0 +1,15 @@ +# @tanstack/cta-ui + +## 0.47.0 + +### Minor Changes + +- Smakll content fixes ([`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2)) + +- allowing for no tailwind ([#151](https://github.com/TanStack/create-tsrouter-app/pull/151)) + +### Patch Changes + +- Updated dependencies [[`7647683`](https://github.com/TanStack/create-tsrouter-app/commit/76476838fc427d71535881b959530307ca4664a2), [`f1f58fe`](https://github.com/TanStack/create-tsrouter-app/commit/f1f58feed7d7df1e0c5e0fc4dd3af02e11df09e5)]: + - @tanstack/cta-engine@0.47.0 + - @tanstack/cta-ui-base@0.47.0 diff --git a/packages/cta-ui/package.json b/packages/cta-ui/package.json index 5285bef8..94e89907 100644 --- a/packages/cta-ui/package.json +++ b/packages/cta-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/cta-ui", - "version": "0.46.2", + "version": "0.47.0", "type": "module", "main": "./lib-dist/index.js", "types": "./lib-dist/index.d.ts",