Skip to content

Commit

Permalink
chore: bump ix version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Mar 20, 2023
1 parent 368a240 commit 65e85bf
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 29 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.4.2](https://github.com/siemens/ix/compare/v1.4.1...v1.4.2) (2023-03-20)


### Bug Fixes

* **core/menu-item:** adjust bottom background color ([#420](https://github.com/siemens/ix/issues/420)) ([9f23265](https://github.com/siemens/ix/commit/9f23265687d248c887b88e09dedd429362e9c4a7))
* **core/select:** stop form trigger ([#446](https://github.com/siemens/ix/issues/446)) ([0a295be](https://github.com/siemens/ix/commit/0a295be0061fc6271d4c608402ccccaeef26ea26))
* **core/tooltip:** remove arrow if not visible ([#451](https://github.com/siemens/ix/issues/451)) ([368a240](https://github.com/siemens/ix/commit/368a240c5a7bf4f7826113b0a66088b50501f01a))



## [1.4.1](https://github.com/siemens/ix/compare/v1.4.0...v1.4.1) (2023-03-10)


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.4.1",
"version": "1.4.2",
"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.4.1",
"version": "1.4.2",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
Expand Down Expand Up @@ -39,13 +39,13 @@
"jest-cli": "^27.4.5",
"puppeteer": "^10.0.0",
"ag-grid-community": "29.1.0",
"@siemens/ix": "~1.4.1",
"@siemens/ix": "~1.4.2",
"@stencil/sass": "~2.0.0",
"@playwright/test": "^1.24.1",
"http-server": "^14.1.1"
},
"peerDependencies": {
"ag-grid-community": "^28 || ^29",
"@siemens/ix": "~1.4.1"
"@siemens/ix": "~1.4.2"
}
}
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.4.1",
"version": "1.4.2",
"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.4.1",
"@siemens/ix-aggrid": "~1.4.1",
"@siemens/ix-angular": "~1.4.1",
"@siemens/ix": "~1.4.2",
"@siemens/ix-aggrid": "~1.4.2",
"@siemens/ix-angular": "~1.4.2",
"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": "1.4.1",
"version": "1.4.2",
"description": "Siemens iX for Angular",
"scripts": {
"build": "ng-packagr -c tsconfig.json",
Expand All @@ -16,7 +16,7 @@
},
"license": "MIT",
"dependencies": {
"@siemens/ix": "~1.4.1",
"@siemens/ix": "~1.4.2",
"@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.4.1",
"@siemens/ix": "~1.4.2",
"@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.4.1",
"version": "1.4.2",
"license": "MIT",
"description": "Siemens iX Web Components",
"main": "dist/index.cjs.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/documentation/docs/installation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ title: Changelog
hide_table_of_contents: true
sidebar_position: 100
---
## [1.4.2](https://github.com/siemens/ix/compare/v1.4.1...v1.4.2) (2023-03-20)


### Bug Fixes

* **core/menu-item:** adjust bottom background color ([#420](https://github.com/siemens/ix/issues/420)) ([9f23265](https://github.com/siemens/ix/commit/9f23265687d248c887b88e09dedd429362e9c4a7))
* **core/select:** stop form trigger ([#446](https://github.com/siemens/ix/issues/446)) ([0a295be](https://github.com/siemens/ix/commit/0a295be0061fc6271d4c608402ccccaeef26ea26))
* **core/tooltip:** remove arrow if not visible ([#451](https://github.com/siemens/ix/issues/451)) ([368a240](https://github.com/siemens/ix/commit/368a240c5a7bf4f7826113b0a66088b50501f01a))



## [1.4.1](https://github.com/siemens/ix/compare/v1.4.0...v1.4.1) (2023-03-10)


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.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -22,11 +22,11 @@
"@docusaurus/preset-classic": "^2.2.0",
"@docusaurus/theme-live-codeblock": "^2.2.0",
"@mdx-js/react": "^1.6.22",
"@siemens/html-test-app": "~1.4.1",
"@siemens/ix": "~1.4.1",
"@siemens/ix-echarts": "~1.4.1",
"@siemens/html-test-app": "~1.4.2",
"@siemens/ix": "~1.4.2",
"@siemens/ix-echarts": "~1.4.2",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix-react": "~1.4.1",
"@siemens/ix-react": "~1.4.2",
"@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": "1.4.1",
"version": "1.4.2",
"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.4.1",
"version": "1.4.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,9 +14,9 @@
],
"devDependencies": {
"vite": "^3.1.0",
"@siemens/ix": "~1.4.1",
"@siemens/ix-aggrid": "~1.4.1",
"@siemens/ix-echarts": "~1.4.1",
"@siemens/ix": "~1.4.2",
"@siemens/ix-aggrid": "~1.4.2",
"@siemens/ix-echarts": "~1.4.2",
"@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.4.1",
"version": "1.4.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"@siemens/ix": "~1.4.1",
"@siemens/ix-aggrid": "~1.4.1",
"@siemens/ix": "~1.4.2",
"@siemens/ix-aggrid": "~1.4.2",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix-react": "~1.4.1",
"@siemens/ix-react": "~1.4.2",
"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": "1.4.1",
"version": "1.4.2",
"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.4.1",
"@siemens/ix": "~1.4.2",
"@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.4.1",
"@siemens/ix": "~1.4.2",
"@siemens/ix-icons": "~1.0.0"
}
}

0 comments on commit 65e85bf

Please sign in to comment.