Skip to content

Commit

Permalink
Version Packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 21, 2024
1 parent dd355dc commit 1de04fd
Show file tree
Hide file tree
Showing 12 changed files with 251 additions and 47 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
"@siemens/ix-vue": "2.2.1",
"vue-test-app": "2.1.2"
},
"changesets": []
"changesets": [
"cool-keys-shout",
"rare-numbers-double",
"wicked-windows-approve"
]
}
7 changes: 7 additions & 0 deletions packages/aggrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siemens/ix-aggrid

## 2.1.5-alpha.0

### Patch Changes

- Updated dependencies [[`e8f825f7f4`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096)]:
- @siemens/ix@3.0.0-alpha.0

## 2.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/aggrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/aggrid"
},
"description": "AG Grid theme based on ix theme variables",
"version": "2.1.4",
"version": "2.1.5-alpha.0",
"files": [
"LICENSE",
"README.md",
Expand Down Expand Up @@ -38,7 +38,7 @@
"ts-node": "^10.9.1"
},
"dependencies": {
"@siemens/ix": "~2.3.0"
"@siemens/ix": "~3.0.0-alpha.0"
},
"peerDependencies": {
"ag-grid-community": "^28 || ^29 || ^30"
Expand Down
7 changes: 7 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siemens/ix-angular

## 3.0.0-alpha.0

### Patch Changes

- Updated dependencies [[`e8f825f7f4`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096)]:
- @siemens/ix@3.0.0-alpha.0

## 2.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/siemens/ix",
"directory": "packages/angular"
},
"version": "2.3.0",
"version": "3.0.0-alpha.0",
"description": "Siemens iX for Angular",
"scripts": {
"build": "ng-packagr -c tsconfig.json",
Expand All @@ -16,7 +16,7 @@
},
"license": "MIT",
"dependencies": {
"@siemens/ix": "~2.3.0"
"@siemens/ix": "~3.0.0-alpha.0"
},
"peerDependencies": {
"@angular/core": ">=13.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siemens/ix

## 3.0.0-alpha.0

### Major Changes

- [#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

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/siemens/ix",
"directory": "packages/core"
},
"version": "2.3.0",
"version": "3.0.0-alpha.0",
"license": "MIT",
"description": "Siemens iX Web Components",
"main": "dist/index.cjs.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siemens/ix-react

## 3.0.0-alpha.0

### Major Changes

- [#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

### Patch Changes

- Updated dependencies [[`e8f825f7f4`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096)]:
- @siemens/ix@3.0.0-alpha.0

## 2.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/siemens/ix",
"directory": "packages/react"
},
"version": "2.3.0",
"version": "3.0.0-alpha.0",
"description": "Siemens iX for React",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -62,6 +62,6 @@
"react-dom": ">=17.0.2"
},
"dependencies": {
"@siemens/ix": "~2.3.0"
"@siemens/ix": "~3.0.0-alpha.0"
}
}
11 changes: 11 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siemens/ix-vue

## 3.0.0-alpha.0

### Major Changes

- [#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

### Patch Changes

- Updated dependencies [[`e8f825f7f4`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096)]:
- @siemens/ix@3.0.0-alpha.0

## 2.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://ix.siemens.io",
"author": "Siemens AG",
"license": "MIT",
"version": "2.3.0",
"version": "3.0.0-alpha.0",
"description": "Siemens iX for Vue",
"bugs": "https://github.com/siemens/ix/issues",
"repository": {
Expand All @@ -24,7 +24,7 @@
"lint": "eslint src"
},
"dependencies": {
"@siemens/ix": "~2.3.0"
"@siemens/ix": "~3.0.0-alpha.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
Loading

0 comments on commit 1de04fd

Please sign in to comment.