Skip to content

Commit a159672

Browse files
committed
chore(release): publish
1 parent 5fd16f1 commit a159672

File tree

16 files changed

+92
-10
lines changed

16 files changed

+92
-10
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0-beta.155](https://github.com/amir-ba/scale/compare/v3.0.0-beta.154...v3.0.0-beta.155) (2024-11-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **drop-down:** fixes hidden input in dropdown-select with null check ([#2361](https://github.com/amir-ba/scale/issues/2361)) ([8a04a5e](https://github.com/amir-ba/scale/commit/8a04a5e8c0bb3b72a2fbb90822600f6b8feefc06))
12+
* **nav-item:** add null check for child element before setting role to menuitem ([#2369](https://github.com/amir-ba/scale/issues/2369)) ([5fd16f1](https://github.com/amir-ba/scale/commit/5fd16f1d9f3f5259c004ae6f155117150ee8a0a3))
13+
* **nav-item:** makes nav-itemcomponent respect the active=false ([#2364](https://github.com/amir-ba/scale/issues/2364)) ([9a999fb](https://github.com/amir-ba/scale/commit/9a999fb298f481d7d94dd430434678021acb007c))
14+
15+
16+
17+
18+
19+
620
# [3.0.0-beta.154](https://github.com/amir-ba/scale/compare/v3.0.0-beta.152...v3.0.0-beta.154) (2024-11-06)
721

822

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"--pure-lockfile"
88
],
99
"useWorkspaces": true,
10-
"version": "3.0.0-beta.154",
10+
"version": "3.0.0-beta.155",
1111
"command": {
1212
"version": {
1313
"allowBranch": "main"

packages/components-angular/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0-beta.155](https://github.com/telekom/scale/compare/v3.0.0-beta.154...v3.0.0-beta.155) (2024-11-26)
7+
8+
**Note:** Version bump only for package @telekom/scale-components-angular
9+
10+
11+
12+
13+
14+
615
# [3.0.0-beta.154](https://github.com/telekom/scale/compare/v3.0.0-beta.152...v3.0.0-beta.154) (2024-11-06)
716

817
**Note:** Version bump only for package @telekom/scale-components-angular

packages/components-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@telekom/scale-components-angular",
3-
"version": "3.0.0-beta.154",
3+
"version": "3.0.0-beta.155",
44
"description": "Angular specific wrapper for @telekom/scale-components",
55
"license": "MPL-2.0",
66
"homepage": "https://github.com/telekom/scale",

packages/components-react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0-beta.155](https://github.com/telekom/scale/compare/v3.0.0-beta.154...v3.0.0-beta.155) (2024-11-26)
7+
8+
**Note:** Version bump only for package @telekom/scale-components-react
9+
10+
11+
12+
13+
14+
615
# [3.0.0-beta.154](https://github.com/telekom/scale/compare/v3.0.0-beta.152...v3.0.0-beta.154) (2024-11-06)
716

817
**Note:** Version bump only for package @telekom/scale-components-react

packages/components-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@telekom/scale-components-react",
33
"sideEffects": false,
4-
"version": "3.0.0-beta.154",
4+
"version": "3.0.0-beta.155",
55
"description": "React proxy for @telekom/scale-components",
66
"license": "MPL-2.0",
77
"homepage": "https://github.com/telekom/scale",

packages/components-vue/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0-beta.155](https://github.com/telekom/scale/compare/v3.0.0-beta.154...v3.0.0-beta.155) (2024-11-26)
7+
8+
**Note:** Version bump only for package @telekom/scale-components-vue
9+
10+
11+
12+
13+
14+
615
# [3.0.0-beta.154](https://github.com/telekom/scale/compare/v3.0.0-beta.152...v3.0.0-beta.154) (2024-11-06)
716

817
**Note:** Version bump only for package @telekom/scale-components-vue

packages/components-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@telekom/scale-components-vue",
33
"sideEffects": false,
4-
"version": "3.0.0-beta.154",
4+
"version": "3.0.0-beta.155",
55
"description": "Vue specific wrapper for @telekom/scale-components",
66
"license": "MPL-2.0",
77
"homepage": "https://github.com/telekom/scale",

packages/components/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0-beta.155](https://github.com/telekom/scale/compare/v3.0.0-beta.154...v3.0.0-beta.155) (2024-11-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **drop-down:** fixes hidden input in dropdown-select with null check ([#2361](https://github.com/telekom/scale/issues/2361)) ([8a04a5e](https://github.com/telekom/scale/commit/8a04a5e8c0bb3b72a2fbb90822600f6b8feefc06))
12+
* **nav-item:** add null check for child element before setting role to menuitem ([#2369](https://github.com/telekom/scale/issues/2369)) ([5fd16f1](https://github.com/telekom/scale/commit/5fd16f1d9f3f5259c004ae6f155117150ee8a0a3))
13+
* **nav-item:** makes nav-itemcomponent respect the active=false ([#2364](https://github.com/telekom/scale/issues/2364)) ([9a999fb](https://github.com/telekom/scale/commit/9a999fb298f481d7d94dd430434678021acb007c))
14+
15+
16+
17+
18+
19+
620
# [3.0.0-beta.154](https://github.com/telekom/scale/compare/v3.0.0-beta.152...v3.0.0-beta.154) (2024-11-06)
721

822

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@telekom/scale-components",
3-
"version": "3.0.0-beta.154",
3+
"version": "3.0.0-beta.155",
44
"description": "Scale is the digital design system for Telekom products and experiences.",
55
"homepage": "https://github.com/telekom/scale",
66
"repository": {

packages/design-tokens/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0-beta.155](https://github.com/telekom/scale/compare/v3.0.0-beta.154...v3.0.0-beta.155) (2024-11-26)
7+
8+
**Note:** Version bump only for package @telekom/scale-design-tokens
9+
10+
11+
12+
13+
14+
615
# [3.0.0-beta.154](https://github.com/telekom/scale/compare/v3.0.0-beta.152...v3.0.0-beta.154) (2024-11-06)
716

817
**Note:** Version bump only for package @telekom/scale-design-tokens

packages/design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@telekom/scale-design-tokens",
3-
"version": "3.0.0-beta.154",
3+
"version": "3.0.0-beta.155",
44
"type": "module",
55
"description": "Design Tokens for the Scale Design System",
66
"homepage": "https://github.com/telekom/scale",

packages/storybook-vue/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0-beta.155](https://github.com/amir-ba/scale/compare/v3.0.0-beta.154...v3.0.0-beta.155) (2024-11-26)
7+
8+
**Note:** Version bump only for package @telekom/scale-storybook-vue
9+
10+
11+
12+
13+
14+
615
# [3.0.0-beta.154](https://github.com/amir-ba/scale/compare/v3.0.0-beta.152...v3.0.0-beta.154) (2024-11-06)
716

817

packages/storybook-vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"homepage": "https://telekom.github.io/scale",
33
"name": "@telekom/scale-storybook-vue",
44
"private": true,
5-
"version": "3.0.0-beta.154",
5+
"version": "3.0.0-beta.155",
66
"main": "index.js",
77
"license": "MPL-2.0",
88
"devDependencies": {
@@ -32,8 +32,8 @@
3232
"dependencies": {
3333
"@storybook/addon-viewport": "^6.4.22",
3434
"@telekom/design-tokens": "^1.0.0-beta.2",
35-
"@telekom/scale-components": "^3.0.0-beta.154",
36-
"@telekom/scale-components-vue": "^3.0.0-beta.154"
35+
"@telekom/scale-components": "^3.0.0-beta.155",
36+
"@telekom/scale-components-vue": "^3.0.0-beta.155"
3737
},
3838
"scripts": {
3939
"prestart": "rm -rf node_modules/.cache/ && yes | cp -a ../components/dist/scale-components/fonts/* public/fonts/ && yes | cp -a ../components/dist/scale-components/scale-components.css public/",

packages/visual-tests/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0-beta.155](https://github.com/amir-ba/scale/compare/v3.0.0-beta.154...v3.0.0-beta.155) (2024-11-26)
7+
8+
**Note:** Version bump only for package @telekom/scale-visual-tests
9+
10+
11+
12+
13+
14+
615
# [3.0.0-beta.154](https://github.com/amir-ba/scale/compare/v3.0.0-beta.152...v3.0.0-beta.154) (2024-11-06)
716

817
**Note:** Version bump only for package @telekom/scale-visual-tests

packages/visual-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@telekom/scale-visual-tests",
33
"private": true,
4-
"version": "3.0.0-beta.154",
4+
"version": "3.0.0-beta.155",
55
"main": "index.js",
66
"license": "MPL-2.0",
77
"scripts": {

0 commit comments

Comments
 (0)