Skip to content

Commit

Permalink
v2.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 22, 2023
1 parent 439c1d0 commit 26789b2
Show file tree
Hide file tree
Showing 13 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion LICENSES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Licenses
The [**wq.js**](https://wq.io/wq) bundle includes [**@wq/app**](https://wq.io/@wq/app), [**@wq/map**](https://wq.io/@wq/map), [**@wq/map-gl-web**](https://wq.io/@wq/map-gl), [**@wq/material-web**](https://wq.io/@wq/material), [**@wq/model**](https://wq.io/@wq/model), [**@wq/outbox**](https://wq.io/@wq/outbox), [**@wq/react**](https://wq.io/@wq/react), [**@wq/router**](https://wq.io/@wq/router), and [**@wq/store**](https://wq.io/@wq/store), under the following MIT License:

> Copyright (c) 2012-2021, S. Andrew Sheppard, https://wq.io/
> Copyright (c) 2012-2023, S. Andrew Sheppard, https://wq.io/
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of
> this software and associated documentation files (the "Software"), to deal in
Expand Down
84 changes: 42 additions & 42 deletions package-lock.json

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

10 changes: 5 additions & 5 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.0",
"version": "2.0.0-alpha.1",
"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 @@ -29,10 +29,10 @@
},
"homepage": "https://wq.io/@wq/app",
"dependencies": {
"@wq/model": "^2.0.0-alpha.0",
"@wq/outbox": "^2.0.0-alpha.0",
"@wq/router": "^2.0.0-alpha.0",
"@wq/store": "^2.0.0-alpha.0",
"@wq/model": "^2.0.0-alpha.1",
"@wq/outbox": "^2.0.0-alpha.1",
"@wq/router": "^2.0.0-alpha.1",
"@wq/store": "^2.0.0-alpha.1",
"deepcopy": "^2.1.0",
"mustache": "^4.2.0"
}
Expand Down
14 changes: 7 additions & 7 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.0",
"version": "2.0.0-alpha.1",
"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.0",
"@wq/material": "^2.0.0-alpha.0",
"@wq/map": "^2.0.0-alpha.1",
"@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.0",
"@wq/model": "^2.0.0-alpha.0",
"@wq/react": "^2.0.0-alpha.0",
"@wq/store": "^2.0.0-alpha.0"
"@wq/material-web": "^2.0.0-alpha.1",
"@wq/model": "^2.0.0-alpha.1",
"@wq/react": "^2.0.0-alpha.1",
"@wq/store": "^2.0.0-alpha.1"
}
}
14 changes: 7 additions & 7 deletions packages/map-gl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wq/map-gl",
"version": "2.0.0-alpha.0",
"description": "MapBox GL integration for @wq/map",
"version": "2.0.0-alpha.1",
"description": "MapLibre GL integration for @wq/map",
"type": "module",
"main": "src/index.js",
"react-native": "src/index.native.js",
Expand Down Expand Up @@ -31,10 +31,10 @@
},
"homepage": "https://wq.io/@wq/map-gl",
"devDependencies": {
"@wq/map-gl-web": "^2.0.0-alpha.0",
"@wq/material-web": "^2.0.0-alpha.0",
"@wq/model": "^2.0.0-alpha.0",
"@wq/react": "^2.0.0-alpha.0",
"@wq/store": "^2.0.0-alpha.0"
"@wq/map-gl-web": "^2.0.0-alpha.1",
"@wq/material-web": "^2.0.0-alpha.1",
"@wq/model": "^2.0.0-alpha.1",
"@wq/react": "^2.0.0-alpha.1",
"@wq/store": "^2.0.0-alpha.1"
}
}
12 changes: 6 additions & 6 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.0",
"version": "2.0.0-alpha.1",
"description": "GIS integration for @wq/app pages",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -29,13 +29,13 @@
},
"homepage": "https://wq.io/@wq/map",
"dependencies": {
"@wq/material": "^2.0.0-alpha.0",
"@wq/react": "^2.0.0-alpha.0",
"@wq/material": "^2.0.0-alpha.1",
"@wq/react": "^2.0.0-alpha.1",
"mustache": "^4.2.0"
},
"devDependencies": {
"@wq/material-web": "^2.0.0-alpha.0",
"@wq/model": "^2.0.0-alpha.0",
"@wq/store": "^2.0.0-alpha.0"
"@wq/material-web": "^2.0.0-alpha.1",
"@wq/model": "^2.0.0-alpha.1",
"@wq/store": "^2.0.0-alpha.1"
}
}
8 changes: 4 additions & 4 deletions packages/material-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/material-web",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "Web bindings for @wq/material",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -33,14 +33,14 @@
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@wq/react": "^2.0.0-alpha.0",
"@wq/react": "^2.0.0-alpha.1",
"date-fns": "^2.30.0",
"formik-mui": "^5.0.0-alpha.0",
"mui-file-dropzone": "^4.0.2"
},
"devDependencies": {
"@wq/model": "^2.0.0-alpha.0",
"@wq/store": "^2.0.0-alpha.0",
"@wq/model": "^2.0.0-alpha.1",
"@wq/store": "^2.0.0-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/material",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "React + Material UI renderer for use with @wq/app",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -28,6 +28,6 @@
},
"homepage": "https://wq.io/@wq/material",
"devDependencies": {
"@wq/material-web": "^2.0.0-alpha.0"
"@wq/material-web": "^2.0.0-alpha.1"
}
}
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": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "A simple model API for working with stored lists",
"type": "module",
"main": "src/index.js",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://wq.io/@wq/model",
"dependencies": {
"@wq/store": "^2.0.0-alpha.0",
"@wq/store": "^2.0.0-alpha.1",
"deepcopy": "^2.1.0",
"redux-orm": "^0.17.0-rc.0"
}
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": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "A simple model API for working with stored lists",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -28,11 +28,11 @@
"homepage": "https://wq.io/@wq/outbox",
"dependencies": {
"@redux-offline/redux-offline": "2.6.0-native.1",
"@wq/model": "^2.0.0-alpha.0",
"@wq/store": "^2.0.0-alpha.0",
"@wq/model": "^2.0.0-alpha.1",
"@wq/store": "^2.0.0-alpha.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@wq/router": "^2.0.0-alpha.0"
"@wq/router": "^2.0.0-alpha.1"
}
}
Loading

0 comments on commit 26789b2

Please sign in to comment.