Skip to content

Commit

Permalink
Merge pull request #19 from siemens/release/v1.0.0-beta.5
Browse files Browse the repository at this point in the history
Release/v1.0.0 beta.5
  • Loading branch information
danielleroux committed Oct 6, 2022
2 parents 5b415bb + 16a2400 commit bfdc48c
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 26 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pre-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
- name: Publish beta version to npmjs.org
run: |
yarn workspace @siemens/ix publish --access public --tag beta
yarn workspace @siemens/ix-angular publish --access public --tag beta
yarn workspace @siemens/ix-react publish --access public --tag beta
yarn workspace @siemens/ix-aggrid publish --access public --tag beta
yarn workspace @siemens/ix-echarts publish --access public --tag beta
cd packages/angular/dist
yarn publish --access public --tag beta
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
- name: Publish beta version to npmjs.org
run: |
yarn workspace @siemens/ix publish --access public
yarn workspace @siemens/ix-angular publish --access public
yarn workspace @siemens/ix-react publish --access public
yarn workspace @siemens/ix-aggrid publish --access public
yarn workspace @siemens/ix-echarts publish --access public
cd packages/angular/dist
yarn publish --access public --tag beta
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.0.0-beta.5](https://github.com/siemens/ix/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-10-06)


### Bug Fixes

* **core/menu-item:** prevent text selection ([548fe2d](https://github.com/siemens/ix/commit/548fe2da74277e92c9fcfca22a2bfa7d23aabe4f))


### Features

* **core/postinstall:** add post install script ([6eeb7bd](https://github.com/siemens/ix/commit/6eeb7bd06693e9ee65a8bcb66ed200f2e6a4270f))



# [1.0.0-beta.4](https://github.com/siemens/ix/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2022-10-05)


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.0.0-beta.4",
"version": "1.0.0-beta.5",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siemens/ix-aggrid",
"description": "AG Grid theme based on ix theme variables",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"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.4"
"@siemens/ix": "~1.0.0-beta.5"
},
"peerDependencies": {
"ag-grid-community": "^28.0.2",
"@siemens/ix": "~1.0.0-beta.4"
"@siemens/ix": "~1.0.0-beta.5"
}
}
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.0.0-beta.4",
"version": "1.0.0-beta.5",
"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.4",
"@siemens/ix-aggrid": "~1.0.0-beta.4",
"@siemens/ix-angular": "~1.0.0-beta.4",
"@siemens/ix": "~1.0.0-beta.5",
"@siemens/ix-aggrid": "~1.0.0-beta.5",
"@siemens/ix-angular": "~1.0.0-beta.5",
"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
@@ -1,14 +1,14 @@
{
"name": "@siemens/ix-angular",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Siemens iX for Angular",
"scripts": {
"build": "ng-packagr -c tsconfig.json",
"fix-packagejson": ""
},
"license": "MIT",
"dependencies": {
"@siemens/ix": "~1.0.0-beta.4",
"@siemens/ix": "~1.0.0-beta.5",
"@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.4",
"@siemens/ix": "~1.0.0-beta.5",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@siemens/ix",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"license": "MIT",
"description": "Siemens iX Web Components",
"main": "dist/index.cjs.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/documentation/docs/installation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ title: Changelog
hide_table_of_contents: true
sidebar_position: 100
---
# [1.0.0-beta.5](https://github.com/siemens/ix/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-10-06)


### Bug Fixes

* **core/menu-item:** prevent text selection ([548fe2d](https://github.com/siemens/ix/commit/548fe2da74277e92c9fcfca22a2bfa7d23aabe4f))


### Features

* **core/postinstall:** add post install script ([6eeb7bd](https://github.com/siemens/ix/commit/6eeb7bd06693e9ee65a8bcb66ed200f2e6a4270f))



# [1.0.0-beta.4](https://github.com/siemens/ix/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2022-10-05)


Expand Down
8 changes: 4 additions & 4 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"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.4",
"@siemens/ix-react": "~1.0.0-beta.4",
"@siemens/ix-echarts": "~1.0.0-beta.4",
"@siemens/ix": "~1.0.0-beta.5",
"@siemens/ix-react": "~1.0.0-beta.5",
"@siemens/ix-echarts": "~1.0.0-beta.5",
"@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
@@ -1,6 +1,6 @@
{
"name": "@siemens/ix-echarts",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-test-app",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"@siemens/ix": "~1.0.0-beta.4",
"@siemens/ix-aggrid": "~1.0.0-beta.4",
"@siemens/ix": "~1.0.0-beta.5",
"@siemens/ix-aggrid": "~1.0.0-beta.5",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix-react": "~1.0.0-beta.4",
"@siemens/ix-react": "~1.0.0-beta.5",
"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
@@ -1,6 +1,6 @@
{
"name": "@siemens/ix-react",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"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.4",
"@siemens/ix": "~1.0.0-beta.5",
"@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.4"
"@siemens/ix": "~1.0.0-beta.5"
}
}

0 comments on commit bfdc48c

Please sign in to comment.