Skip to content

Commit 0cfead1

Browse files
committed
chore: bump ix version to 1.5.0-beta.1
1 parent 03a78a8 commit 0cfead1

File tree

14 files changed

+88
-34
lines changed

14 files changed

+88
-34
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# [1.5.0-beta.1](https://github.com/siemens/ix/compare/v1.5.0-beta.0...v1.5.0-beta.1) (2023-03-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **core/breadcrumb:** handle overflow ([#452](https://github.com/siemens/ix/issues/452)) ([d931353](https://github.com/siemens/ix/commit/d931353a6ae1c89090df7c785c8582e2d524667b))
7+
* **core/chip:** new custom event ([#441](https://github.com/siemens/ix/issues/441)) ([f713fbd](https://github.com/siemens/ix/commit/f713fbd8622acab99d9f54c33a49d2fcc2c67d77))
8+
* **core/dropdown:** fix editable dropdown width ([#435](https://github.com/siemens/ix/issues/435)) ([ca2312b](https://github.com/siemens/ix/commit/ca2312bf3fb6b0361687af4ac7c9d632776b18a1))
9+
* **core/filter-chip:** align styling to latest styleguide changes ([#458](https://github.com/siemens/ix/issues/458)) ([03a78a8](https://github.com/siemens/ix/commit/03a78a8622f52b5d3abc2482c1b3727b34c4981c))
10+
* **core/menu-item:** adjust bottom background color ([#420](https://github.com/siemens/ix/issues/420)) ([f1f243c](https://github.com/siemens/ix/commit/f1f243c36644ef71131d56b0442517a066e2933c))
11+
* **core/select:** stop form trigger ([#446](https://github.com/siemens/ix/issues/446)) ([03b04a6](https://github.com/siemens/ix/commit/03b04a6434f9502cf05ee1d2c22fe4e1dbdd803d))
12+
* **core/tooltip:** remove arrow if not visible ([#451](https://github.com/siemens/ix/issues/451)) ([6d02372](https://github.com/siemens/ix/commit/6d02372a917e2615e99e5e0568edc6807435d4e3))
13+
* **core/upload:** export update state ([7057c46](https://github.com/siemens/ix/commit/7057c464535f3edc5bb7d4b75d11802265c55e35))
14+
* **core:** add luxon types to dependencies ([b9217be](https://github.com/siemens/ix/commit/b9217be28fe13d39814e87eea7772d3529bbd2b7))
15+
16+
17+
### Features
18+
19+
* **core/blind:** add icon and actions slot ([#448](https://github.com/siemens/ix/issues/448)) ([57d5ecc](https://github.com/siemens/ix/commit/57d5ecce10ddf86a85579a028a716ddfce05e886))
20+
* **core/flip-tile:** add support for custom sizing ([#427](https://github.com/siemens/ix/issues/427)) ([d35f60a](https://github.com/siemens/ix/commit/d35f60a4b5dc6e1b70ffded60b01f7b2c60961e4))
21+
* **core/pagination:** add pagination component ([#413](https://github.com/siemens/ix/issues/413)) ([97abbd3](https://github.com/siemens/ix/commit/97abbd3ae24fef9fcdc6d8c02dc724ac5ec0f83a))
22+
* **core/toast:** add position top-right ([#432](https://github.com/siemens/ix/issues/432)) ([ed88175](https://github.com/siemens/ix/commit/ed88175f3a6951a8194c226fefdcf4a281d0a457))
23+
* **core/tree:** add node clicked and toggled events ([#438](https://github.com/siemens/ix/issues/438)) ([da7d4a6](https://github.com/siemens/ix/commit/da7d4a62d3e53168dd6571380a9f8dd37c358d17))
24+
* **input:** search input example ([#439](https://github.com/siemens/ix/issues/439)) ([e78dc2c](https://github.com/siemens/ix/commit/e78dc2c410fcc8907c56a65f318ecb6e8971ba9a))
25+
26+
27+
128
# [1.5.0-beta.0](https://github.com/siemens/ix/compare/v1.4.0...v1.5.0-beta.0) (2023-03-08)
229

330

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "ix",
4-
"version": "1.5.0-beta.0",
4+
"version": "1.5.0-beta.1",
55
"license": "MIT",
66
"description": "Siemens iX monorepo",
77
"author": "Siemens AG",

packages/aggrid/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"directory": "packages/aggrid"
99
},
1010
"description": "AG Grid theme based on ix theme variables",
11-
"version": "1.5.0-beta.0",
11+
"version": "1.5.0-beta.1",
1212
"main": "dist/index.cjs.js",
1313
"module": "dist/index.js",
1414
"es2015": "dist/esm/index.mjs",
@@ -39,13 +39,13 @@
3939
"jest-cli": "^27.5.1",
4040
"puppeteer": "^19.5.2",
4141
"ag-grid-community": "29.1.0",
42-
"@siemens/ix": "~1.5.0-beta.0",
42+
"@siemens/ix": "~1.5.0-beta.1",
4343
"@stencil/sass": "~3.0.0",
4444
"@playwright/test": "^1.24.1",
4545
"http-server": "^14.1.1"
4646
},
4747
"peerDependencies": {
4848
"ag-grid-community": "^28 || ^29",
49-
"@siemens/ix": "~1.5.0-beta.0"
49+
"@siemens/ix": "~1.5.0-beta.1"
5050
}
5151
}

packages/angular-test-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-test-app",
3-
"version": "1.5.0-beta.0",
3+
"version": "1.5.0-beta.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -18,9 +18,9 @@
1818
"@angular/platform-browser-dynamic": "^14.2.0",
1919
"@angular/router": "^14.2.0",
2020
"@siemens/ix-icons": "~1.0.0",
21-
"@siemens/ix": "~1.5.0-beta.0",
22-
"@siemens/ix-aggrid": "~1.5.0-beta.0",
23-
"@siemens/ix-angular": "~1.5.0-beta.0",
21+
"@siemens/ix": "~1.5.0-beta.1",
22+
"@siemens/ix-aggrid": "~1.5.0-beta.1",
23+
"@siemens/ix-angular": "~1.5.0-beta.1",
2424
"ag-grid-angular": "^29.1.0",
2525
"ag-grid-community": "^29.1.0",
2626
"rxjs": "~7.5.0",

packages/angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/siemens/ix",
88
"directory": "packages/angular"
99
},
10-
"version": "1.5.0-beta.0",
10+
"version": "1.5.0-beta.1",
1111
"description": "Siemens iX for Angular",
1212
"scripts": {
1313
"build": "ng-packagr -c tsconfig.json",
@@ -16,7 +16,7 @@
1616
},
1717
"license": "MIT",
1818
"dependencies": {
19-
"@siemens/ix": "~1.5.0-beta.0",
19+
"@siemens/ix": "~1.5.0-beta.1",
2020
"@siemens/ix-icons": "~1.0.0"
2121
},
2222
"peerDependencies": {
@@ -28,7 +28,7 @@
2828
"@angular/compiler-cli": "v13-lts",
2929
"@angular/core": "v13-lts",
3030
"@jest/globals": "^29.3.1",
31-
"@siemens/ix": "~1.5.0-beta.0",
31+
"@siemens/ix": "~1.5.0-beta.1",
3232
"@types/jest": "^29.2.3",
3333
"fs-extra": "^10.1.0",
3434
"jest": "^29.3.1",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/siemens/ix",
88
"directory": "packages/core"
99
},
10-
"version": "1.5.0-beta.0",
10+
"version": "1.5.0-beta.1",
1111
"license": "MIT",
1212
"description": "Siemens iX Web Components",
1313
"main": "dist/index.cjs.js",

packages/documentation/docs/installation/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ title: Changelog
44
hide_table_of_contents: true
55
sidebar_position: 100
66
---
7+
# [1.5.0-beta.1](https://github.com/siemens/ix/compare/v1.5.0-beta.0...v1.5.0-beta.1) (2023-03-22)
8+
9+
10+
### Bug Fixes
11+
12+
* **core/breadcrumb:** handle overflow ([#452](https://github.com/siemens/ix/issues/452)) ([d931353](https://github.com/siemens/ix/commit/d931353a6ae1c89090df7c785c8582e2d524667b))
13+
* **core/chip:** new custom event ([#441](https://github.com/siemens/ix/issues/441)) ([f713fbd](https://github.com/siemens/ix/commit/f713fbd8622acab99d9f54c33a49d2fcc2c67d77))
14+
* **core/dropdown:** fix editable dropdown width ([#435](https://github.com/siemens/ix/issues/435)) ([ca2312b](https://github.com/siemens/ix/commit/ca2312bf3fb6b0361687af4ac7c9d632776b18a1))
15+
* **core/filter-chip:** align styling to latest styleguide changes ([#458](https://github.com/siemens/ix/issues/458)) ([03a78a8](https://github.com/siemens/ix/commit/03a78a8622f52b5d3abc2482c1b3727b34c4981c))
16+
* **core/menu-item:** adjust bottom background color ([#420](https://github.com/siemens/ix/issues/420)) ([f1f243c](https://github.com/siemens/ix/commit/f1f243c36644ef71131d56b0442517a066e2933c))
17+
* **core/select:** stop form trigger ([#446](https://github.com/siemens/ix/issues/446)) ([03b04a6](https://github.com/siemens/ix/commit/03b04a6434f9502cf05ee1d2c22fe4e1dbdd803d))
18+
* **core/tooltip:** remove arrow if not visible ([#451](https://github.com/siemens/ix/issues/451)) ([6d02372](https://github.com/siemens/ix/commit/6d02372a917e2615e99e5e0568edc6807435d4e3))
19+
* **core/upload:** export update state ([7057c46](https://github.com/siemens/ix/commit/7057c464535f3edc5bb7d4b75d11802265c55e35))
20+
* **core:** add luxon types to dependencies ([b9217be](https://github.com/siemens/ix/commit/b9217be28fe13d39814e87eea7772d3529bbd2b7))
21+
22+
23+
### Features
24+
25+
* **core/blind:** add icon and actions slot ([#448](https://github.com/siemens/ix/issues/448)) ([57d5ecc](https://github.com/siemens/ix/commit/57d5ecce10ddf86a85579a028a716ddfce05e886))
26+
* **core/flip-tile:** add support for custom sizing ([#427](https://github.com/siemens/ix/issues/427)) ([d35f60a](https://github.com/siemens/ix/commit/d35f60a4b5dc6e1b70ffded60b01f7b2c60961e4))
27+
* **core/pagination:** add pagination component ([#413](https://github.com/siemens/ix/issues/413)) ([97abbd3](https://github.com/siemens/ix/commit/97abbd3ae24fef9fcdc6d8c02dc724ac5ec0f83a))
28+
* **core/toast:** add position top-right ([#432](https://github.com/siemens/ix/issues/432)) ([ed88175](https://github.com/siemens/ix/commit/ed88175f3a6951a8194c226fefdcf4a281d0a457))
29+
* **core/tree:** add node clicked and toggled events ([#438](https://github.com/siemens/ix/issues/438)) ([da7d4a6](https://github.com/siemens/ix/commit/da7d4a62d3e53168dd6571380a9f8dd37c358d17))
30+
* **input:** search input example ([#439](https://github.com/siemens/ix/issues/439)) ([e78dc2c](https://github.com/siemens/ix/commit/e78dc2c410fcc8907c56a65f318ecb6e8971ba9a))
31+
32+
33+
734
# [1.5.0-beta.0](https://github.com/siemens/ix/compare/v1.4.0...v1.5.0-beta.0) (2023-03-08)
835

936

packages/documentation/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "documentation",
3-
"version": "1.5.0-beta.0",
3+
"version": "1.5.0-beta.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -22,11 +22,11 @@
2222
"@docusaurus/preset-classic": "^2.2.0",
2323
"@docusaurus/theme-live-codeblock": "^2.2.0",
2424
"@mdx-js/react": "^1.6.22",
25-
"@siemens/html-test-app": "~1.5.0-beta.0",
26-
"@siemens/ix": "~1.5.0-beta.0",
27-
"@siemens/ix-echarts": "~1.5.0-beta.0",
25+
"@siemens/html-test-app": "~1.5.0-beta.1",
26+
"@siemens/ix": "~1.5.0-beta.1",
27+
"@siemens/ix-echarts": "~1.5.0-beta.1",
2828
"@siemens/ix-icons": "~1.0.0",
29-
"@siemens/ix-react": "~1.5.0-beta.0",
29+
"@siemens/ix-react": "~1.5.0-beta.1",
3030
"@stackblitz/sdk": "^1.8.1",
3131
"@stencil/postcss": "^2.1.0",
3232
"clsx": "^1.2.1",

packages/echarts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/siemens/ix",
88
"directory": "packages/echarts"
99
},
10-
"version": "1.5.0-beta.0",
10+
"version": "1.5.0-beta.1",
1111
"description": "Siemens iX theme for echarts",
1212
"main": "dist/index.js",
1313
"module": "dist/index.esm.js",

packages/html-test-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@siemens/html-test-app",
33
"private": true,
4-
"version": "1.5.0-beta.0",
4+
"version": "1.5.0-beta.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -14,9 +14,9 @@
1414
],
1515
"devDependencies": {
1616
"vite": "^3.1.0",
17-
"@siemens/ix": "~1.5.0-beta.0",
18-
"@siemens/ix-aggrid": "~1.5.0-beta.0",
19-
"@siemens/ix-echarts": "~1.5.0-beta.0",
17+
"@siemens/ix": "~1.5.0-beta.1",
18+
"@siemens/ix-aggrid": "~1.5.0-beta.1",
19+
"@siemens/ix-echarts": "~1.5.0-beta.1",
2020
"@siemens/ix-icons": "~1.0.0"
2121
}
2222
}

packages/react-test-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-test-app",
3-
"version": "1.5.0-beta.0",
3+
"version": "1.5.0-beta.1",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -9,10 +9,10 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@siemens/ix": "~1.5.0-beta.0",
13-
"@siemens/ix-aggrid": "~1.5.0-beta.0",
12+
"@siemens/ix": "~1.5.0-beta.1",
13+
"@siemens/ix-aggrid": "~1.5.0-beta.1",
1414
"@siemens/ix-icons": "~1.0.0",
15-
"@siemens/ix-react": "~1.5.0-beta.0",
15+
"@siemens/ix-react": "~1.5.0-beta.1",
1616
"ag-grid-community": "^29.1.0",
1717
"ag-grid-react": "^29.1.0",
1818
"react": "^18.2.0",

packages/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/siemens/ix",
88
"directory": "packages/react"
99
},
10-
"version": "1.5.0-beta.0",
10+
"version": "1.5.0-beta.1",
1111
"description": "Siemens iX for React",
1212
"main": "dist/index.js",
1313
"module": "dist/index.esm.js",
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"devDependencies": {
3030
"@rollup/plugin-typescript": "^8.4.0",
31-
"@siemens/ix": "~1.5.0-beta.0",
31+
"@siemens/ix": "~1.5.0-beta.1",
3232
"@types/estree": "~0.0.51",
3333
"@types/react": "~18.0.15",
3434
"@types/react-dom": "~18.0.6",
@@ -51,7 +51,7 @@
5151
"react-dom": ">=17.0.2"
5252
},
5353
"dependencies": {
54-
"@siemens/ix": "~1.5.0-beta.0",
54+
"@siemens/ix": "~1.5.0-beta.1",
5555
"@siemens/ix-icons": "~1.0.0"
5656
}
5757
}

packages/vue-test-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-test-app",
3-
"version": "1.5.0-beta.0",
3+
"version": "1.5.0-beta.1",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"ag-grid-community": "^28.2.1",
13-
"@siemens/ix-vue": "~1.5.0-beta.0",
13+
"@siemens/ix-vue": "~1.5.0-beta.1",
1414
"@siemens/ix-icons": "~1.0.0",
15-
"@siemens/ix-aggrid": "~1.5.0-beta.0",
15+
"@siemens/ix-aggrid": "~1.5.0-beta.1",
1616
"ag-grid-vue3": "^28.2.1",
1717
"vue": "^3.2.45",
1818
"web-vitals": "^2.1.4",

packages/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://ix.siemens.io",
44
"author": "Siemens AG",
55
"license": "MIT",
6-
"version": "1.5.0-beta.0",
6+
"version": "1.5.0-beta.1",
77
"description": "Siemens iX for Vue",
88
"bugs": "https://github.com/siemens/ix/issues",
99
"repository": {
@@ -31,7 +31,7 @@
3131
"lint": "eslint src"
3232
},
3333
"dependencies": {
34-
"@siemens/ix": "~1.5.0-beta.0",
34+
"@siemens/ix": "~1.5.0-beta.1",
3535
"@siemens/ix-icons": "~1.0.0"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)