Skip to content

Commit

Permalink
v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 12, 2020
1 parent 6f62fbf commit 1f5d902
Show file tree
Hide file tree
Showing 27 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"packages/textarea",
"packages/tree-view"
],
"version": "0.22.0"
"version": "0.23.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.22.0",
"version": "0.23.0",
"private": true,
"scripts": {
"test": "karma start --single-run",
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "0.23.0",
"description": "Button component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "0.23.0",
"description": "Card component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "0.23.0",
"description": "Checkbox component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "0.23.0",
"description": "Chip and Tag component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
44 changes: 22 additions & 22 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.22.0",
"version": "0.23.0",
"description": "Official components made with Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -45,27 +45,27 @@
"prepare-release": "cross-env npm run changelog && npm run build && npm run doc"
},
"dependencies": {
"@aurelia-ux/button": "^0.22.0",
"@aurelia-ux/card": "^0.22.0",
"@aurelia-ux/checkbox": "^0.22.0",
"@aurelia-ux/chip-input": "^0.22.0",
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/datepicker": "^0.22.0",
"@aurelia-ux/expandable": "^0.22.0",
"@aurelia-ux/form": "^0.22.0",
"@aurelia-ux/grid": "^0.22.0",
"@aurelia-ux/input": "^0.22.0",
"@aurelia-ux/input-info": "^0.22.0",
"@aurelia-ux/list": "^0.22.0",
"@aurelia-ux/lookup": "^0.22.0",
"@aurelia-ux/progress": "^0.22.0",
"@aurelia-ux/radio": "^0.22.0",
"@aurelia-ux/select": "^0.22.0",
"@aurelia-ux/sidenav": "^0.22.0",
"@aurelia-ux/slider": "^0.22.0",
"@aurelia-ux/switch": "^0.22.0",
"@aurelia-ux/textarea": "^0.22.0",
"@aurelia-ux/tree-view": "^0.22.0"
"@aurelia-ux/button": "^0.23.0",
"@aurelia-ux/card": "^0.23.0",
"@aurelia-ux/checkbox": "^0.23.0",
"@aurelia-ux/chip-input": "^0.23.0",
"@aurelia-ux/core": "^0.23.0",
"@aurelia-ux/datepicker": "^0.23.0",
"@aurelia-ux/expandable": "^0.23.0",
"@aurelia-ux/form": "^0.23.0",
"@aurelia-ux/grid": "^0.23.0",
"@aurelia-ux/input": "^0.23.0",
"@aurelia-ux/input-info": "^0.23.0",
"@aurelia-ux/list": "^0.23.0",
"@aurelia-ux/lookup": "^0.23.0",
"@aurelia-ux/progress": "^0.23.0",
"@aurelia-ux/radio": "^0.23.0",
"@aurelia-ux/select": "^0.23.0",
"@aurelia-ux/sidenav": "^0.23.0",
"@aurelia-ux/slider": "^0.23.0",
"@aurelia-ux/switch": "^0.23.0",
"@aurelia-ux/textarea": "^0.23.0",
"@aurelia-ux/tree-view": "^0.23.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.22.0",
"version": "0.23.0",
"description": "A user experience framework for Aurelia.",
"keywords": [
"aurelia",
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "0.23.0",
"description": "Datepicker component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -44,7 +44,7 @@
"moment": "^2.26.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "0.23.0",
"description": "Expandable component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "0.23.0",
"description": "Form component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "0.23.0",
"description": "Responsive grid and utilities for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "0.23.0",
"description": "Icon component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "0.23.0",
"description": "Input-Info component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "0.23.0",
"description": "Input component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/list",
"version": "0.22.0",
"version": "0.23.0",
"description": "List component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/lookup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/lookup",
"version": "0.22.0",
"version": "0.23.0",
"description": "Lookup component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -55,8 +55,8 @@
"@aurelia-ux/input": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/input": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"@aurelia-ux/input": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/modal",
"version": "0.22.0",
"version": "0.23.0",
"description": "Modal component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -52,7 +52,7 @@
"aurelia-event-aggregator": "^1.0.3"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/positioning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/positioning",
"version": "0.22.0",
"version": "0.23.0",
"description": "This package contains a positioning service used to position an element related to an anchor element. It is used in components such as modal and select.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/progress",
"version": "0.22.0",
"version": "0.23.0",
"description": "Progress component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/radio",
"version": "0.22.0",
"version": "0.23.0",
"description": "Radio button component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@aurelia-ux/core": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia-ux/select",
"version": "0.22.0",
"version": "0.23.0",
"description": "Select component for Aurelia UX",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@aurelia-ux/positioning": "^0.20.0"
},
"devDependencies": {
"@aurelia-ux/core": "^0.22.0",
"@aurelia-ux/positioning": "^0.22.0",
"@aurelia-ux/core": "^0.23.0",
"@aurelia-ux/positioning": "^0.23.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-router": "^1.4.0",
"aurelia-webpack-plugin": "^4.0.0",
Expand Down
Loading

0 comments on commit 1f5d902

Please sign in to comment.