Skip to content

Commit

Permalink
v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Sep 8, 2020
1 parent e53c136 commit c3785dc
Show file tree
Hide file tree
Showing 28 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"packages/textarea",
"packages/tree-view"
],
"version": "0.24.0"
"version": "0.25.0"
}
2 changes: 1 addition & 1 deletion packages/__tests__/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/__tests__",
"version": "0.24.0",
"version": "0.25.0",
"private": true,
"scripts": {
"test": "karma start --single-run",
Expand Down
8 changes: 4 additions & 4 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/button",
"version": "0.24.0",
"version": "0.25.0",
"description": "Button component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -51,10 +51,10 @@
"version": "node ../update-peers.js"
},
"peerDependencies": {
"@aurelia-ux/core": "^0.20.0"
"@aurelia-ux/core": "^0.25.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.24.0",
"@aurelia-ux/core": "^0.25.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -83,4 +83,4 @@
"webpack-dev-server": "^3.11.0"
},
"gitHead": "0016f3569d93c29bcbfcb9bc06cbcaefb20c05a7"
}
}
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-ux/card",
"version": "0.24.0",
"version": "0.25.0",
"description": "Card component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -50,10 +50,10 @@
"version": "node ../update-peers.js"
},
"peerDependencies": {
"@aurelia-ux/core": "^0.20.0"
"@aurelia-ux/core": "^0.25.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.24.0",
"@aurelia-ux/core": "^0.25.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -82,4 +82,4 @@
"webpack-dev-server": "^3.11.0"
},
"gitHead": "0016f3569d93c29bcbfcb9bc06cbcaefb20c05a7"
}
}
8 changes: 4 additions & 4 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/checkbox",
"version": "0.24.0",
"version": "0.25.0",
"description": "Checkbox component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -51,10 +51,10 @@
"version": "node ../update-peers.js"
},
"peerDependencies": {
"@aurelia-ux/core": "^0.20.0"
"@aurelia-ux/core": "^0.25.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.24.0",
"@aurelia-ux/core": "^0.25.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -83,4 +83,4 @@
"webpack-dev-server": "^3.11.0"
},
"gitHead": "0016f3569d93c29bcbfcb9bc06cbcaefb20c05a7"
}
}
8 changes: 4 additions & 4 deletions packages/chip-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/chip-input",
"version": "0.24.0",
"version": "0.25.0",
"description": "Chip and Tag component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -53,10 +53,10 @@
"version": "node ../update-peers.js"
},
"peerDependencies": {
"@aurelia-ux/core": "^0.20.0"
"@aurelia-ux/core": "^0.25.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.24.0",
"@aurelia-ux/core": "^0.25.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -85,4 +85,4 @@
"webpack-dev-server": "^3.11.0"
},
"gitHead": "0016f3569d93c29bcbfcb9bc06cbcaefb20c05a7"
}
}
52 changes: 26 additions & 26 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/components",
"version": "0.24.0",
"version": "0.25.0",
"description": "Official components made with Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -45,31 +45,31 @@
"prepare-release": "cross-env npm run changelog && npm run build && npm run doc"
},
"dependencies": {
"@aurelia-ux/button": "^0.24.0",
"@aurelia-ux/card": "^0.24.0",
"@aurelia-ux/checkbox": "^0.24.0",
"@aurelia-ux/chip-input": "^0.24.0",
"@aurelia-ux/core": "^0.24.0",
"@aurelia-ux/datepicker": "^0.24.0",
"@aurelia-ux/expandable": "^0.24.0",
"@aurelia-ux/form": "^0.24.0",
"@aurelia-ux/grid": "^0.24.0",
"@aurelia-ux/icons": "^0.24.0",
"@aurelia-ux/input": "^0.24.0",
"@aurelia-ux/input-info": "^0.24.0",
"@aurelia-ux/list": "^0.24.0",
"@aurelia-ux/lookup": "^0.24.0",
"@aurelia-ux/modal": "^0.24.0",
"@aurelia-ux/popup": "^0.24.0",
"@aurelia-ux/positioning": "^0.24.0",
"@aurelia-ux/progress": "^0.24.0",
"@aurelia-ux/radio": "^0.24.0",
"@aurelia-ux/select": "^0.24.0",
"@aurelia-ux/sidenav": "^0.24.0",
"@aurelia-ux/slider": "^0.24.0",
"@aurelia-ux/switch": "^0.24.0",
"@aurelia-ux/textarea": "^0.24.0",
"@aurelia-ux/tree-view": "^0.24.0"
"@aurelia-ux/button": "^0.25.0",
"@aurelia-ux/card": "^0.25.0",
"@aurelia-ux/checkbox": "^0.25.0",
"@aurelia-ux/chip-input": "^0.25.0",
"@aurelia-ux/core": "^0.25.0",
"@aurelia-ux/datepicker": "^0.25.0",
"@aurelia-ux/expandable": "^0.25.0",
"@aurelia-ux/form": "^0.25.0",
"@aurelia-ux/grid": "^0.25.0",
"@aurelia-ux/icons": "^0.25.0",
"@aurelia-ux/input": "^0.25.0",
"@aurelia-ux/input-info": "^0.25.0",
"@aurelia-ux/list": "^0.25.0",
"@aurelia-ux/lookup": "^0.25.0",
"@aurelia-ux/modal": "^0.25.0",
"@aurelia-ux/popup": "^0.25.0",
"@aurelia-ux/positioning": "^0.25.0",
"@aurelia-ux/progress": "^0.25.0",
"@aurelia-ux/radio": "^0.25.0",
"@aurelia-ux/select": "^0.25.0",
"@aurelia-ux/sidenav": "^0.25.0",
"@aurelia-ux/slider": "^0.25.0",
"@aurelia-ux/switch": "^0.25.0",
"@aurelia-ux/textarea": "^0.25.0",
"@aurelia-ux/tree-view": "^0.25.0"
},
"devDependencies": {
"aurelia-logging-console": "^1.1.1",
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": "@aurelia-ux/core",
"version": "0.24.0",
"version": "0.25.0",
"description": "A user experience framework for Aurelia.",
"keywords": [
"aurelia",
Expand Down
8 changes: 4 additions & 4 deletions packages/datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/datepicker",
"version": "0.24.0",
"version": "0.25.0",
"description": "Datepicker component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -41,11 +41,11 @@
"version": "node ../update-peers.js"
},
"peerDependencies": {
"@aurelia-ux/core": "^0.20.0",
"@aurelia-ux/core": "^0.25.0",
"moment": "^2.26.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.24.0",
"@aurelia-ux/core": "^0.25.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -74,4 +74,4 @@
"webpack-dev-server": "^3.11.0"
},
"gitHead": "0016f3569d93c29bcbfcb9bc06cbcaefb20c05a7"
}
}
8 changes: 4 additions & 4 deletions packages/expandable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/expandable",
"version": "0.24.0",
"version": "0.25.0",
"description": "Expandable component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -52,10 +52,10 @@
"version": "node ../update-peers.js"
},
"peerDependencies": {
"@aurelia-ux/core": "^0.20.0"
"@aurelia-ux/core": "^0.25.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.24.0",
"@aurelia-ux/core": "^0.25.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -84,4 +84,4 @@
"webpack-dev-server": "^3.11.0"
},
"gitHead": "0016f3569d93c29bcbfcb9bc06cbcaefb20c05a7"
}
}
8 changes: 4 additions & 4 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/form",
"version": "0.24.0",
"version": "0.25.0",
"description": "Form component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -42,10 +42,10 @@
"version": "node ../update-peers.js"
},
"peerDependencies": {
"@aurelia-ux/core": "^0.20.0"
"@aurelia-ux/core": "^0.25.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.24.0",
"@aurelia-ux/core": "^0.25.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -74,4 +74,4 @@
"webpack-dev-server": "^3.11.0"
},
"gitHead": "0016f3569d93c29bcbfcb9bc06cbcaefb20c05a7"
}
}
8 changes: 4 additions & 4 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/grid",
"version": "0.24.0",
"version": "0.25.0",
"description": "Responsive grid and utilities for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -52,10 +52,10 @@
"version": "node ../update-peers.js"
},
"peerDependencies": {
"@aurelia-ux/core": "^0.20.0"
"@aurelia-ux/core": "^0.25.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.24.0",
"@aurelia-ux/core": "^0.25.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -84,4 +84,4 @@
"webpack-dev-server": "^3.11.0"
},
"gitHead": "0016f3569d93c29bcbfcb9bc06cbcaefb20c05a7"
}
}
8 changes: 4 additions & 4 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/icons",
"version": "0.24.0",
"version": "0.25.0",
"description": "Icon component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -50,10 +50,10 @@
"version": "node ../update-peers.js"
},
"peerDependencies": {
"@aurelia-ux/core": "^0.20.0"
"@aurelia-ux/core": "^0.25.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.24.0",
"@aurelia-ux/core": "^0.25.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -82,4 +82,4 @@
"webpack-dev-server": "^3.11.0"
},
"gitHead": "0016f3569d93c29bcbfcb9bc06cbcaefb20c05a7"
}
}
8 changes: 4 additions & 4 deletions packages/input-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/input-info",
"version": "0.24.0",
"version": "0.25.0",
"description": "Input-Info component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -49,10 +49,10 @@
"version": "node ../update-peers.js"
},
"peerDependencies": {
"@aurelia-ux/core": "^0.20.0"
"@aurelia-ux/core": "^0.25.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.24.0",
"@aurelia-ux/core": "^0.25.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -81,4 +81,4 @@
"webpack-dev-server": "^3.11.0"
},
"gitHead": "0016f3569d93c29bcbfcb9bc06cbcaefb20c05a7"
}
}
8 changes: 4 additions & 4 deletions packages/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/input",
"version": "0.24.0",
"version": "0.25.0",
"description": "Input component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -51,10 +51,10 @@
"version": "node ../update-peers.js"
},
"peerDependencies": {
"@aurelia-ux/core": "^0.20.0"
"@aurelia-ux/core": "^0.25.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.24.0",
"@aurelia-ux/core": "^0.25.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -83,4 +83,4 @@
"webpack-dev-server": "^3.11.0"
},
"gitHead": "0016f3569d93c29bcbfcb9bc06cbcaefb20c05a7"
}
}
Loading

0 comments on commit c3785dc

Please sign in to comment.