From 1db0a8b9c19660bbbe3278eba27a666a4362cca0 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Mon, 20 Oct 2025 08:07:18 +0200 Subject: [PATCH] Revert "chore(release): version packages (#5268)" This reverts commit 395f8d6256d55f8a8fd75bd76c446ec6047eb25a. --- .changeset/cold-chairs-tease.md | 8 ++++++++ .changeset/cool-bugs-chew.md | 9 +++++++++ .changeset/four-carrots-flow.md | 9 +++++++++ .changeset/sweet-hotels-agree.md | 27 +++++++++++++++++++++++++++ output/angular/CHANGELOG.md | 9 +-------- output/angular/package.json | 6 +++--- output/react/CHANGELOG.md | 9 +-------- output/react/package.json | 6 +++--- output/stencil/CHANGELOG.md | 9 +-------- output/stencil/package.json | 6 +++--- output/vue/CHANGELOG.md | 9 +-------- output/vue/package.json | 6 +++--- packages/agent-cli/CHANGELOG.md | 8 +------- packages/agent-cli/package.json | 2 +- packages/components/CHANGELOG.md | 12 +----------- packages/components/package.json | 4 ++-- packages/foundations/CHANGELOG.md | 28 ---------------------------- packages/foundations/package.json | 2 +- packages/migration/CHANGELOG.md | 6 +----- packages/migration/package.json | 2 +- packages/stylelint/CHANGELOG.md | 6 +----- packages/stylelint/package.json | 2 +- 22 files changed, 79 insertions(+), 106 deletions(-) create mode 100644 .changeset/cold-chairs-tease.md create mode 100644 .changeset/cool-bugs-chew.md create mode 100644 .changeset/four-carrots-flow.md create mode 100644 .changeset/sweet-hotels-agree.md diff --git a/.changeset/cold-chairs-tease.md b/.changeset/cold-chairs-tease.md new file mode 100644 index 000000000000..4f31032596ef --- /dev/null +++ b/.changeset/cold-chairs-tease.md @@ -0,0 +1,8 @@ +--- +"@db-ux/core-foundations": patch +"@db-ux/core-components": patch +"@db-ux/agent-cli": patch +--- + +chore: update instructions files for better copilot outputs +fix: add some missing variables diff --git a/.changeset/cool-bugs-chew.md b/.changeset/cool-bugs-chew.md new file mode 100644 index 000000000000..81196830f629 --- /dev/null +++ b/.changeset/cool-bugs-chew.md @@ -0,0 +1,9 @@ +--- +"@db-ux/core-components": patch +"@db-ux/ngx-core-components": patch +"@db-ux/react-core-components": patch +"@db-ux/v-core-components": patch +"@db-ux/wc-core-components": patch +--- + +fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. diff --git a/.changeset/four-carrots-flow.md b/.changeset/four-carrots-flow.md new file mode 100644 index 000000000000..c11ffaa70c65 --- /dev/null +++ b/.changeset/four-carrots-flow.md @@ -0,0 +1,9 @@ +--- +"@db-ux/core-components": patch +"@db-ux/ngx-core-components": patch +"@db-ux/react-core-components": patch +"@db-ux/v-core-components": patch +"@db-ux/wc-core-components": patch +--- + +Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. diff --git a/.changeset/sweet-hotels-agree.md b/.changeset/sweet-hotels-agree.md new file mode 100644 index 000000000000..df1efe14dfe5 --- /dev/null +++ b/.changeset/sweet-hotels-agree.md @@ -0,0 +1,27 @@ +--- +"@db-ux/core-foundations": patch +--- + +fix(tailwind): add individual color theme files for all color variants + +Create separate CSS files for each color +Move colors.css to colors/ subdirectory with adaptive theme +Add colors/index.css that imports all color variants +Update theme/index.css to import from colors/index.css + +* burgundy +* critical +* cyan +* green +* informational +* light-green +* neutral +* orange +* pink +* red +* successful +* turquoise +* violet +* warning +* yellow + diff --git a/output/angular/CHANGELOG.md b/output/angular/CHANGELOG.md index a33709b8be6e..37f4209231f5 100644 --- a/output/angular/CHANGELOG.md +++ b/output/angular/CHANGELOG.md @@ -1,17 +1,10 @@ # @db-ux/ngx-core-components -## 4.0.2 - -### Patch Changes - -- fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit 34c78df](https://github.com/db-ux-design-system/core-web/commit/34c78dffd4f43b0ac740574358b426a562e05cd0) - -- Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - [see commit 2a02263](https://github.com/db-ux-design-system/core-web/commit/2a022632f8fea7445e77fb632f109d6cd093e2d3) - ## 4.0.1 _version bump_ + ## 4.0.0 ### Major Changes diff --git a/output/angular/package.json b/output/angular/package.json index 9702172d187a..51e1c55661eb 100644 --- a/output/angular/package.json +++ b/output/angular/package.json @@ -1,6 +1,6 @@ { "name": "@db-ux/ngx-core-components", - "version": "4.0.2", + "version": "4.0.1", "description": "Angular components @db-ux/core-components", "type": "module", "repository": { @@ -27,7 +27,7 @@ "access": "public" }, "dependencies": { - "@db-ux/core-components": "4.0.2", - "@db-ux/core-foundations": "4.0.2" + "@db-ux/core-components": "4.0.1", + "@db-ux/core-foundations": "4.0.1" } } diff --git a/output/react/CHANGELOG.md b/output/react/CHANGELOG.md index 64753f84ed4b..b2fe01d0de64 100644 --- a/output/react/CHANGELOG.md +++ b/output/react/CHANGELOG.md @@ -1,17 +1,10 @@ # @db-ux/react-core-components -## 4.0.2 - -### Patch Changes - -- fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit 34c78df](https://github.com/db-ux-design-system/core-web/commit/34c78dffd4f43b0ac740574358b426a562e05cd0) - -- Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - [see commit 2a02263](https://github.com/db-ux-design-system/core-web/commit/2a022632f8fea7445e77fb632f109d6cd093e2d3) - ## 4.0.1 _version bump_ + ## 4.0.0 ### Major Changes diff --git a/output/react/package.json b/output/react/package.json index ba3293bb575c..c85e7897004f 100644 --- a/output/react/package.json +++ b/output/react/package.json @@ -1,6 +1,6 @@ { "name": "@db-ux/react-core-components", - "version": "4.0.2", + "version": "4.0.1", "description": "React components for @db-ux/core-components", "repository": { "type": "git", @@ -42,7 +42,7 @@ }, "sideEffects": false, "dependencies": { - "@db-ux/core-components": "4.0.2", - "@db-ux/core-foundations": "4.0.2" + "@db-ux/core-components": "4.0.1", + "@db-ux/core-foundations": "4.0.1" } } diff --git a/output/stencil/CHANGELOG.md b/output/stencil/CHANGELOG.md index 1956c2b73100..aed0bbc24d4c 100644 --- a/output/stencil/CHANGELOG.md +++ b/output/stencil/CHANGELOG.md @@ -1,17 +1,10 @@ # @db-ux/wc-core-components -## 4.0.2 - -### Patch Changes - -- fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit 34c78df](https://github.com/db-ux-design-system/core-web/commit/34c78dffd4f43b0ac740574358b426a562e05cd0) - -- Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - [see commit 2a02263](https://github.com/db-ux-design-system/core-web/commit/2a022632f8fea7445e77fb632f109d6cd093e2d3) - ## 4.0.1 _version bump_ + ## 4.0.0 ### Major Changes diff --git a/output/stencil/package.json b/output/stencil/package.json index 5fa9fa148e19..6913d9dd0aad 100644 --- a/output/stencil/package.json +++ b/output/stencil/package.json @@ -1,6 +1,6 @@ { "name": "@db-ux/wc-core-components", - "version": "4.0.2", + "version": "4.0.1", "description": "Stencil components for @db-ux/core-components", "repository": { "type": "git", @@ -47,7 +47,7 @@ "web-types": "./dist/web-types.json", "customElements": "dist/custom-elements.json", "dependencies": { - "@db-ux/core-components": "4.0.2", - "@db-ux/core-foundations": "4.0.2" + "@db-ux/core-components": "4.0.1", + "@db-ux/core-foundations": "4.0.1" } } diff --git a/output/vue/CHANGELOG.md b/output/vue/CHANGELOG.md index 3b7a913eafcc..00c2642e5670 100644 --- a/output/vue/CHANGELOG.md +++ b/output/vue/CHANGELOG.md @@ -1,17 +1,10 @@ # @db-ux/v-core-components -## 4.0.2 - -### Patch Changes - -- fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit 34c78df](https://github.com/db-ux-design-system/core-web/commit/34c78dffd4f43b0ac740574358b426a562e05cd0) - -- Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - [see commit 2a02263](https://github.com/db-ux-design-system/core-web/commit/2a022632f8fea7445e77fb632f109d6cd093e2d3) - ## 4.0.1 _version bump_ + ## 4.0.0 ### Major Changes diff --git a/output/vue/package.json b/output/vue/package.json index fccc2c455972..55ac6bd3fdd8 100644 --- a/output/vue/package.json +++ b/output/vue/package.json @@ -1,6 +1,6 @@ { "name": "@db-ux/v-core-components", - "version": "4.0.2", + "version": "4.0.1", "type": "module", "description": "Vue components for @db-ux/core-components", "repository": { @@ -57,7 +57,7 @@ "sideEffects": false, "source": "src/index.ts", "dependencies": { - "@db-ux/core-components": "4.0.2", - "@db-ux/core-foundations": "4.0.2" + "@db-ux/core-components": "4.0.1", + "@db-ux/core-foundations": "4.0.1" } } diff --git a/packages/agent-cli/CHANGELOG.md b/packages/agent-cli/CHANGELOG.md index b4224677026d..5a5fdf97b814 100644 --- a/packages/agent-cli/CHANGELOG.md +++ b/packages/agent-cli/CHANGELOG.md @@ -1,16 +1,10 @@ # @db-ux/agent-cli -## 4.0.2 - -### Patch Changes - -- chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82): - - fix: add some missing variables - ## 4.0.1 _version bump_ + ## 4.0.0 _version bump_ diff --git a/packages/agent-cli/package.json b/packages/agent-cli/package.json index 7e9d78f266a0..02419dd1ec15 100644 --- a/packages/agent-cli/package.json +++ b/packages/agent-cli/package.json @@ -1,6 +1,6 @@ { "name": "@db-ux/agent-cli", - "version": "4.0.2", + "version": "4.0.1", "type": "module", "description": "CLI for DB UX Design System generate AI agent instructions", "repository": { diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5a7725bef370..78df9394ab7d 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,20 +1,10 @@ # @db-ux/core-components -## 4.0.2 - -### Patch Changes - -- chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82): - - fix: add some missing variables - -- fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit 34c78df](https://github.com/db-ux-design-system/core-web/commit/34c78dffd4f43b0ac740574358b426a562e05cd0) - -- Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - [see commit 2a02263](https://github.com/db-ux-design-system/core-web/commit/2a022632f8fea7445e77fb632f109d6cd093e2d3) - ## 4.0.1 _version bump_ + ## 4.0.0 ### Major Changes diff --git a/packages/components/package.json b/packages/components/package.json index 17304ef9d19c..a030399f3c65 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@db-ux/core-components", - "version": "4.0.2", + "version": "4.0.1", "type": "module", "description": "General technical components (styling, fonts and icons) out of DB UX Design System (Version 3)", "repository": { @@ -47,7 +47,7 @@ "start": "nodemon --watch src --watch scripts --watch scripts --ext js,tsx,ts,scss,json --exec \"npm run build\"" }, "dependencies": { - "@db-ux/core-foundations": "4.0.2" + "@db-ux/core-foundations": "4.0.1" }, "devDependencies": { "@builder.io/eslint-plugin-mitosis": "0.0.17", diff --git a/packages/foundations/CHANGELOG.md b/packages/foundations/CHANGELOG.md index f1e06c1ae4f8..615c72fad965 100644 --- a/packages/foundations/CHANGELOG.md +++ b/packages/foundations/CHANGELOG.md @@ -1,33 +1,5 @@ # @db-ux/core-foundations -## 4.0.2 - -### Patch Changes - -- chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82): - - fix: add some missing variables - -- fix(tailwind): add individual color theme files for all color variants - [see commit e8d58bd](https://github.com/db-ux-design-system/core-web/commit/e8d58bde01039a3d233105c2c72efa71c619c4b4): - - Create separate CSS files for each color - - Move colors.css to colors/ subdirectory with adaptive theme - - Add colors/index.css that imports all color variants - - Update theme/index.css to import from colors/index.css - - burgundy - - critical - - cyan - - green - - informational - - light-green - - neutral - - orange - - pink - - red - - successful - - turquoise - - violet - - warning - - yellow - ## 4.0.1 ### Patch Changes diff --git a/packages/foundations/package.json b/packages/foundations/package.json index bc3afff766aa..e115cac8b350 100644 --- a/packages/foundations/package.json +++ b/packages/foundations/package.json @@ -1,6 +1,6 @@ { "name": "@db-ux/core-foundations", - "version": "4.0.2", + "version": "4.0.1", "type": "module", "description": "Provides basic tokens and assets based on DB UX Design System (Version 3).", "repository": { diff --git a/packages/migration/CHANGELOG.md b/packages/migration/CHANGELOG.md index ab595230f000..ea00073e5b09 100644 --- a/packages/migration/CHANGELOG.md +++ b/packages/migration/CHANGELOG.md @@ -1,14 +1,10 @@ # @db-ux/core-migration -## 4.0.2 - -_version bump_ - - ## 4.0.1 _version bump_ + ## 4.0.0 _version bump_ diff --git a/packages/migration/package.json b/packages/migration/package.json index f75b48e1beef..7107be6e4b5b 100644 --- a/packages/migration/package.json +++ b/packages/migration/package.json @@ -1,6 +1,6 @@ { "name": "@db-ux/core-migration", - "version": "4.0.2", + "version": "4.0.1", "type": "module", "description": "Migration script for changing your code in between DB UX Design System v3 versions regarding BREAKING CHANGES.", "repository": { diff --git a/packages/stylelint/CHANGELOG.md b/packages/stylelint/CHANGELOG.md index 6f9b0ad92061..6e17e20faf21 100644 --- a/packages/stylelint/CHANGELOG.md +++ b/packages/stylelint/CHANGELOG.md @@ -1,14 +1,10 @@ # @db-ux/core-stylelint -## 4.0.2 - -_version bump_ - - ## 4.0.1 _version bump_ + ## 4.0.0 _version bump_ diff --git a/packages/stylelint/package.json b/packages/stylelint/package.json index ac040aaca425..adb2a183be07 100644 --- a/packages/stylelint/package.json +++ b/packages/stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@db-ux/core-stylelint", - "version": "4.0.2", + "version": "4.0.1", "type": "module", "description": "Ensures DB UX styles are used correctly", "repository": {