Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump ix version to 1.0.0-beta.4 #14

Merged
merged 1 commit into from Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 2 additions & 6 deletions CHANGELOG.md
@@ -1,18 +1,14 @@
# [1.0.0-beta.3](https://github.com/siemens/ix/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-10-04)
# [1.0.0-beta.4](https://github.com/siemens/ix/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2022-10-05)


### Bug Fixes

* **core/application-header:** align logo in center position ([74be7a1](https://github.com/siemens/ix/commit/74be7a11ff137a11e1cf9fb3c899b82cb5c9ee55))
* **docs:** fix resolutions changes ([d410ad7](https://github.com/siemens/ix/commit/d410ad74e61f871c6a719d89b5fd8d582d4d519a))
* **docs:** resolutions fix ([12327ce](https://github.com/siemens/ix/commit/12327cefd7dff135287173d54e84f3dfbc9ed394))
* **docs:** updated resolutions & text changes ([838fbab](https://github.com/siemens/ix/commit/838fbabc3bc0244b3e642edf77bd1dbcbd236f9a))


### Features

* **core:** add ix-brand-theme as optional dependency ([e1260a4](https://github.com/siemens/ix/commit/e1260a4eac8c6259cd7011b2cecba4f231ed882f))



# [1.0.0-beta.2](https://github.com/siemens/ix/compare/8a52d175ab8fdc3418effe1bc9cb286accf8ab31...v1.0.0-beta.2) (2022-09-30)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ix",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"license": "SEE LICENSE IN LICENSE.md",
"description": "Siemens iX monorepo",
"author": "Siemens AG",
Expand Down
6 changes: 3 additions & 3 deletions packages/aggrid/package.json
@@ -1,7 +1,7 @@
{
"name": "@siemens/ix-aggrid",
"description": "AG Grid theme based on ix theme variables",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
Expand Down Expand Up @@ -31,10 +31,10 @@
"puppeteer": "^10.0.0",
"ag-grid-community": "^28.0.2",
"@stencil/sass": "~1.5.2",
"@siemens/ix": "~1.0.0-beta.3"
"@siemens/ix": "~1.0.0-beta.4"
},
"peerDependencies": {
"ag-grid-community": "^28.0.2",
"@siemens/ix": "~1.0.0-beta.3"
"@siemens/ix": "~1.0.0-beta.4"
}
}
8 changes: 4 additions & 4 deletions packages/angular-test-app/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-test-app",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -19,9 +19,9 @@
"@angular/platform-browser-dynamic": "^14.2.0",
"@angular/router": "^14.2.0",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix": "~1.0.0-beta.3",
"@siemens/ix-aggrid": "~1.0.0-beta.3",
"@siemens/ix-angular": "~1.0.0-beta.3",
"@siemens/ix": "~1.0.0-beta.4",
"@siemens/ix-aggrid": "~1.0.0-beta.4",
"@siemens/ix-angular": "~1.0.0-beta.4",
"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
@@ -1,14 +1,14 @@
{
"name": "@siemens/ix-angular",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Siemens iX for Angular",
"scripts": {
"build": "ng-packagr -c tsconfig.json",
"fix-packagejson": ""
},
"license": "MIT",
"dependencies": {
"@siemens/ix": "~1.0.0-beta.3",
"@siemens/ix": "~1.0.0-beta.4",
"@siemens/ix-icons": "~1.0.0"
},
"peerDependencies": {
Expand All @@ -19,7 +19,7 @@
"@angular/compiler": "^14.2.0",
"@angular/compiler-cli": "^14.2.0",
"@angular/core": "^14.2.0",
"@siemens/ix": "~1.0.0-beta.3",
"@siemens/ix": "~1.0.0-beta.4",
"fs-extra": "^10.1.0",
"ng-packagr": "^14.2.0",
"typescript": "4.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@siemens/ix",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"license": "MIT",
"description": "Siemens iX Web Components",
"main": "dist/index.cjs.js",
Expand Down
8 changes: 2 additions & 6 deletions packages/documentation/docs/installation/CHANGELOG.md
Expand Up @@ -4,21 +4,17 @@ title: Changelog
hide_table_of_contents: true
sidebar_position: 100
---
# [1.0.0-beta.3](https://github.com/siemens/ix/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-10-04)
# [1.0.0-beta.4](https://github.com/siemens/ix/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2022-10-05)


### Bug Fixes

* **core/application-header:** align logo in center position ([74be7a1](https://github.com/siemens/ix/commit/74be7a11ff137a11e1cf9fb3c899b82cb5c9ee55))
* **docs:** fix resolutions changes ([d410ad7](https://github.com/siemens/ix/commit/d410ad74e61f871c6a719d89b5fd8d582d4d519a))
* **docs:** resolutions fix ([12327ce](https://github.com/siemens/ix/commit/12327cefd7dff135287173d54e84f3dfbc9ed394))
* **docs:** updated resolutions & text changes ([838fbab](https://github.com/siemens/ix/commit/838fbabc3bc0244b3e642edf77bd1dbcbd236f9a))


### Features

* **core:** add ix-brand-theme as optional dependency ([e1260a4](https://github.com/siemens/ix/commit/e1260a4eac8c6259cd7011b2cecba4f231ed882f))



# [1.0.0-beta.2](https://github.com/siemens/ix/compare/8a52d175ab8fdc3418effe1bc9cb286accf8ab31...v1.0.0-beta.2) (2022-09-30)

Expand Down
8 changes: 4 additions & 4 deletions packages/documentation/package.json
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -24,9 +24,9 @@
"@docusaurus/theme-live-codeblock": "^2.1.0",
"@mdx-js/react": "^1.6.22",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix": "~1.0.0-beta.3",
"@siemens/ix-react": "~1.0.0-beta.3",
"@siemens/ix-echarts": "~1.0.0-beta.3",
"@siemens/ix": "~1.0.0-beta.4",
"@siemens/ix-react": "~1.0.0-beta.4",
"@siemens/ix-echarts": "~1.0.0-beta.4",
"@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
@@ -1,6 +1,6 @@
{
"name": "@siemens/ix-echarts",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Siemens iX theme for echarts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-test-app/package.json
@@ -1,6 +1,6 @@
{
"name": "react-test-app",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"@siemens/ix": "~1.0.0-beta.3",
"@siemens/ix-aggrid": "~1.0.0-beta.3",
"@siemens/ix": "~1.0.0-beta.4",
"@siemens/ix-aggrid": "~1.0.0-beta.4",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix-react": "~1.0.0-beta.3",
"@siemens/ix-react": "~1.0.0-beta.4",
"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
@@ -1,6 +1,6 @@
{
"name": "@siemens/ix-react",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Siemens iX for React",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^8.4.0",
"@siemens/ix": "~1.0.0-beta.3",
"@siemens/ix": "~1.0.0-beta.4",
"@types/estree": "~0.0.51",
"@types/react": "~18.0.15",
"@types/react-dom": "~18.0.6",
Expand All @@ -38,6 +38,6 @@
},
"dependencies": {
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix": "~1.0.0-beta.3"
"@siemens/ix": "~1.0.0-beta.4"
}
}