@operato/shell
Advanced tools
Comparing version 0.3.20 to 0.3.21
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.3.21](https://github.com/hatiolab/operato/compare/v0.3.20...v0.3.21) (2022-01-29) | ||
### :rocket: New Features | ||
* i18n module added, shell module started to cover client core part ([a976dad](https://github.com/hatiolab/operato/commit/a976dad6353962e489d8e648af9598b6a51e5ec7)) | ||
### [0.3.20](https://github.com/hatiolab/operato/compare/v0.3.19...v0.3.20) (2022-01-28) | ||
@@ -8,0 +17,0 @@ |
@@ -1,2 +0,5 @@ | ||
"use strict"; | ||
export * from './store'; | ||
export * from './actions'; | ||
export * from './app/pages/page-view'; | ||
// export * from './app/app' | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.3.20", | ||
"version": "0.3.21", | ||
"main": "dist/src/index.js", | ||
@@ -38,4 +38,4 @@ "module": "dist/src/index.js", | ||
"@material/mwc-icon-button": "^0.25.3", | ||
"@operato/styles": "^0.3.20", | ||
"@operato/utils": "^0.3.20", | ||
"@operato/styles": "^0.3.21", | ||
"@operato/utils": "^0.3.21", | ||
"lit": "^2.0.2", | ||
@@ -54,3 +54,3 @@ "lodash": "^4.17.21", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"@web/dev-server": "^0.1.28", | ||
"@web/dev-server": "^0.1.29", | ||
"@web/dev-server-storybook": "next", | ||
@@ -80,3 +80,3 @@ "@web/test-runner": "next", | ||
}, | ||
"gitHead": "ed1910cc0377b9253c9b07d09d27c0d9788fe222" | ||
"gitHead": "defcbbc48c0e5404961a5ba854c9f8efbd7412d1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
137901
1619
Updated@operato/styles@^0.3.21
Updated@operato/utils@^0.3.21