Skip to content

Commit

Permalink
v2.0.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Aug 25, 2023
1 parent 7d69e39 commit a025328
Show file tree
Hide file tree
Showing 16 changed files with 75 additions and 82 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/app",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Utilizes @wq/store and @wq/router to dynamically load and render content from a wq.db-compatible REST service",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"homepage": "https://wq.io/@wq/app",
"dependencies": {
"@wq/model": "^2.0.0-alpha.1",
"@wq/outbox": "^2.0.0-alpha.1",
"@wq/router": "^2.0.0-alpha.1",
"@wq/outbox": "^2.0.0-alpha.2",
"@wq/router": "^2.0.0-alpha.2",
"@wq/store": "^2.0.0-alpha.1",
"deepcopy": "^2.1.0",
"mustache": "^4.2.0"
Expand Down
37 changes: 19 additions & 18 deletions packages/map-gl-native/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/map-gl-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/map-gl-native",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.2",
"description": "React Native & Expo bindings for @wq/map-gl",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://wq.io/@wq/map-gl",
"dependencies": {
"@turf/circle": "^6.5.0",
"@wq/map": "^2.0.0-alpha.1"
"@wq/map": "^2.0.0-alpha.2"
},
"peerDependencies": {
"@maplibre/maplibre-react-native": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/map-gl-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/map-gl-web",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Web bindings for for @wq/map-gl",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -33,15 +33,15 @@
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.4.1",
"@turf/circle": "^6.5.0",
"@wq/map": "^2.0.0-alpha.1",
"@wq/map": "^2.0.0-alpha.2",
"@wq/material": "^2.0.0-alpha.1",
"mapbox-gl": "npm:empty-npm-package@^1.0.0",
"react-map-gl": "^7.0.25"
},
"devDependencies": {
"@wq/material-web": "^2.0.0-alpha.1",
"@wq/model": "^2.0.0-alpha.1",
"@wq/react": "^2.0.0-alpha.1",
"@wq/react": "^2.0.0-alpha.2",
"@wq/store": "^2.0.0-alpha.1"
}
}
6 changes: 3 additions & 3 deletions packages/map-gl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
},
"homepage": "https://wq.io/@wq/map-gl",
"devDependencies": {
"@wq/map-gl-web": "^2.0.0-alpha.1",
"@wq/material-web": "^2.0.0-alpha.1",
"@wq/map-gl-web": "^2.0.0-alpha.2",
"@wq/material-web": "^2.0.0-alpha.2",
"@wq/model": "^2.0.0-alpha.1",
"@wq/react": "^2.0.0-alpha.1",
"@wq/react": "^2.0.0-alpha.2",
"@wq/store": "^2.0.0-alpha.1"
}
}
6 changes: 3 additions & 3 deletions packages/map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/map",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "GIS integration for @wq/app pages",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -30,11 +30,11 @@
"homepage": "https://wq.io/@wq/map",
"dependencies": {
"@wq/material": "^2.0.0-alpha.1",
"@wq/react": "^2.0.0-alpha.1",
"@wq/react": "^2.0.0-alpha.2",
"mustache": "^4.2.0"
},
"devDependencies": {
"@wq/material-web": "^2.0.0-alpha.1",
"@wq/material-web": "^2.0.0-alpha.2",
"@wq/model": "^2.0.0-alpha.1",
"@wq/store": "^2.0.0-alpha.1"
}
Expand Down
20 changes: 10 additions & 10 deletions packages/material-native/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/material-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/material-native",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.2",
"description": "React Native and Expo bindings for @wq/material",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://wq.io/@wq/material",
"dependencies": {
"@wq/react": "^2.0.0-alpha.1",
"@wq/react": "^2.0.0-alpha.2",
"date-fns": "^2.30.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit a025328

Please sign in to comment.