Skip to content

Commit

Permalink
v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed Feb 24, 2021
1 parent c1cf1d2 commit e140058
Show file tree
Hide file tree
Showing 43 changed files with 229 additions and 227 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [4.0.2](https://github.com/aurelia-ui-toolkits/aurelia-mdc-web/compare/v4.0.1...v4.0.2) (2021-02-24)
## [4.0.6](https://github.com/aurelia-ui-toolkits/aurelia-mdc-web/compare/v4.0.1...v4.0.6) (2021-02-24)


### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aurelia-mdc-web/monorepo",
"private": true,
"version": "4.0.2",
"version": "4.0.6",
"workspaces": [
"packages/all",
"packages/app",
Expand Down Expand Up @@ -52,8 +52,8 @@
"changelog": "cross-env conventional-changelog -p angular -i docs/CHANGELOG.md -s",
"deploy": "cd packages/app && npm run build && cd ../.. && deploy.sh",
"update-versions:root": "ts-node -P tsconfig.scripts.json scripts/update-versions.ts",
"update-versions": "npm run update-versions:root && lage update-versions --scope @aurelia-mdc-web/* --scope aurelia-mdc-web-dev-app",
"publish": "lage publish --scope @aurelia-mdc-web/* --no-deps"
"update-versions": "lage update-versions --scope @aurelia-mdc-web/*",
"publish:latest": "lage publish:latest --scope @aurelia-mdc-web/*"
},
"devDependencies": {
"@material/button": "^10.0.0",
Expand Down
82 changes: 41 additions & 41 deletions packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-mdc-web/all",
"version": "4.0.2",
"version": "4.0.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -43,46 +43,46 @@
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts",
"publish": "npm publish"
"publish:latest": "npm publish"
},
"dependencies": {
"@aurelia-mdc-web/base": "^4.0.2",
"@aurelia-mdc-web/button": "^4.0.2",
"@aurelia-mdc-web/card": "^4.0.2",
"@aurelia-mdc-web/checkbox": "^4.0.2",
"@aurelia-mdc-web/chips": "^4.0.2",
"@aurelia-mdc-web/circular-progress": "^4.0.2",
"@aurelia-mdc-web/data-table": "^4.0.2",
"@aurelia-mdc-web/dialog": "^4.0.2",
"@aurelia-mdc-web/drawer": "^4.0.2",
"@aurelia-mdc-web/elevation": "^4.0.2",
"@aurelia-mdc-web/expandable": "^4.0.2",
"@aurelia-mdc-web/fab": "^4.0.2",
"@aurelia-mdc-web/floating-label": "^4.0.2",
"@aurelia-mdc-web/form-field": "^4.0.2",
"@aurelia-mdc-web/icon": "^4.0.2",
"@aurelia-mdc-web/icon-button": "^4.0.2",
"@aurelia-mdc-web/image-list": "^4.0.2",
"@aurelia-mdc-web/layout-grid": "^4.0.2",
"@aurelia-mdc-web/line-ripple": "^4.0.2",
"@aurelia-mdc-web/linear-progress": "^4.0.2",
"@aurelia-mdc-web/list": "^4.0.2",
"@aurelia-mdc-web/lookup": "^4.0.2",
"@aurelia-mdc-web/menu": "^4.0.2",
"@aurelia-mdc-web/menu-surface": "^4.0.2",
"@aurelia-mdc-web/notched-outline": "^4.0.2",
"@aurelia-mdc-web/radio": "^4.0.2",
"@aurelia-mdc-web/ripple": "^4.0.2",
"@aurelia-mdc-web/select": "^4.0.2",
"@aurelia-mdc-web/slider": "^4.0.2",
"@aurelia-mdc-web/snackbar": "^4.0.2",
"@aurelia-mdc-web/switch": "^4.0.2",
"@aurelia-mdc-web/tab-bar": "^4.0.2",
"@aurelia-mdc-web/text-field": "^4.0.2",
"@aurelia-mdc-web/tooltip": "^4.0.2",
"@aurelia-mdc-web/top-app-bar": "^4.0.2",
"@aurelia-mdc-web/tree-view": "^4.0.2",
"@aurelia-mdc-web/typography": "^4.0.2",
"@aurelia-mdc-web/validation": "^4.0.2"
"@aurelia-mdc-web/base": "4.0.6",
"@aurelia-mdc-web/button": "4.0.6",
"@aurelia-mdc-web/card": "4.0.6",
"@aurelia-mdc-web/checkbox": "4.0.6",
"@aurelia-mdc-web/chips": "4.0.6",
"@aurelia-mdc-web/circular-progress": "4.0.6",
"@aurelia-mdc-web/data-table": "4.0.6",
"@aurelia-mdc-web/dialog": "4.0.6",
"@aurelia-mdc-web/drawer": "4.0.6",
"@aurelia-mdc-web/elevation": "4.0.6",
"@aurelia-mdc-web/expandable": "4.0.6",
"@aurelia-mdc-web/fab": "4.0.6",
"@aurelia-mdc-web/floating-label": "4.0.6",
"@aurelia-mdc-web/form-field": "4.0.6",
"@aurelia-mdc-web/icon": "4.0.6",
"@aurelia-mdc-web/icon-button": "4.0.6",
"@aurelia-mdc-web/image-list": "4.0.6",
"@aurelia-mdc-web/layout-grid": "4.0.6",
"@aurelia-mdc-web/line-ripple": "4.0.6",
"@aurelia-mdc-web/linear-progress": "4.0.6",
"@aurelia-mdc-web/list": "4.0.6",
"@aurelia-mdc-web/lookup": "4.0.6",
"@aurelia-mdc-web/menu": "4.0.6",
"@aurelia-mdc-web/menu-surface": "4.0.6",
"@aurelia-mdc-web/notched-outline": "4.0.6",
"@aurelia-mdc-web/radio": "4.0.6",
"@aurelia-mdc-web/ripple": "4.0.6",
"@aurelia-mdc-web/select": "4.0.6",
"@aurelia-mdc-web/slider": "4.0.6",
"@aurelia-mdc-web/snackbar": "4.0.6",
"@aurelia-mdc-web/switch": "4.0.6",
"@aurelia-mdc-web/tab-bar": "4.0.6",
"@aurelia-mdc-web/text-field": "4.0.6",
"@aurelia-mdc-web/tooltip": "4.0.6",
"@aurelia-mdc-web/top-app-bar": "4.0.6",
"@aurelia-mdc-web/tree-view": "4.0.6",
"@aurelia-mdc-web/typography": "4.0.6",
"@aurelia-mdc-web/validation": "4.0.6"
}
}
}
2 changes: 1 addition & 1 deletion packages/app/src/views/root/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<mdc-top-app-bar-title>Aurelia MDC</mdc-top-app-bar-title>
</mdc-top-app-bar-section>
<mdc-top-app-bar-section align="end">
<span>v4.0.2</span>
<span>v4.0.6</span>
<a mdc-top-app-bar-action-item href="https://github.com/aurelia-ui-toolkits/aurelia-mdc-web" alt="GitHub"
target="_blank" rel="noopener">
<i class="material-icons" aria-hidden="true" role="img">
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-mdc-web/base",
"version": "4.0.2",
"version": "4.0.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts",
"publish": "npm publish"
"publish:latest": "npm publish"
},
"dependencies": {
"@material/base": "^10.0.0",
Expand All @@ -62,4 +62,4 @@
"aurelia-templating-resources": "^1.13.1",
"tslib": "^1.9.3"
}
}
}
10 changes: 5 additions & 5 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-mdc-web/button",
"version": "4.0.2",
"version": "4.0.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,11 +44,11 @@
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts",
"publish": "npm publish"
"publish:latest": "npm publish"
},
"dependencies": {
"@aurelia-mdc-web/base": "^4.0.2",
"@aurelia-mdc-web/ripple": "^4.0.2",
"@aurelia-mdc-web/base": "4.0.6",
"@aurelia-mdc-web/ripple": "4.0.6",
"@material/button": "^10.0.0"
}
}
}
8 changes: 4 additions & 4 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-mdc-web/card",
"version": "4.0.2",
"version": "4.0.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,10 +44,10 @@
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts",
"publish": "npm publish"
"publish:latest": "npm publish"
},
"dependencies": {
"@aurelia-mdc-web/base": "^4.0.2",
"@aurelia-mdc-web/base": "4.0.6",
"@material/card": "^10.0.0"
}
}
}
10 changes: 5 additions & 5 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-mdc-web/checkbox",
"version": "4.0.2",
"version": "4.0.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,11 +44,11 @@
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts",
"publish": "npm publish"
"publish:latest": "npm publish"
},
"dependencies": {
"@aurelia-mdc-web/base": "^4.0.2",
"@aurelia-mdc-web/ripple": "^4.0.2",
"@aurelia-mdc-web/base": "4.0.6",
"@aurelia-mdc-web/ripple": "4.0.6",
"@material/checkbox": "^10.0.0"
}
}
}
10 changes: 5 additions & 5 deletions packages/chips/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-mdc-web/chips",
"version": "4.0.2",
"version": "4.0.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,12 +44,12 @@
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts",
"publish": "npm publish"
"publish:latest": "npm publish"
},
"dependencies": {
"@aurelia-mdc-web/base": "^4.0.2",
"@aurelia-mdc-web/ripple": "^4.0.2",
"@aurelia-mdc-web/base": "4.0.6",
"@aurelia-mdc-web/ripple": "4.0.6",
"@material/chips": "^10.0.0",
"@material/ripple": "^10.0.0"
}
}
}
8 changes: 4 additions & 4 deletions packages/circular-progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-mdc-web/circular-progress",
"version": "4.0.2",
"version": "4.0.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,10 +44,10 @@
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts",
"publish": "npm publish"
"publish:latest": "npm publish"
},
"dependencies": {
"@aurelia-mdc-web/base": "^4.0.2",
"@aurelia-mdc-web/base": "4.0.6",
"@material/circular-progress": "^10.0.0"
}
}
}
16 changes: 8 additions & 8 deletions packages/data-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-mdc-web/data-table",
"version": "4.0.2",
"version": "4.0.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,14 +44,14 @@
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts",
"publish": "npm publish"
"publish:latest": "npm publish"
},
"dependencies": {
"@aurelia-mdc-web/base": "^4.0.2",
"@aurelia-mdc-web/checkbox": "^4.0.2",
"@aurelia-mdc-web/icon": "^4.0.2",
"@aurelia-mdc-web/linear-progress": "^4.0.2",
"@aurelia-mdc-web/select": "^4.0.2",
"@aurelia-mdc-web/base": "4.0.6",
"@aurelia-mdc-web/checkbox": "4.0.6",
"@aurelia-mdc-web/icon": "4.0.6",
"@aurelia-mdc-web/linear-progress": "4.0.6",
"@aurelia-mdc-web/select": "4.0.6",
"@material/data-table": "^10.0.0"
}
}
}
8 changes: 4 additions & 4 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-mdc-web/dialog",
"version": "4.0.2",
"version": "4.0.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,10 +44,10 @@
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts",
"publish": "npm publish"
"publish:latest": "npm publish"
},
"dependencies": {
"@aurelia-mdc-web/base": "^4.0.2",
"@aurelia-mdc-web/base": "4.0.6",
"@material/dialog": "^10.0.0"
}
}
}
8 changes: 4 additions & 4 deletions packages/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-mdc-web/drawer",
"version": "4.0.2",
"version": "4.0.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,11 +44,11 @@
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts",
"publish": "npm publish"
"publish:latest": "npm publish"
},
"dependencies": {
"@aurelia-mdc-web/base": "^4.0.2",
"@aurelia-mdc-web/base": "4.0.6",
"@material/drawer": "^10.0.0",
"@material/list": "^10.0.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/elevation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-mdc-web/elevation",
"version": "4.0.2",
"version": "4.0.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,9 +44,9 @@
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts",
"publish": "npm publish"
"publish:latest": "npm publish"
},
"dependencies": {
"@material/elevation": "^10.0.0"
}
}
}
Loading

0 comments on commit e140058

Please sign in to comment.