From a89ffc2ddaf7c61b278d9d785fd57505415a44c0 Mon Sep 17 00:00:00 2001 From: Daniel Leroux Date: Mon, 9 Oct 2023 09:10:58 +0200 Subject: [PATCH] chore: bump ix version to 2.0.2 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- packages/aggrid/package.json | 6 +++--- packages/angular-test-app/package.json | 8 ++++---- packages/angular/package.json | 6 +++--- packages/core/package.json | 2 +- .../docs/installation/CHANGELOG.md | 18 ++++++++++++++++++ packages/documentation/package.json | 10 +++++----- packages/echarts/package.json | 2 +- packages/html-test-app/package.json | 8 ++++---- packages/react-test-app/package.json | 8 ++++---- packages/react/package.json | 6 +++--- packages/vue-test-app/package.json | 6 +++--- packages/vue/package.json | 4 ++-- 14 files changed, 70 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fccd1ddfe..d480d8c0e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [2.0.2](https://github.com/siemens/ix/compare/v2.0.1...v2.0.2) (2023-10-09) + + +### Bug Fixes + +* **core/breadcrumb:** check if overflow button is existing in DOM ([#811](https://github.com/siemens/ix/issues/811)) ([bbe6f28](https://github.com/siemens/ix/commit/bbe6f280f9fe28d639683d43fdb0894d8577417c)) +* **core/button:** prevent native events to be dispatched ([#804](https://github.com/siemens/ix/issues/804)) ([ac756a5](https://github.com/siemens/ix/commit/ac756a57559e65a5839c4e2fb2dcc789d999cb8f)) +* **core/checkbox, core/radiobutton:** remove min-height ([#816](https://github.com/siemens/ix/issues/816)) ([976fc45](https://github.com/siemens/ix/commit/976fc4528cc9d0811301453d2e310e952cb0c300)) +* **core/drawer:** add missing host class selector ([#815](https://github.com/siemens/ix/issues/815)) ([0409fc8](https://github.com/siemens/ix/commit/0409fc8da7a72ca79a50dfced46c2fb94892399c)) +* **core/drodown:** nested dropdown closes parent dropdown ([#789](https://github.com/siemens/ix/issues/789)) ([12d2472](https://github.com/siemens/ix/commit/12d247240a4f6a3ff6814fed273bb9bc5671f340)) +* **core/input-group:** detect inital value padding ([#803](https://github.com/siemens/ix/issues/803)) ([17efd6e](https://github.com/siemens/ix/commit/17efd6ee9e42226043f189b266b2aaccc3228ee3)) +* **core/map-navigation:** suppress responsive behavior ([#810](https://github.com/siemens/ix/issues/810)) ([e7d702d](https://github.com/siemens/ix/commit/e7d702de8d20d6a5dc5283b78473d954f08837e7)) +* **core/modal:** skip tick during vdom rendering ([#788](https://github.com/siemens/ix/issues/788)) ([d28c6ea](https://github.com/siemens/ix/commit/d28c6ea618f3fd06680f6043812fd5d9d8c5798b)) +* **core/pagination:** dispatch complete page number ([#805](https://github.com/siemens/ix/issues/805)) ([51ae5b2](https://github.com/siemens/ix/commit/51ae5b2f24e1cd6987f8893723b533f7be3a3e94)) +* **react/tree:** load ix-tree web component on initialize react lib ([#806](https://github.com/siemens/ix/issues/806)) ([27fdee3](https://github.com/siemens/ix/commit/27fdee3dd66118134ef8e49f6f34903c1bb1932b)) + + + ## [2.0.1](https://github.com/siemens/ix/compare/v2.0.0...v2.0.1) (2023-09-26) diff --git a/package.json b/package.json index 2a5a1b65634..ce96125e993 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "mono-repo-ix", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "description": "Siemens iX monorepo", "author": "Siemens AG", diff --git a/packages/aggrid/package.json b/packages/aggrid/package.json index 1027404ca7f..dc1b808bd71 100644 --- a/packages/aggrid/package.json +++ b/packages/aggrid/package.json @@ -8,7 +8,7 @@ "directory": "packages/aggrid" }, "description": "AG Grid theme based on ix theme variables", - "version": "2.0.1", + "version": "2.0.2", "main": "dist/index.cjs.js", "module": "dist/index.js", "es2015": "dist/esm/index.mjs", @@ -36,7 +36,7 @@ "jest-cli": "^27.5.1", "puppeteer": "^19.5.2", "ag-grid-community": "29.1.0", - "@siemens/ix": "~2.0.1", + "@siemens/ix": "~2.0.2", "@stencil/core": "^3.2.1", "@stencil/sass": "~3.0.0", "@playwright/test": "^1.32.1", @@ -44,6 +44,6 @@ }, "peerDependencies": { "ag-grid-community": "^28 || ^29", - "@siemens/ix": "~2.0.1" + "@siemens/ix": "~2.0.2" } } diff --git a/packages/angular-test-app/package.json b/packages/angular-test-app/package.json index 6f7e5d1de9e..55a23226e62 100644 --- a/packages/angular-test-app/package.json +++ b/packages/angular-test-app/package.json @@ -1,6 +1,6 @@ { "name": "angular-test-app", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "scripts": { "ng": "ng", @@ -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.1", - "@siemens/ix-aggrid": "~2.0.1", - "@siemens/ix-angular": "~2.0.1", + "@siemens/ix": "~2.0.2", + "@siemens/ix-aggrid": "~2.0.2", + "@siemens/ix-angular": "~2.0.2", "ag-grid-angular": "^29.1.0", "ag-grid-community": "^29.1.0", "rxjs": "~7.5.0", diff --git a/packages/angular/package.json b/packages/angular/package.json index ab5ec1755fa..b10f7369ff1 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/siemens/ix", "directory": "packages/angular" }, - "version": "2.0.1", + "version": "2.0.2", "description": "Siemens iX for Angular", "scripts": { "build": "ng-packagr -c tsconfig.json", @@ -16,7 +16,7 @@ }, "license": "MIT", "dependencies": { - "@siemens/ix": "~2.0.1" + "@siemens/ix": "~2.0.2" }, "peerDependencies": { "@angular/core": ">=13.3.12", @@ -28,7 +28,7 @@ "@angular/compiler-cli": "v13-lts", "@angular/core": "v13-lts", "@jest/globals": "^29.3.1", - "@siemens/ix": "~2.0.1", + "@siemens/ix": "~2.0.2", "@types/jest": "^29.2.3", "fs-extra": "^10.1.0", "jest": "^29.3.1", diff --git a/packages/core/package.json b/packages/core/package.json index f8bf8659d59..69e309a700e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/siemens/ix", "directory": "packages/core" }, - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "description": "Siemens iX Web Components", "main": "dist/index.cjs.js", diff --git a/packages/documentation/docs/installation/CHANGELOG.md b/packages/documentation/docs/installation/CHANGELOG.md index b57e8b4f79b..54af73e2307 100644 --- a/packages/documentation/docs/installation/CHANGELOG.md +++ b/packages/documentation/docs/installation/CHANGELOG.md @@ -4,6 +4,24 @@ 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) + + +### Bug Fixes + +* **core/breadcrumb:** check if overflow button is existing in DOM ([#811](https://github.com/siemens/ix/issues/811)) ([bbe6f28](https://github.com/siemens/ix/commit/bbe6f280f9fe28d639683d43fdb0894d8577417c)) +* **core/button:** prevent native events to be dispatched ([#804](https://github.com/siemens/ix/issues/804)) ([ac756a5](https://github.com/siemens/ix/commit/ac756a57559e65a5839c4e2fb2dcc789d999cb8f)) +* **core/checkbox, core/radiobutton:** remove min-height ([#816](https://github.com/siemens/ix/issues/816)) ([976fc45](https://github.com/siemens/ix/commit/976fc4528cc9d0811301453d2e310e952cb0c300)) +* **core/drawer:** add missing host class selector ([#815](https://github.com/siemens/ix/issues/815)) ([0409fc8](https://github.com/siemens/ix/commit/0409fc8da7a72ca79a50dfced46c2fb94892399c)) +* **core/drodown:** nested dropdown closes parent dropdown ([#789](https://github.com/siemens/ix/issues/789)) ([12d2472](https://github.com/siemens/ix/commit/12d247240a4f6a3ff6814fed273bb9bc5671f340)) +* **core/input-group:** detect inital value padding ([#803](https://github.com/siemens/ix/issues/803)) ([17efd6e](https://github.com/siemens/ix/commit/17efd6ee9e42226043f189b266b2aaccc3228ee3)) +* **core/map-navigation:** suppress responsive behavior ([#810](https://github.com/siemens/ix/issues/810)) ([e7d702d](https://github.com/siemens/ix/commit/e7d702de8d20d6a5dc5283b78473d954f08837e7)) +* **core/modal:** skip tick during vdom rendering ([#788](https://github.com/siemens/ix/issues/788)) ([d28c6ea](https://github.com/siemens/ix/commit/d28c6ea618f3fd06680f6043812fd5d9d8c5798b)) +* **core/pagination:** dispatch complete page number ([#805](https://github.com/siemens/ix/issues/805)) ([51ae5b2](https://github.com/siemens/ix/commit/51ae5b2f24e1cd6987f8893723b533f7be3a3e94)) +* **react/tree:** load ix-tree web component on initialize react lib ([#806](https://github.com/siemens/ix/issues/806)) ([27fdee3](https://github.com/siemens/ix/commit/27fdee3dd66118134ef8e49f6f34903c1bb1932b)) + + + ## [2.0.1](https://github.com/siemens/ix/compare/v2.0.0...v2.0.1) (2023-09-26) diff --git a/packages/documentation/package.json b/packages/documentation/package.json index d100ef9df58..8c25a4be52f 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,6 +1,6 @@ { "name": "documentation", - "version": "2.0.1", + "version": "2.0.2", "private": true, "license": "MIT", "scripts": { @@ -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.1", - "@siemens/ix": "~2.0.1", - "@siemens/ix-echarts": "~2.0.1", + "@siemens/html-test-app": "~2.0.2", + "@siemens/ix": "~2.0.2", + "@siemens/ix-echarts": "~2.0.2", "@siemens/ix-icons": "2.0.0-beta.0", - "@siemens/ix-react": "~2.0.1", + "@siemens/ix-react": "~2.0.2", "@stackblitz/sdk": "^1.8.1", "@stencil/postcss": "^2.1.0", "clsx": "^1.2.1", diff --git a/packages/echarts/package.json b/packages/echarts/package.json index fe683db0d36..dd45984c6f6 100644 --- a/packages/echarts/package.json +++ b/packages/echarts/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/siemens/ix", "directory": "packages/echarts" }, - "version": "2.0.1", + "version": "2.0.2", "description": "Siemens iX theme for echarts", "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/packages/html-test-app/package.json b/packages/html-test-app/package.json index 0701c2b31bc..8205c9d9986 100644 --- a/packages/html-test-app/package.json +++ b/packages/html-test-app/package.json @@ -2,7 +2,7 @@ "name": "@siemens/html-test-app", "private": true, "license": "MIT", - "version": "2.0.1", + "version": "2.0.2", "type": "module", "scripts": { "dev": "vite", @@ -15,9 +15,9 @@ ], "devDependencies": { "vite": "^3.1.0", - "@siemens/ix": "~2.0.1", - "@siemens/ix-aggrid": "~2.0.1", - "@siemens/ix-echarts": "~2.0.1", + "@siemens/ix": "~2.0.2", + "@siemens/ix-aggrid": "~2.0.2", + "@siemens/ix-echarts": "~2.0.2", "@siemens/ix-icons": "^2.0.0" } } diff --git a/packages/react-test-app/package.json b/packages/react-test-app/package.json index 23dd81cf02a..ac63b301d88 100644 --- a/packages/react-test-app/package.json +++ b/packages/react-test-app/package.json @@ -1,6 +1,6 @@ { "name": "react-test-app", - "version": "2.0.1", + "version": "2.0.2", "private": true, "license": "MIT", "type": "module", @@ -10,10 +10,10 @@ "preview": "vite preview" }, "dependencies": { - "@siemens/ix": "~2.0.1", - "@siemens/ix-aggrid": "~2.0.1", + "@siemens/ix": "~2.0.2", + "@siemens/ix-aggrid": "~2.0.2", "@siemens/ix-icons": "^2.0.0", - "@siemens/ix-react": "~2.0.1", + "@siemens/ix-react": "~2.0.2", "ag-grid-community": "^29.1.0", "ag-grid-react": "^29.1.0", "react": "^18.2.0", diff --git a/packages/react/package.json b/packages/react/package.json index a90676a47c8..e009e96e18a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/siemens/ix", "directory": "packages/react" }, - "version": "2.0.1", + "version": "2.0.2", "description": "Siemens iX for React", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -28,7 +28,7 @@ "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^8.4.0", - "@siemens/ix": "~2.0.1", + "@siemens/ix": "~2.0.2", "@types/estree": "~0.0.51", "@types/react": "~18.0.15", "@types/react-dom": "~18.0.6", @@ -52,6 +52,6 @@ "@siemens/ix-icons": "^2.0.0" }, "dependencies": { - "@siemens/ix": "~2.0.1" + "@siemens/ix": "~2.0.2" } } diff --git a/packages/vue-test-app/package.json b/packages/vue-test-app/package.json index af5fab64e9c..7a49c35b194 100644 --- a/packages/vue-test-app/package.json +++ b/packages/vue-test-app/package.json @@ -1,6 +1,6 @@ { "name": "vue-test-app", - "version": "2.0.1", + "version": "2.0.2", "private": true, "license": "MIT", "type": "module", @@ -11,9 +11,9 @@ }, "dependencies": { "ag-grid-community": "^28.2.1", - "@siemens/ix-vue": "~2.0.1", + "@siemens/ix-vue": "~2.0.2", "@siemens/ix-icons": "^2.0.0", - "@siemens/ix-aggrid": "~2.0.1", + "@siemens/ix-aggrid": "~2.0.2", "ag-grid-vue3": "^28.2.1", "vue": "^3.2.45", "web-vitals": "^2.1.4", diff --git a/packages/vue/package.json b/packages/vue/package.json index 28e4cf8744e..6d2566a2507 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -3,7 +3,7 @@ "homepage": "https://ix.siemens.io", "author": "Siemens AG", "license": "MIT", - "version": "2.0.1", + "version": "2.0.2", "description": "Siemens iX for Vue", "bugs": "https://github.com/siemens/ix/issues", "repository": { @@ -31,7 +31,7 @@ "lint": "eslint src" }, "dependencies": { - "@siemens/ix": "~2.0.1" + "@siemens/ix": "~2.0.2" }, "devDependencies": { "rimraf": "^3.0.2",