Skip to content

Commit

Permalink
update package versions to 1.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Oct 7, 2019
1 parent a8dae83 commit ba2b3a5
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
14 changes: 7 additions & 7 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/app",
"version": "1.2.0-alpha.1",
"version": "1.2.0-beta.1",
"description": "Utilizes @wq/store and @wq/router to dynamically load and render content from a wq.db-compatible REST service",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -27,12 +27,12 @@
},
"homepage": "https://wq.io/wq.app",
"dependencies": {
"@wq/jquery-mobile": "^1.2.0-alpha.1",
"@wq/model": "^1.2.0-alpha.1",
"@wq/outbox": "^1.2.0-alpha.1",
"@wq/router": "^1.2.0-alpha.1",
"@wq/store": "^1.2.0-alpha.1",
"@wq/template": "^1.2.0-alpha.1",
"@wq/jquery-mobile": "^1.2.0-beta.1",
"@wq/model": "^1.2.0-beta.1",
"@wq/outbox": "^1.2.0-beta.1",
"@wq/router": "^1.2.0-beta.1",
"@wq/store": "^1.2.0-beta.1",
"@wq/template": "^1.2.0-beta.1",
"localforage": "^1.7.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/chart",
"version": "1.2.0-alpha.1",
"version": "1.2.0-beta.1",
"description": "d3-powered CSV charts for @wq/app pages",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://wq.io/wq.app",
"dependencies": {
"@wq/template": "^1.2.0-alpha.1",
"@wq/template": "^1.2.0-beta.1",
"d3": "^5.12.0",
"whatwg-fetch": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jquery-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/jquery-mobile",
"version": "1.2.0-alpha.1",
"version": "1.2.0-beta.1",
"description": "Modified jQuery Mobile for use with @wq/app",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/map",
"version": "1.2.0-alpha.1",
"version": "1.2.0-beta.1",
"description": "Leaflet integration for @wq/app pages",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://wq.io/wq.app",
"dependencies": {
"@wq/template": "^1.2.0-alpha.1",
"@wq/template": "^1.2.0-beta.1",
"esri-leaflet": "^2.3.0",
"leaflet": "^1.5.1",
"leaflet-draw": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/markdown",
"version": "1.2.0-alpha.1",
"version": "1.2.0-beta.1",
"description": "Markdown and syntax highlighting for @wq/app",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/model",
"version": "1.2.0-alpha.1",
"version": "1.2.0-beta.1",
"description": "A simple model API for working with stored lists",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://wq.io/wq.app",
"dependencies": {
"@wq/store": "^1.2.0-alpha.1",
"@wq/store": "^1.2.0-beta.1",
"deepcopy": "^2.0.0",
"redux-orm": "^0.13.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/outbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/outbox",
"version": "1.2.0-alpha.1",
"version": "1.2.0-beta.1",
"description": "A simple model API for working with stored lists",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -26,13 +26,13 @@
"homepage": "https://wq.io/wq.app",
"dependencies": {
"@redux-offline/redux-offline": "^2.5.2",
"@wq/model": "^1.2.0-alpha.1",
"@wq/store": "^1.2.0-alpha.1",
"@wq/model": "^1.2.0-beta.1",
"@wq/store": "^1.2.0-beta.1",
"redux": "^4.0.4"
},
"devDependencies": {
"@wq/jest-env-jsdom-idb": "^0.1.1",
"@wq/router": "^1.2.0-alpha.1",
"@wq/router": "^1.2.0-beta.1",
"promise.prototype.finally": "^3.1.1"
}
}
8 changes: 4 additions & 4 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/router",
"version": "1.2.0-alpha.1",
"version": "1.2.0-beta.1",
"description": "Respond to URL changes with locally generated pages and custom events",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -24,9 +24,9 @@
},
"homepage": "https://wq.io/wq.app",
"dependencies": {
"@wq/jquery-mobile": "^1.2.0-alpha.1",
"@wq/store": "^1.2.0-alpha.1",
"@wq/template": "^1.2.0-alpha.1",
"@wq/jquery-mobile": "^1.2.0-beta.1",
"@wq/store": "^1.2.0-beta.1",
"@wq/template": "^1.2.0-beta.1",
"query-string": "^6.8.3",
"redux-first-router": "^2.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/store",
"version": "1.2.0-alpha.1",
"version": "1.2.0-beta.1",
"description": "Locally-persistent, optionally server-populated JSON datastore(s)",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/template",
"version": "1.2.0-alpha.1",
"version": "1.2.0-beta.1",
"description": "Render Mustache templates and inject as jQuery Mobile pages",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://wq.io/wq.app",
"dependencies": {
"@wq/jquery-mobile": "^1.2.0-alpha.1",
"@wq/jquery-mobile": "^1.2.0-beta.1",
"mustache": "^3.1.0"
}
}

0 comments on commit ba2b3a5

Please sign in to comment.