Skip to content

Commit 797a114

Browse files
authored
Revert "chore(release): version packages (#5321)" (#5325)
This reverts commit 3a094c6.
1 parent 786f445 commit 797a114

File tree

22 files changed

+79
-106
lines changed

22 files changed

+79
-106
lines changed

.changeset/cold-chairs-tease.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@db-ux/core-foundations": patch
3+
"@db-ux/core-components": patch
4+
"@db-ux/agent-cli": patch
5+
---
6+
7+
chore: update instructions files for better copilot outputs
8+
fix: add some missing variables

.changeset/cool-bugs-chew.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@db-ux/core-components": patch
3+
"@db-ux/ngx-core-components": patch
4+
"@db-ux/react-core-components": patch
5+
"@db-ux/v-core-components": patch
6+
"@db-ux/wc-core-components": patch
7+
---
8+
9+
fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles.

.changeset/four-carrots-flow.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@db-ux/core-components": patch
3+
"@db-ux/ngx-core-components": patch
4+
"@db-ux/react-core-components": patch
5+
"@db-ux/v-core-components": patch
6+
"@db-ux/wc-core-components": patch
7+
---
8+
9+
Set border of select, textarea, custom select and input to corresponding color when in/valid state is set.

.changeset/sweet-hotels-agree.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
"@db-ux/core-foundations": patch
3+
---
4+
5+
fix(tailwind): add individual color theme files for all color variants
6+
7+
Create separate CSS files for each color
8+
Move colors.css to colors/ subdirectory with adaptive theme
9+
Add colors/index.css that imports all color variants
10+
Update theme/index.css to import from colors/index.css
11+
12+
* burgundy
13+
* critical
14+
* cyan
15+
* green
16+
* informational
17+
* light-green
18+
* neutral
19+
* orange
20+
* pink
21+
* red
22+
* successful
23+
* turquoise
24+
* violet
25+
* warning
26+
* yellow
27+

output/angular/CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# @db-ux/ngx-core-components
22

3-
## 4.0.2
4-
5-
### Patch Changes
6-
7-
- fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit 15679ff](https://github.com/db-ux-design-system/core-web/commit/15679ffe6cf4634d2edc39b14bf2f5911d723081)
8-
9-
- Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - [see commit 15679ff](https://github.com/db-ux-design-system/core-web/commit/15679ffe6cf4634d2edc39b14bf2f5911d723081)
10-
113
## 4.0.1
124

135
_version bump_
146

7+
158
## 4.0.0
169

1710
### Major Changes

output/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/ngx-core-components",
3-
"version": "4.0.2",
3+
"version": "4.0.1",
44
"description": "Angular components @db-ux/core-components",
55
"type": "module",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@db-ux/core-components": "4.0.2",
31-
"@db-ux/core-foundations": "4.0.2"
30+
"@db-ux/core-components": "4.0.1",
31+
"@db-ux/core-foundations": "4.0.1"
3232
}
3333
}

output/react/CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# @db-ux/react-core-components
22

3-
## 4.0.2
4-
5-
### Patch Changes
6-
7-
- fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit 15679ff](https://github.com/db-ux-design-system/core-web/commit/15679ffe6cf4634d2edc39b14bf2f5911d723081)
8-
9-
- Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - [see commit 15679ff](https://github.com/db-ux-design-system/core-web/commit/15679ffe6cf4634d2edc39b14bf2f5911d723081)
10-
113
## 4.0.1
124

135
_version bump_
146

7+
158
## 4.0.0
169

1710
### Major Changes

output/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/react-core-components",
3-
"version": "4.0.2",
3+
"version": "4.0.1",
44
"description": "React components for @db-ux/core-components",
55
"repository": {
66
"type": "git",
@@ -42,7 +42,7 @@
4242
},
4343
"sideEffects": false,
4444
"dependencies": {
45-
"@db-ux/core-components": "4.0.2",
46-
"@db-ux/core-foundations": "4.0.2"
45+
"@db-ux/core-components": "4.0.1",
46+
"@db-ux/core-foundations": "4.0.1"
4747
}
4848
}

output/stencil/CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# @db-ux/wc-core-components
22

3-
## 4.0.2
4-
5-
### Patch Changes
6-
7-
- fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit 15679ff](https://github.com/db-ux-design-system/core-web/commit/15679ffe6cf4634d2edc39b14bf2f5911d723081)
8-
9-
- Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - [see commit 15679ff](https://github.com/db-ux-design-system/core-web/commit/15679ffe6cf4634d2edc39b14bf2f5911d723081)
10-
113
## 4.0.1
124

135
_version bump_
146

7+
158
## 4.0.0
169

1710
### Major Changes

output/stencil/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/wc-core-components",
3-
"version": "4.0.2",
3+
"version": "4.0.1",
44
"description": "Stencil components for @db-ux/core-components",
55
"repository": {
66
"type": "git",
@@ -47,7 +47,7 @@
4747
"web-types": "./dist/web-types.json",
4848
"customElements": "dist/custom-elements.json",
4949
"dependencies": {
50-
"@db-ux/core-components": "4.0.2",
51-
"@db-ux/core-foundations": "4.0.2"
50+
"@db-ux/core-components": "4.0.1",
51+
"@db-ux/core-foundations": "4.0.1"
5252
}
5353
}

0 commit comments

Comments
 (0)