Skip to content

Commit de65408

Browse files
Version Packages (#1592)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1fa58c8 commit de65408

24 files changed

+96
-95
lines changed

.changeset/cyan-mugs-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fresh-suns-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/giant-melons-worry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-mayflies-accept.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-birds-dream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quick-bugs-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/real-timers-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/small-games-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tender-hounds-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-frogs-relax.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-singers-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/aggrid/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @siemens/ix-aggrid
22

3+
## 2.2.2
4+
5+
### Patch Changes
6+
7+
- [#1615](https://github.com/siemens/ix/pull/1615) [`e6bbb44a43`](https://github.com/siemens/ix/commit/e6bbb44a43fd131a290719a27b423bceab91e3f6) Thanks [@nuke-ellington](https://github.com/nuke-ellington)! - Hide border sticky bottom in **ag-grid**.
8+
9+
- Updated dependencies [[`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1), [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1), [`57586a7fd1`](https://github.com/siemens/ix/commit/57586a7fd1766d0b8bef04d7c0e32f348775b977), [`77f76febbc`](https://github.com/siemens/ix/commit/77f76febbc00df91a3d27f43845f2cfadd9234ac), [`0fe4d521ed`](https://github.com/siemens/ix/commit/0fe4d521ed0c269e63136d31d17a21022866988c), [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1), [`1c65a17d69`](https://github.com/siemens/ix/commit/1c65a17d6911e5be72e7612e87d0b7fbeeeacc73), [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1)]:
10+
- @siemens/ix@2.6.1
11+
312
## 2.2.1
413

514
### Patch Changes

packages/aggrid/package.json

Lines changed: 2 additions & 2 deletions
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": "2.2.1",
11+
"version": "2.2.2",
1212
"files": [
1313
"LICENSE",
1414
"README.md",
@@ -38,7 +38,7 @@
3838
"ts-node": "^10.9.1"
3939
},
4040
"dependencies": {
41-
"@siemens/ix": "~2.6.0"
41+
"@siemens/ix": "~2.6.1"
4242
},
4343
"peerDependencies": {
4444
"ag-grid-community": ">=28"

packages/angular/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @siemens/ix-angular
22

3+
## 2.6.1
4+
5+
### Patch Changes
6+
7+
- [#1589](https://github.com/siemens/ix/pull/1589) [`ce681e2baf`](https://github.com/siemens/ix/commit/ce681e2baf0954c8d3479453cff8b1c858272360) Thanks [@Johanneslueke](https://github.com/Johanneslueke)! - Use `ix-number-input` selector in text-value-accessor for **ix-number-input**
8+
9+
- Updated dependencies [[`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1), [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1), [`57586a7fd1`](https://github.com/siemens/ix/commit/57586a7fd1766d0b8bef04d7c0e32f348775b977), [`77f76febbc`](https://github.com/siemens/ix/commit/77f76febbc00df91a3d27f43845f2cfadd9234ac), [`0fe4d521ed`](https://github.com/siemens/ix/commit/0fe4d521ed0c269e63136d31d17a21022866988c), [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1), [`1c65a17d69`](https://github.com/siemens/ix/commit/1c65a17d6911e5be72e7612e87d0b7fbeeeacc73), [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1)]:
10+
- @siemens/ix@2.6.1
11+
312
## 2.6.0
413

514
### Minor Changes

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
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": "2.6.0",
10+
"version": "2.6.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": "~2.6.0"
19+
"@siemens/ix": "~2.6.1"
2020
},
2121
"peerDependencies": {
2222
"@angular/core": ">=13.4.0",

packages/core/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @siemens/ix
22

3+
## 2.6.1
4+
5+
### Patch Changes
6+
7+
- [#1587](https://github.com/siemens/ix/pull/1587) [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1) Thanks [@danielleroux](https://github.com/danielleroux)! - Adjust the spacing of the toggle
8+
9+
- [#1587](https://github.com/siemens/ix/pull/1587) [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1) Thanks [@danielleroux](https://github.com/danielleroux)! - Align label overflow behavior of **ix-toggle** to wrap
10+
11+
- [#1574](https://github.com/siemens/ix/pull/1574) [`57586a7fd1`](https://github.com/siemens/ix/commit/57586a7fd1766d0b8bef04d7c0e32f348775b977) Thanks [@matthiashader](https://github.com/matthiashader)! - Hide clear button in **ix-select** for disabled and readonly states.
12+
13+
- [#1595](https://github.com/siemens/ix/pull/1595) [`77f76febbc`](https://github.com/siemens/ix/commit/77f76febbc00df91a3d27f43845f2cfadd9234ac) Thanks [@danielleroux](https://github.com/danielleroux)! - Fix undefined access of **ix-select** during rendering of label
14+
15+
- [#1603](https://github.com/siemens/ix/pull/1603) [`0fe4d521ed`](https://github.com/siemens/ix/commit/0fe4d521ed0c269e63136d31d17a21022866988c) Thanks [@danielleroux](https://github.com/danielleroux)! - Remove _hyperlist_ from the dependencies
16+
17+
- [#1587](https://github.com/siemens/ix/pull/1587) [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1) Thanks [@danielleroux](https://github.com/danielleroux)! - Increase gap between switch and label of **ix-toggle**
18+
19+
- [#1588](https://github.com/siemens/ix/pull/1588) [`1c65a17d69`](https://github.com/siemens/ix/commit/1c65a17d6911e5be72e7612e87d0b7fbeeeacc73) Thanks [@nuke-ellington](https://github.com/nuke-ellington)! - Enable the possibility to use autofocus within **ix-modal**
20+
21+
- [#1587](https://github.com/siemens/ix/pull/1587) [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1) Thanks [@danielleroux](https://github.com/danielleroux)! - Make **ix-toggle** not clickable if disabled property is present (Fixes #1585)
22+
323
## 2.6.0
424

525
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
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": "2.6.0",
10+
"version": "2.6.1",
1111
"license": "MIT",
1212
"description": "Siemens iX Web Components",
1313
"main": "dist/index.cjs.js",

packages/echarts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @siemens/ix-echarts
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- [#1604](https://github.com/siemens/ix/pull/1604) [`7ef10e3f6d`](https://github.com/siemens/ix/commit/7ef10e3f6d71f3067b068c5d1f3707f1b3e8cfcd) Thanks [@silviowolf](https://github.com/silviowolf)! - Update **ECharts** theme chart colors.
8+
39
## 2.3.0
410

511
### Minor Changes

packages/echarts/package.json

Lines changed: 1 addition & 1 deletion
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": "2.3.0",
10+
"version": "2.3.1",
1111
"description": "Siemens iX theme for echarts",
1212
"main": "dist/index.js",
1313
"module": "dist/index.esm.js",

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @siemens/ix-react
22

3+
## 2.6.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1), [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1), [`57586a7fd1`](https://github.com/siemens/ix/commit/57586a7fd1766d0b8bef04d7c0e32f348775b977), [`77f76febbc`](https://github.com/siemens/ix/commit/77f76febbc00df91a3d27f43845f2cfadd9234ac), [`0fe4d521ed`](https://github.com/siemens/ix/commit/0fe4d521ed0c269e63136d31d17a21022866988c), [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1), [`1c65a17d69`](https://github.com/siemens/ix/commit/1c65a17d6911e5be72e7612e87d0b7fbeeeacc73), [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1)]:
8+
- @siemens/ix@2.6.1
9+
310
## 2.6.0
411

512
### Minor Changes

packages/react/package.json

Lines changed: 2 additions & 2 deletions
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": "2.6.0",
10+
"version": "2.6.1",
1111
"description": "Siemens iX for React",
1212
"main": "dist/index.js",
1313
"module": "dist/index.esm.js",
@@ -63,6 +63,6 @@
6363
"react-dom": ">=17.0.2"
6464
},
6565
"dependencies": {
66-
"@siemens/ix": "~2.6.0"
66+
"@siemens/ix": "~2.6.1"
6767
}
6868
}

packages/vue/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @siemens/ix-vue
22

3+
## 2.6.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1), [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1), [`57586a7fd1`](https://github.com/siemens/ix/commit/57586a7fd1766d0b8bef04d7c0e32f348775b977), [`77f76febbc`](https://github.com/siemens/ix/commit/77f76febbc00df91a3d27f43845f2cfadd9234ac), [`0fe4d521ed`](https://github.com/siemens/ix/commit/0fe4d521ed0c269e63136d31d17a21022866988c), [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1), [`1c65a17d69`](https://github.com/siemens/ix/commit/1c65a17d6911e5be72e7612e87d0b7fbeeeacc73), [`0e173504ea`](https://github.com/siemens/ix/commit/0e173504ea5a73f2822c7a322d7a23a9ddfd1fa1)]:
8+
- @siemens/ix@2.6.1
9+
310
## 2.6.0
411

512
### Minor Changes

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
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": "2.6.0",
6+
"version": "2.6.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": "~2.6.0"
34+
"@siemens/ix": "~2.6.1"
3535
},
3636
"devDependencies": {
3737
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)