Skip to content

Commit

Permalink
chore: bump ix version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Oct 10, 2023
1 parent a89ffc2 commit cfb4a04
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 36 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [2.0.2](https://github.com/siemens/ix/compare/v2.0.1...v2.0.2) (2023-10-09)
## [2.0.3](https://github.com/siemens/ix/compare/v2.0.2-beta.0...v2.0.3) (2023-10-10)



## [2.0.2-beta.0](https://github.com/siemens/ix/compare/v2.0.2...v2.0.2-beta.0) (2023-10-09)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "mono-repo-ix",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"description": "Siemens iX monorepo",
"author": "Siemens AG",
Expand Down
6 changes: 3 additions & 3 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.0.2",
"version": "2.0.3",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
Expand Down Expand Up @@ -36,14 +36,14 @@
"jest-cli": "^27.5.1",
"puppeteer": "^19.5.2",
"ag-grid-community": "29.1.0",
"@siemens/ix": "~2.0.2",
"@siemens/ix": "~2.0.3",
"@stencil/core": "^3.2.1",
"@stencil/sass": "~3.0.0",
"@playwright/test": "^1.32.1",
"http-server": "^14.1.1"
},
"peerDependencies": {
"ag-grid-community": "^28 || ^29",
"@siemens/ix": "~2.0.2"
"@siemens/ix": "~2.0.3"
}
}
8 changes: 4 additions & 4 deletions packages/angular-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-test-app",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -19,9 +19,9 @@
"@angular/platform-browser-dynamic": "^14.2.0",
"@angular/router": "^14.2.0",
"@siemens/ix-icons": "^2.0.0",
"@siemens/ix": "~2.0.2",
"@siemens/ix-aggrid": "~2.0.2",
"@siemens/ix-angular": "~2.0.2",
"@siemens/ix": "~2.0.3",
"@siemens/ix-aggrid": "~2.0.3",
"@siemens/ix-angular": "~2.0.3",
"ag-grid-angular": "^29.1.0",
"ag-grid-community": "^29.1.0",
"rxjs": "~7.5.0",
Expand Down
6 changes: 3 additions & 3 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.0.2",
"version": "2.0.3",
"description": "Siemens iX for Angular",
"scripts": {
"build": "ng-packagr -c tsconfig.json",
Expand All @@ -16,7 +16,7 @@
},
"license": "MIT",
"dependencies": {
"@siemens/ix": "~2.0.2"
"@siemens/ix": "~2.0.3"
},
"peerDependencies": {
"@angular/core": ">=13.3.12",
Expand All @@ -28,7 +28,7 @@
"@angular/compiler-cli": "v13-lts",
"@angular/core": "v13-lts",
"@jest/globals": "^29.3.1",
"@siemens/ix": "~2.0.2",
"@siemens/ix": "~2.0.3",
"@types/jest": "^29.2.3",
"fs-extra": "^10.1.0",
"jest": "^29.3.1",
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.0.2",
"version": "2.0.3",
"license": "MIT",
"description": "Siemens iX Web Components",
"main": "dist/index.cjs.js",
Expand Down
6 changes: 5 additions & 1 deletion packages/documentation/docs/installation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ title: Changelog
hide_table_of_contents: true
sidebar_position: 100
---
## [2.0.2](https://github.com/siemens/ix/compare/v2.0.1...v2.0.2) (2023-10-09)
## [2.0.3](https://github.com/siemens/ix/compare/v2.0.2-beta.0...v2.0.3) (2023-10-10)



## [2.0.2-beta.0](https://github.com/siemens/ix/compare/v2.0.2...v2.0.2-beta.0) (2023-10-09)


### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -23,11 +23,11 @@
"@docusaurus/preset-classic": "2.4.0",
"@docusaurus/theme-live-codeblock": "2.4.0",
"@mdx-js/react": "^1.6.22",
"@siemens/html-test-app": "~2.0.2",
"@siemens/ix": "~2.0.2",
"@siemens/ix-echarts": "~2.0.2",
"@siemens/html-test-app": "~2.0.3",
"@siemens/ix": "~2.0.3",
"@siemens/ix-echarts": "~2.0.3",
"@siemens/ix-icons": "2.0.0-beta.0",
"@siemens/ix-react": "~2.0.2",
"@siemens/ix-react": "~2.0.3",
"@stackblitz/sdk": "^1.8.1",
"@stencil/postcss": "^2.1.0",
"clsx": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/echarts/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/echarts"
},
"version": "2.0.2",
"version": "2.0.3",
"description": "Siemens iX theme for echarts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/html-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@siemens/html-test-app",
"private": true,
"license": "MIT",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,9 +15,9 @@
],
"devDependencies": {
"vite": "^3.1.0",
"@siemens/ix": "~2.0.2",
"@siemens/ix-aggrid": "~2.0.2",
"@siemens/ix-echarts": "~2.0.2",
"@siemens/ix": "~2.0.3",
"@siemens/ix-aggrid": "~2.0.3",
"@siemens/ix-echarts": "~2.0.3",
"@siemens/ix-icons": "^2.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/react-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-test-app",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"license": "MIT",
"type": "module",
Expand All @@ -10,10 +10,10 @@
"preview": "vite preview"
},
"dependencies": {
"@siemens/ix": "~2.0.2",
"@siemens/ix-aggrid": "~2.0.2",
"@siemens/ix": "~2.0.3",
"@siemens/ix-aggrid": "~2.0.3",
"@siemens/ix-icons": "^2.0.0",
"@siemens/ix-react": "~2.0.2",
"@siemens/ix-react": "~2.0.3",
"ag-grid-community": "^29.1.0",
"ag-grid-react": "^29.1.0",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 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.0.2",
"version": "2.0.3",
"description": "Siemens iX for React",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -28,7 +28,7 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^8.4.0",
"@siemens/ix": "~2.0.2",
"@siemens/ix": "~2.0.3",
"@types/estree": "~0.0.51",
"@types/react": "~18.0.15",
"@types/react-dom": "~18.0.6",
Expand All @@ -52,6 +52,6 @@
"@siemens/ix-icons": "^2.0.0"
},
"dependencies": {
"@siemens/ix": "~2.0.2"
"@siemens/ix": "~2.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/vue-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-test-app",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"license": "MIT",
"type": "module",
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"ag-grid-community": "^28.2.1",
"@siemens/ix-vue": "~2.0.2",
"@siemens/ix-vue": "~2.0.3",
"@siemens/ix-icons": "^2.0.0",
"@siemens/ix-aggrid": "~2.0.2",
"@siemens/ix-aggrid": "~2.0.3",
"ag-grid-vue3": "^28.2.1",
"vue": "^3.2.45",
"web-vitals": "^2.1.4",
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.0.2",
"version": "2.0.3",
"description": "Siemens iX for Vue",
"bugs": "https://github.com/siemens/ix/issues",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"lint": "eslint src"
},
"dependencies": {
"@siemens/ix": "~2.0.2"
"@siemens/ix": "~2.0.3"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down

0 comments on commit cfb4a04

Please sign in to comment.