Skip to content

Commit

Permalink
chore: bump ix version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Dec 14, 2022
1 parent 6030d52 commit 21f3d34
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 29 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.2.1](https://github.com/siemens/ix/compare/v1.2.0...v1.2.1) (2022-12-14)


### Bug Fixes

* **aggrid:** set theme font colors ([#238](https://github.com/siemens/ix/issues/238)) ([2f0aeda](https://github.com/siemens/ix/commit/2f0aeda0a54b98f6190d2e7d21a06ce23e2b83c3))
* **html-test-app/modal:** create web component in example ([1ab58b5](https://github.com/siemens/ix/commit/1ab58b59129fad2c8e63950107a99b0e075be4cf))



# [1.2.0](https://github.com/siemens/ix/compare/v1.1.1...v1.2.0) (2022-12-12)


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": "ix",
"version": "1.2.0",
"version": "1.2.1",
"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": "1.2.0",
"version": "1.2.1",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
Expand Down Expand Up @@ -38,12 +38,12 @@
"jest-cli": "^27.4.5",
"puppeteer": "^10.0.0",
"ag-grid-community": "^28.0.2",
"@siemens/ix": "~1.2.0",
"@siemens/ix": "~1.2.1",
"@stencil/sass": "~2.0.0",
"@playwright/test": "^1.24.1"
},
"peerDependencies": {
"ag-grid-community": "^28.0.2",
"@siemens/ix": "~1.2.0"
"@siemens/ix": "~1.2.1"
}
}
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": "1.2.0",
"version": "1.2.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -18,9 +18,9 @@
"@angular/platform-browser-dynamic": "^14.2.0",
"@angular/router": "^14.2.0",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix": "~1.2.0",
"@siemens/ix-aggrid": "~1.2.0",
"@siemens/ix-angular": "~1.2.0",
"@siemens/ix": "~1.2.1",
"@siemens/ix-aggrid": "~1.2.1",
"@siemens/ix-angular": "~1.2.1",
"ag-grid-angular": "^28.1.0",
"ag-grid-community": "^28.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": "1.2.0",
"version": "1.2.1",
"description": "Siemens iX for Angular",
"scripts": {
"build": "ng-packagr -c tsconfig.json",
Expand All @@ -16,7 +16,7 @@
},
"license": "MIT",
"dependencies": {
"@siemens/ix": "~1.2.0",
"@siemens/ix": "~1.2.1",
"@siemens/ix-icons": "~1.0.0"
},
"peerDependencies": {
Expand All @@ -28,7 +28,7 @@
"@angular/compiler-cli": "v13-lts",
"@angular/core": "v13-lts",
"@jest/globals": "^29.3.1",
"@siemens/ix": "~1.2.0",
"@siemens/ix": "~1.2.1",
"@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": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"description": "Siemens iX Web Components",
"main": "dist/index.cjs.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/documentation/docs/installation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ title: Changelog
hide_table_of_contents: true
sidebar_position: 100
---
## [1.2.1](https://github.com/siemens/ix/compare/v1.2.0...v1.2.1) (2022-12-14)


### Bug Fixes

* **aggrid:** set theme font colors ([#238](https://github.com/siemens/ix/issues/238)) ([2f0aeda](https://github.com/siemens/ix/commit/2f0aeda0a54b98f6190d2e7d21a06ce23e2b83c3))
* **html-test-app/modal:** create web component in example ([1ab58b5](https://github.com/siemens/ix/commit/1ab58b59129fad2c8e63950107a99b0e075be4cf))



# [1.2.0](https://github.com/siemens/ix/compare/v1.1.1...v1.2.0) (2022-12-12)


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": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -23,10 +23,10 @@
"@docusaurus/theme-live-codeblock": "^2.1.0",
"@mdx-js/react": "^1.6.22",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix": "~1.2.0",
"@siemens/ix-react": "~1.2.0",
"@siemens/ix-echarts": "~1.2.0",
"@siemens/html-test-app": "~1.2.0",
"@siemens/ix": "~1.2.1",
"@siemens/ix-react": "~1.2.1",
"@siemens/ix-echarts": "~1.2.1",
"@siemens/html-test-app": "~1.2.1",
"@stencil/postcss": "^2.1.0",
"clsx": "^1.2.1",
"docusaurus-plugin-sass": "^0.2.2",
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": "1.2.0",
"version": "1.2.1",
"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
@@ -1,7 +1,7 @@
{
"name": "@siemens/html-test-app",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,9 +14,9 @@
],
"devDependencies": {
"vite": "^3.1.0",
"@siemens/ix": "~1.2.0",
"@siemens/ix-aggrid": "~1.2.0",
"@siemens/ix-echarts": "~1.2.0",
"@siemens/ix": "~1.2.1",
"@siemens/ix-aggrid": "~1.2.1",
"@siemens/ix-echarts": "~1.2.1",
"@siemens/ix-icons": "~1.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": "1.2.0",
"version": "1.2.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"@siemens/ix": "~1.2.0",
"@siemens/ix-aggrid": "~1.2.0",
"@siemens/ix": "~1.2.1",
"@siemens/ix-aggrid": "~1.2.1",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix-react": "~1.2.0",
"@siemens/ix-react": "~1.2.1",
"ag-grid-community": "^28.1.0",
"ag-grid-react": "^28.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": "1.2.0",
"version": "1.2.1",
"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": "~1.2.0",
"@siemens/ix": "~1.2.1",
"@types/estree": "~0.0.51",
"@types/react": "~18.0.15",
"@types/react-dom": "~18.0.6",
Expand All @@ -51,7 +51,7 @@
"react-dom": ">=17.0.2"
},
"dependencies": {
"@siemens/ix": "~1.2.0",
"@siemens/ix": "~1.2.1",
"@siemens/ix-icons": "~1.0.0"
}
}

0 comments on commit 21f3d34

Please sign in to comment.