Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 2, 2018
1 parent 6caba47 commit a968b65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-ui-virtualization",
"version": "1.0.0-beta.3.3.1",
"version": "1.0.0-beta.3.3.2",
"description": "A plugin that provides a virtualized repeater and other virtualization services.",
"keywords": [
"aurelia",
Expand All @@ -19,7 +19,7 @@
"url": "http://github.com/aurelia/ui-virtualization"
},
"dependencies": {
"aurelia-binding": "^1.0.0 || ^2.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-framework": "^1.0.0",
"aurelia-logging": "^1.0.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-ui-virtualization",
"version": "1.0.0-beta.3.3.1",
"version": "1.0.0-beta.3.3.2",
"description": "A plugin that provides a virtualized repeater and other virtualization services.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -28,24 +28,24 @@
"dist": "dist/amd"
},
"peerDependencies": {
"aurelia-binding": "^1.0.0 || ^2.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-framework": "^1.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-logging-console": "^1.0.0",
"aurelia-pal": "^1.0.0-beta.1.2.0",
"aurelia-pal": "^1.0.0",
"aurelia-path": "^1.0.0",
"aurelia-task-queue": "^1.0.0",
"aurelia-templating": "^1.0.0",
"aurelia-templating-resources": "^1.0.0"
},
"dependencies": {
"aurelia-binding": "^1.0.0 || ^2.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-framework": "^1.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-logging-console": "^1.0.0",
"aurelia-pal": "^1.0.0-beta.1.2.0",
"aurelia-pal": "^1.0.0",
"aurelia-path": "^1.0.0",
"aurelia-task-queue": "^1.0.0",
"aurelia-templating": "^1.0.0",
Expand All @@ -61,7 +61,7 @@
}
},
"dependencies": {
"aurelia-binding": "^1.0.0 || ^2.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-framework": "^1.0.0",
"aurelia-logging": "^1.0.0",
Expand Down

0 comments on commit a968b65

Please sign in to comment.