Skip to content

Commit

Permalink
v1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed Jul 19, 2020
1 parent 132ae3c commit 78eff8d
Show file tree
Hide file tree
Showing 31 changed files with 192 additions and 140 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.1"
"version": "1.0.0-alpha.0"
}
48 changes: 24 additions & 24 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-mdc-web-dev-app",
"version": "1.0.0",
"version": "1.0.0-alpha.0",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -14,28 +14,28 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@aurelia-mdc-web/base": "^0.0.1",
"@aurelia-mdc-web/button": "^0.0.1",
"@aurelia-mdc-web/card": "^0.0.1",
"@aurelia-mdc-web/checkbox": "^0.0.1",
"@aurelia-mdc-web/circular-progress": "^0.0.1",
"@aurelia-mdc-web/dialog": "^0.0.1",
"@aurelia-mdc-web/fab": "^0.0.1",
"@aurelia-mdc-web/floating-label": "^0.0.1",
"@aurelia-mdc-web/form-field": "^0.0.1",
"@aurelia-mdc-web/line-ripple": "^0.0.1",
"@aurelia-mdc-web/list": "^0.0.1",
"@aurelia-mdc-web/menu": "^0.0.1",
"@aurelia-mdc-web/menu-surface": "^0.0.1",
"@aurelia-mdc-web/notched-outline": "^0.0.1",
"@aurelia-mdc-web/ripple": "^0.0.1",
"@aurelia-mdc-web/radio": "^0.0.1",
"@aurelia-mdc-web/select": "^0.0.1",
"@aurelia-mdc-web/slider": "^0.0.1",
"@aurelia-mdc-web/switch": "^0.0.1",
"@aurelia-mdc-web/text-field": "^0.0.1",
"@aurelia-mdc-web/typography": "^0.0.1",
"@aurelia-mdc-web/validation": "^0.0.1",
"@aurelia-mdc-web/base": "^1.0.0-alpha.0",
"@aurelia-mdc-web/button": "^1.0.0-alpha.0",
"@aurelia-mdc-web/card": "^1.0.0-alpha.0",
"@aurelia-mdc-web/checkbox": "^1.0.0-alpha.0",
"@aurelia-mdc-web/circular-progress": "^1.0.0-alpha.0",
"@aurelia-mdc-web/dialog": "^1.0.0-alpha.0",
"@aurelia-mdc-web/fab": "^1.0.0-alpha.0",
"@aurelia-mdc-web/floating-label": "^1.0.0-alpha.0",
"@aurelia-mdc-web/form-field": "^1.0.0-alpha.0",
"@aurelia-mdc-web/line-ripple": "^1.0.0-alpha.0",
"@aurelia-mdc-web/list": "^1.0.0-alpha.0",
"@aurelia-mdc-web/menu": "^1.0.0-alpha.0",
"@aurelia-mdc-web/menu-surface": "^1.0.0-alpha.0",
"@aurelia-mdc-web/notched-outline": "^1.0.0-alpha.0",
"@aurelia-mdc-web/radio": "^1.0.0-alpha.0",
"@aurelia-mdc-web/ripple": "^1.0.0-alpha.0",
"@aurelia-mdc-web/select": "^1.0.0-alpha.0",
"@aurelia-mdc-web/slider": "^1.0.0-alpha.0",
"@aurelia-mdc-web/switch": "^1.0.0-alpha.0",
"@aurelia-mdc-web/text-field": "^1.0.0-alpha.0",
"@aurelia-mdc-web/typography": "^1.0.0-alpha.0",
"@aurelia-mdc-web/validation": "^1.0.0-alpha.0",
"aurelia-loader-webpack": "^2.2.1",
"aurelia-webpack-plugin": "^4.0.0",
"css-loader": "^3.6.0",
Expand All @@ -44,8 +44,8 @@
"html-webpack-plugin": "^4.3.0",
"postcss-loader": "^3.0.0",
"rimraf": "^3.0.2",
"sass-loader": "^9.0.0",
"sass": "^1.26.9",
"sass-loader": "^9.0.0",
"style-loader": "^1.0.0",
"ts-loader": "^6.2.1",
"typescript": "^3.9.5",
Expand Down
6 changes: 4 additions & 2 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": "0.0.1",
"version": "1.0.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,7 +26,9 @@
"type": "git",
"url": "https://github.com/aurelia-ui-toolkits/aurelia-mdc-web"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"_test": "karma start --single-run",
"_develop": "cross-env TS_NODE_PROJECT=\"../../tsconfig-tsnode.json\" karma start",
Expand Down
10 changes: 6 additions & 4 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": "0.0.1",
"version": "1.0.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,7 +26,9 @@
"type": "git",
"url": "https://github.com/aurelia-ui-toolkits/aurelia-mdc-web"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"_test": "karma start --single-run",
"_develop": "cross-env TS_NODE_PROJECT=\"../../tsconfig-tsnode.json\" karma start",
Expand All @@ -52,16 +54,16 @@
"_version": "node ../update-peers.js"
},
"dependencies": {
"@aurelia-mdc-web/base": "^0.0.1",
"@aurelia-mdc-web/base": "^1.0.0-alpha.0",
"@material/button": "^7.0.0"
},
"devDependencies": {
"concurrently": "^5.2.0",
"conventional-changelog-cli": "^2.0.34",
"copyfiles": "^1.2.0",
"cross-env": "^7.0.2",
"sass": "^1.26.9",
"rimraf": "^3.0.2",
"sass": "^1.26.9",
"typescript": "^3.9.5"
}
}
10 changes: 6 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": "0.0.1",
"version": "1.0.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,7 +26,9 @@
"type": "git",
"url": "https://github.com/aurelia-ui-toolkits/aurelia-mdc-web"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"_test": "karma start --single-run",
"_develop": "cross-env TS_NODE_PROJECT=\"../../tsconfig-tsnode.json\" karma start",
Expand All @@ -52,16 +54,16 @@
"_version": "node ../update-peers.js"
},
"dependencies": {
"@aurelia-mdc-web/base": "^0.0.1",
"@aurelia-mdc-web/base": "^1.0.0-alpha.0",
"@material/card": "^7.0.0"
},
"devDependencies": {
"concurrently": "^5.2.0",
"conventional-changelog-cli": "^2.0.34",
"copyfiles": "^1.2.0",
"cross-env": "^7.0.2",
"sass": "^1.26.9",
"rimraf": "^3.0.2",
"sass": "^1.26.9",
"typescript": "^3.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/checkbox/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 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": "0.0.1",
"version": "1.0.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,7 +26,9 @@
"type": "git",
"url": "https://github.com/aurelia-ui-toolkits/aurelia-mdc-web"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"_test": "karma start --single-run",
"_develop": "cross-env TS_NODE_PROJECT=\"../../tsconfig-tsnode.json\" karma start",
Expand All @@ -52,16 +54,16 @@
"_version": "node ../update-peers.js"
},
"dependencies": {
"@aurelia-mdc-web/base": "^0.0.1",
"@aurelia-mdc-web/base": "^1.0.0-alpha.0",
"@material/checkbox": "^7.0.0"
},
"devDependencies": {
"concurrently": "^5.2.0",
"conventional-changelog-cli": "^2.0.34",
"copyfiles": "^1.2.0",
"cross-env": "^7.0.2",
"sass": "^1.26.9",
"rimraf": "^3.0.2",
"sass": "^1.26.9",
"typescript": "^3.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/circular-progress/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 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": "0.0.1",
"version": "1.0.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,7 +26,9 @@
"type": "git",
"url": "https://github.com/aurelia-ui-toolkits/aurelia-mdc-web"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"_test": "karma start --single-run",
"_develop": "cross-env TS_NODE_PROJECT=\"../../tsconfig-tsnode.json\" karma start",
Expand All @@ -52,16 +54,16 @@
"_version": "node ../update-peers.js"
},
"dependencies": {
"@aurelia-mdc-web/base": "^0.0.1",
"@aurelia-mdc-web/base": "^1.0.0-alpha.0",
"@material/circular-progress": "^7.0.0"
},
"devDependencies": {
"concurrently": "^5.2.0",
"conventional-changelog-cli": "^2.0.34",
"copyfiles": "^1.2.0",
"cross-env": "^7.0.2",
"sass": "^1.26.9",
"rimraf": "^3.0.2",
"sass": "^1.26.9",
"typescript": "^3.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/dialog/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 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": "0.0.1",
"version": "1.0.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,7 +26,9 @@
"type": "git",
"url": "https://github.com/aurelia-ui-toolkits/aurelia-mdc-web"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"_test": "karma start --single-run",
"_develop": "cross-env TS_NODE_PROJECT=\"../../tsconfig-tsnode.json\" karma start",
Expand All @@ -52,16 +54,16 @@
"_version": "node ../update-peers.js"
},
"dependencies": {
"@aurelia-mdc-web/base": "^0.0.1",
"@aurelia-mdc-web/base": "^1.0.0-alpha.0",
"@material/dialog": "^7.0.0"
},
"devDependencies": {
"concurrently": "^5.2.0",
"conventional-changelog-cli": "^2.0.34",
"copyfiles": "^1.2.0",
"cross-env": "^7.0.2",
"sass": "^1.26.9",
"rimraf": "^3.0.2",
"sass": "^1.26.9",
"typescript": "^3.9.5"
}
}
8 changes: 5 additions & 3 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": "0.0.1",
"version": "1.0.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,7 +26,9 @@
"type": "git",
"url": "https://github.com/aurelia-ui-toolkits/aurelia-mdc-web"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"_test": "karma start --single-run",
"_develop": "cross-env TS_NODE_PROJECT=\"../../tsconfig-tsnode.json\" karma start",
Expand All @@ -51,7 +53,7 @@
"_version": "node ../update-peers.js"
},
"dependencies": {
"@aurelia-mdc-web/base": "^0.0.1",
"@aurelia-mdc-web/base": "^1.0.0-alpha.0",
"@material/drawer": "^7.0.0",
"@material/list": "^7.0.0"
},
Expand Down
10 changes: 6 additions & 4 deletions packages/fab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-mdc-web/fab",
"version": "0.0.1",
"version": "1.0.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,7 +26,9 @@
"type": "git",
"url": "https://github.com/aurelia-ui-toolkits/aurelia-mdc-web"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"_test": "karma start --single-run",
"_develop": "cross-env TS_NODE_PROJECT=\"../../tsconfig-tsnode.json\" karma start",
Expand All @@ -52,16 +54,16 @@
"_version": "node ../update-peers.js"
},
"dependencies": {
"@aurelia-mdc-web/base": "^0.0.1",
"@aurelia-mdc-web/base": "^1.0.0-alpha.0",
"@material/fab": "^7.0.0"
},
"devDependencies": {
"concurrently": "^5.2.0",
"conventional-changelog-cli": "^2.0.34",
"copyfiles": "^1.2.0",
"cross-env": "^7.0.2",
"sass": "^1.26.9",
"rimraf": "^3.0.2",
"sass": "^1.26.9",
"typescript": "^3.9.5"
}
}
Loading

0 comments on commit 78eff8d

Please sign in to comment.