Skip to content

Commit 0c20c00

Browse files
authored
Revert "chore(release): version packages (#5129)" (#5130)
This reverts commit fc8b160.
1 parent dbd4766 commit 0c20c00

File tree

18 files changed

+39
-88
lines changed

18 files changed

+39
-88
lines changed

.changeset/chatty-jobs-tell.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: color mode for textarea resizer control set by color-mode-switch documentation UI component
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+
refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`)

output/angular/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# @db-ux/ngx-core-components
22

3-
## 3.1.17
4-
5-
### Patch Changes
6-
7-
- 1a7023a: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
8-
- 1a7023a: refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`)
9-
- Updated dependencies [1a7023a]
10-
- Updated dependencies [1a7023a]
11-
- @db-ux/core-components@3.1.17
12-
- @db-ux/core-foundations@3.1.17
13-
143
## 3.1.16
154

165
### Patch 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": "3.1.17",
3+
"version": "3.1.16",
44
"description": "Angular components @db-ux/core-components",
55
"type": "module",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"access": "public"
2525
},
2626
"dependencies": {
27-
"@db-ux/core-components": "3.1.17",
28-
"@db-ux/core-foundations": "3.1.17"
27+
"@db-ux/core-components": "3.1.16",
28+
"@db-ux/core-foundations": "3.1.16"
2929
}
3030
}

output/react/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# @db-ux/react-core-components
22

3-
## 3.1.17
4-
5-
### Patch Changes
6-
7-
- 1a7023a: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
8-
- 1a7023a: refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`)
9-
- Updated dependencies [1a7023a]
10-
- Updated dependencies [1a7023a]
11-
- @db-ux/core-components@3.1.17
12-
- @db-ux/core-foundations@3.1.17
13-
143
## 3.1.16
154

165
### Patch 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": "3.1.17",
3+
"version": "3.1.16",
44
"description": "React components for @db-ux/core-components",
55
"repository": {
66
"type": "git",
@@ -39,7 +39,7 @@
3939
},
4040
"sideEffects": false,
4141
"dependencies": {
42-
"@db-ux/core-components": "3.1.17",
43-
"@db-ux/core-foundations": "3.1.17"
42+
"@db-ux/core-components": "3.1.16",
43+
"@db-ux/core-foundations": "3.1.16"
4444
}
4545
}

output/stencil/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# @db-ux/wc-core-components
22

3-
## 3.1.17
4-
5-
### Patch Changes
6-
7-
- 1a7023a: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
8-
- 1a7023a: refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`)
9-
- Updated dependencies [1a7023a]
10-
- Updated dependencies [1a7023a]
11-
- @db-ux/core-components@3.1.17
12-
- @db-ux/core-foundations@3.1.17
13-
143
## 3.1.16
154

165
### Patch 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": "3.1.17",
3+
"version": "3.1.16",
44
"description": "Stencil components for @db-ux/core-components",
55
"repository": {
66
"type": "git",
@@ -44,7 +44,7 @@
4444
"web-types": "./dist/web-types.json",
4545
"customElements": "dist/custom-elements.json",
4646
"dependencies": {
47-
"@db-ux/core-components": "3.1.17",
48-
"@db-ux/core-foundations": "3.1.17"
47+
"@db-ux/core-components": "3.1.16",
48+
"@db-ux/core-foundations": "3.1.16"
4949
}
5050
}

output/vue/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# @db-ux/v-core-components
22

3-
## 3.1.17
4-
5-
### Patch Changes
6-
7-
- 1a7023a: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
8-
- 1a7023a: refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`)
9-
- Updated dependencies [1a7023a]
10-
- Updated dependencies [1a7023a]
11-
- @db-ux/core-components@3.1.17
12-
- @db-ux/core-foundations@3.1.17
13-
143
## 3.1.16
154

165
### Patch Changes

output/vue/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/v-core-components",
3-
"version": "3.1.17",
3+
"version": "3.1.16",
44
"type": "module",
55
"description": "Vue components for @db-ux/core-components",
66
"repository": {
@@ -54,7 +54,7 @@
5454
"sideEffects": false,
5555
"source": "src/index.ts",
5656
"dependencies": {
57-
"@db-ux/core-components": "3.1.17",
58-
"@db-ux/core-foundations": "3.1.17"
57+
"@db-ux/core-components": "3.1.16",
58+
"@db-ux/core-foundations": "3.1.16"
5959
}
6060
}

0 commit comments

Comments
 (0)