File tree Expand file tree Collapse file tree 12 files changed +49
-29
lines changed Expand file tree Collapse file tree 12 files changed +49
-29
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.2.1] ( https://github.com/siemens/ix/compare/v1.2.0...v1.2.1 ) (2022-12-14)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** aggrid:** set theme font colors ([ #238 ] ( https://github.com/siemens/ix/issues/238 ) ) ([ 2f0aeda] ( https://github.com/siemens/ix/commit/2f0aeda0a54b98f6190d2e7d21a06ce23e2b83c3 ) )
7+ * ** html-test-app/modal:** create web component in example ([ 1ab58b5] ( https://github.com/siemens/ix/commit/1ab58b59129fad2c8e63950107a99b0e075be4cf ) )
8+
9+
10+
111# [ 1.2.0] ( https://github.com/siemens/ix/compare/v1.1.1...v1.2.0 ) (2022-12-12)
212
313
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " ix" ,
4- "version" : " 1.2.0 " ,
4+ "version" : " 1.2.1 " ,
55 "license" : " MIT" ,
66 "description" : " Siemens iX monorepo" ,
77 "author" : " Siemens AG" ,
Original file line number Diff line number Diff line change 88 "directory" : " packages/aggrid"
99 },
1010 "description" : " AG Grid theme based on ix theme variables" ,
11- "version" : " 1.2.0 " ,
11+ "version" : " 1.2.1 " ,
1212 "main" : " dist/index.cjs.js" ,
1313 "module" : " dist/index.js" ,
1414 "es2015" : " dist/esm/index.mjs" ,
3838 "jest-cli" : " ^27.4.5" ,
3939 "puppeteer" : " ^10.0.0" ,
4040 "ag-grid-community" : " ^28.0.2" ,
41- "@siemens/ix" : " ~1.2.0 " ,
41+ "@siemens/ix" : " ~1.2.1 " ,
4242 "@stencil/sass" : " ~2.0.0" ,
4343 "@playwright/test" : " ^1.24.1"
4444 },
4545 "peerDependencies" : {
4646 "ag-grid-community" : " ^28.0.2" ,
47- "@siemens/ix" : " ~1.2.0 "
47+ "@siemens/ix" : " ~1.2.1 "
4848 }
4949}
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-test-app" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve" ,
1818 "@angular/platform-browser-dynamic" : " ^14.2.0" ,
1919 "@angular/router" : " ^14.2.0" ,
2020 "@siemens/ix-icons" : " ~1.0.0" ,
21- "@siemens/ix" : " ~1.2.0 " ,
22- "@siemens/ix-aggrid" : " ~1.2.0 " ,
23- "@siemens/ix-angular" : " ~1.2.0 " ,
21+ "@siemens/ix" : " ~1.2.1 " ,
22+ "@siemens/ix-aggrid" : " ~1.2.1 " ,
23+ "@siemens/ix-angular" : " ~1.2.1 " ,
2424 "ag-grid-angular" : " ^28.1.0" ,
2525 "ag-grid-community" : " ^28.1.0" ,
2626 "rxjs" : " ~7.5.0" ,
Original file line number Diff line number Diff line change 77 "url" : " https://github.com/siemens/ix" ,
88 "directory" : " packages/angular"
99 },
10- "version" : " 1.2.0 " ,
10+ "version" : " 1.2.1 " ,
1111 "description" : " Siemens iX for Angular" ,
1212 "scripts" : {
1313 "build" : " ng-packagr -c tsconfig.json" ,
1616 },
1717 "license" : " MIT" ,
1818 "dependencies" : {
19- "@siemens/ix" : " ~1.2.0 " ,
19+ "@siemens/ix" : " ~1.2.1 " ,
2020 "@siemens/ix-icons" : " ~1.0.0"
2121 },
2222 "peerDependencies" : {
2828 "@angular/compiler-cli" : " v13-lts" ,
2929 "@angular/core" : " v13-lts" ,
3030 "@jest/globals" : " ^29.3.1" ,
31- "@siemens/ix" : " ~1.2.0 " ,
31+ "@siemens/ix" : " ~1.2.1 " ,
3232 "@types/jest" : " ^29.2.3" ,
3333 "fs-extra" : " ^10.1.0" ,
3434 "jest" : " ^29.3.1" ,
Original file line number Diff line number Diff line change 77 "url" : " https://github.com/siemens/ix" ,
88 "directory" : " packages/core"
99 },
10- "version" : " 1.2.0 " ,
10+ "version" : " 1.2.1 " ,
1111 "license" : " MIT" ,
1212 "description" : " Siemens iX Web Components" ,
1313 "main" : " dist/index.cjs.js" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ title: Changelog
44hide_table_of_contents : true
55sidebar_position : 100
66---
7+ ## [ 1.2.1] ( https://github.com/siemens/ix/compare/v1.2.0...v1.2.1 ) (2022-12-14)
8+
9+
10+ ### Bug Fixes
11+
12+ * ** aggrid:** set theme font colors ([ #238 ] ( https://github.com/siemens/ix/issues/238 ) ) ([ 2f0aeda] ( https://github.com/siemens/ix/commit/2f0aeda0a54b98f6190d2e7d21a06ce23e2b83c3 ) )
13+ * ** html-test-app/modal:** create web component in example ([ 1ab58b5] ( https://github.com/siemens/ix/commit/1ab58b59129fad2c8e63950107a99b0e075be4cf ) )
14+
15+
16+
717# [ 1.2.0] ( https://github.com/siemens/ix/compare/v1.1.1...v1.2.0 ) (2022-12-12)
818
919
Original file line number Diff line number Diff line change 11{
22 "name" : " documentation" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "docusaurus" : " docusaurus" ,
2323 "@docusaurus/theme-live-codeblock" : " ^2.1.0" ,
2424 "@mdx-js/react" : " ^1.6.22" ,
2525 "@siemens/ix-icons" : " ~1.0.0" ,
26- "@siemens/ix" : " ~1.2.0 " ,
27- "@siemens/ix-react" : " ~1.2.0 " ,
28- "@siemens/ix-echarts" : " ~1.2.0 " ,
29- "@siemens/html-test-app" : " ~1.2.0 " ,
26+ "@siemens/ix" : " ~1.2.1 " ,
27+ "@siemens/ix-react" : " ~1.2.1 " ,
28+ "@siemens/ix-echarts" : " ~1.2.1 " ,
29+ "@siemens/html-test-app" : " ~1.2.1 " ,
3030 "@stencil/postcss" : " ^2.1.0" ,
3131 "clsx" : " ^1.2.1" ,
3232 "docusaurus-plugin-sass" : " ^0.2.2" ,
Original file line number Diff line number Diff line change 77 "url" : " https://github.com/siemens/ix" ,
88 "directory" : " packages/echarts"
99 },
10- "version" : " 1.2.0 " ,
10+ "version" : " 1.2.1 " ,
1111 "description" : " Siemens iX theme for echarts" ,
1212 "main" : " dist/index.js" ,
1313 "module" : " dist/index.esm.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @siemens/html-test-app" ,
33 "private" : true ,
4- "version" : " 1.2.0 " ,
4+ "version" : " 1.2.1 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
1414 ],
1515 "devDependencies" : {
1616 "vite" : " ^3.1.0" ,
17- "@siemens/ix" : " ~1.2.0 " ,
18- "@siemens/ix-aggrid" : " ~1.2.0 " ,
19- "@siemens/ix-echarts" : " ~1.2.0 " ,
17+ "@siemens/ix" : " ~1.2.1 " ,
18+ "@siemens/ix-aggrid" : " ~1.2.1 " ,
19+ "@siemens/ix-echarts" : " ~1.2.1 " ,
2020 "@siemens/ix-icons" : " ~1.0.0"
2121 }
2222}
You can’t perform that action at this time.
0 commit comments