Skip to content

Commit 63cd885

Browse files
Version Packages (alpha)
1 parent b5e2da1 commit 63cd885

12 files changed

+255
-46
lines changed

.changeset/pre.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@
1717
"@siemens/ix-vue": "2.2.1",
1818
"vue-test-app": "2.1.2"
1919
},
20-
"changesets": []
20+
"changesets": [
21+
"cool-keys-shout",
22+
"rare-numbers-double",
23+
"shy-experts-rest",
24+
"wicked-windows-approve"
25+
]
2126
}

packages/aggrid/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @siemens/ix-aggrid
22

3+
## 2.1.6-alpha.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b5e2da18f8`](https://github.com/siemens/ix/commit/b5e2da18f871d6189c064a72bd9b29a82d0685eb), [`e8f825f7f4`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096)]:
8+
- @siemens/ix@3.0.0-alpha.0
9+
310
## 2.1.5
411

512
### Patch Changes

packages/aggrid/package.json

+2-2
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.1.5",
11+
"version": "2.1.6-alpha.0",
1212
"files": [
1313
"LICENSE",
1414
"README.md",
@@ -38,7 +38,7 @@
3838
"ts-node": "^10.9.1"
3939
},
4040
"dependencies": {
41-
"@siemens/ix": "~2.4.0"
41+
"@siemens/ix": "~3.0.0-alpha.0"
4242
},
4343
"peerDependencies": {
4444
"ag-grid-community": "^28 || ^29 || ^30"

packages/angular/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @siemens/ix-angular
22

3+
## 3.0.0-alpha.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b5e2da18f8`](https://github.com/siemens/ix/commit/b5e2da18f871d6189c064a72bd9b29a82d0685eb), [`e8f825f7f4`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096)]:
8+
- @siemens/ix@3.0.0-alpha.0
9+
310
## 2.4.0
411

512
### Patch Changes

packages/angular/package.json

+2-2
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.4.0",
10+
"version": "3.0.0-alpha.0",
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.4.0"
19+
"@siemens/ix": "~3.0.0-alpha.0"
2020
},
2121
"peerDependencies": {
2222
"@angular/core": ">=13.4.0",

packages/core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siemens/ix
22

3+
## 3.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- [#1273](https://github.com/siemens/ix/pull/1273) [`e8f825f7f4`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096) Thanks [@nuke-ellington](https://github.com/nuke-ellington)! - fix(core/checkbox): allow multiline labels and align checkbox at the top
8+
9+
### Patch Changes
10+
11+
- [`b5e2da18f8`](https://github.com/siemens/ix/commit/b5e2da18f871d6189c064a72bd9b29a82d0685eb) Thanks [@danielleroux](https://github.com/danielleroux)! - fix(core): semver from stencil/core to minor
12+
313
## 2.4.0
414

515
### Minor Changes

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": "2.4.0",
10+
"version": "3.0.0-alpha.0",
1111
"license": "MIT",
1212
"description": "Siemens iX Web Components",
1313
"main": "dist/index.cjs.js",

packages/react/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @siemens/ix-react
22

3+
## 3.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- [#1326](https://github.com/siemens/ix/pull/1326) [`23307a0bed`](https://github.com/siemens/ix/commit/23307a0bed36c61da3ca3b77bad99d71f8b18f3c) Thanks [@danielleroux](https://github.com/danielleroux)! - feat(react): remove commonjs support
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`b5e2da18f8`](https://github.com/siemens/ix/commit/b5e2da18f871d6189c064a72bd9b29a82d0685eb), [`e8f825f7f4`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096)]:
12+
- @siemens/ix@3.0.0-alpha.0
13+
314
## 2.4.0
415

516
### Patch Changes

packages/react/package.json

+2-2
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.4.0",
10+
"version": "3.0.0-alpha.0",
1111
"description": "Siemens iX for React",
1212
"main": "dist/index.js",
1313
"types": "dist/types/index.d.ts",
@@ -62,6 +62,6 @@
6262
"react-dom": ">=17.0.2"
6363
},
6464
"dependencies": {
65-
"@siemens/ix": "~2.4.0"
65+
"@siemens/ix": "~3.0.0-alpha.0"
6666
}
6767
}

packages/vue/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @siemens/ix-vue
22

3+
## 3.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- [#1328](https://github.com/siemens/ix/pull/1328) [`c17750dfad`](https://github.com/siemens/ix/commit/c17750dfad2fe69854f52fe56a447302c9ff4cc8) Thanks [@danielleroux](https://github.com/danielleroux)! - feat(vue): remove commonjs
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`b5e2da18f8`](https://github.com/siemens/ix/commit/b5e2da18f871d6189c064a72bd9b29a82d0685eb), [`e8f825f7f4`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096)]:
12+
- @siemens/ix@3.0.0-alpha.0
13+
314
## 2.4.0
415

516
### Patch Changes

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": "2.4.0",
6+
"version": "3.0.0-alpha.0",
77
"description": "Siemens iX for Vue",
88
"bugs": "https://github.com/siemens/ix/issues",
99
"repository": {
@@ -24,7 +24,7 @@
2424
"lint": "eslint src"
2525
},
2626
"dependencies": {
27-
"@siemens/ix": "~2.4.0"
27+
"@siemens/ix": "~3.0.0-alpha.0"
2828
},
2929
"devDependencies": {
3030
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)