Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Mar 27, 2024
1 parent e3a84e5 commit 9e72201
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 61 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-2023, S. Andrew Sheppard, https://wq.io/
> Copyright (c) 2012-2024, 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
59 changes: 30 additions & 29 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",
"version": "2.1.0",
"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,8 +29,8 @@
},
"homepage": "https://wq.io/@wq/app",
"dependencies": {
"@wq/model": "^2.0.0",
"@wq/outbox": "^2.0.0",
"@wq/model": "^2.1.0",
"@wq/outbox": "^2.1.0",
"@wq/router": "^2.0.0",
"@wq/store": "^2.0.0",
"deepcopy": "^2.1.0",
Expand Down
12 changes: 6 additions & 6 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",
"version": "2.1.0",
"description": "Web bindings for for @wq/map-gl",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -34,15 +34,15 @@
"@mapbox/mapbox-gl-draw": "^1.4.1",
"@turf/circle": "^6.5.0",
"@turf/union": "^6.5.0",
"@wq/map": "^2.0.0",
"@wq/material": "^2.0.0",
"@wq/map": "^2.1.0",
"@wq/material": "^2.1.0",
"mapbox-gl": "npm:empty-npm-package@^1.0.0",
"react-map-gl": "^7.0.25"
},
"devDependencies": {
"@wq/material-web": "^2.0.0",
"@wq/model": "^2.0.0",
"@wq/react": "^2.0.0",
"@wq/material-web": "^2.1.0",
"@wq/model": "^2.1.0",
"@wq/react": "^2.1.0",
"@wq/store": "^2.0.0"
}
}
10 changes: 5 additions & 5 deletions packages/map-gl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/map-gl",
"version": "2.0.0",
"version": "2.1.0",
"description": "MapLibre GL integration for @wq/map",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -31,10 +31,10 @@
},
"homepage": "https://wq.io/@wq/map-gl",
"devDependencies": {
"@wq/map-gl-web": "^2.0.0",
"@wq/material-web": "^2.0.0",
"@wq/model": "^2.0.0",
"@wq/react": "^2.0.0",
"@wq/map-gl-web": "^2.1.0",
"@wq/material-web": "^2.1.0",
"@wq/model": "^2.1.0",
"@wq/react": "^2.1.0",
"@wq/store": "^2.0.0"
}
}
10 changes: 5 additions & 5 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",
"version": "2.1.0",
"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",
"@wq/react": "^2.0.0",
"@wq/material": "^2.1.0",
"@wq/react": "^2.1.0",
"mustache": "^4.2.0"
},
"devDependencies": {
"@wq/material-web": "^2.0.0",
"@wq/model": "^2.0.0",
"@wq/material-web": "^2.1.0",
"@wq/model": "^2.1.0",
"@wq/store": "^2.0.0"
}
}
6 changes: 3 additions & 3 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",
"version": "2.1.0",
"description": "Web bindings for @wq/material",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -33,13 +33,13 @@
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@wq/react": "^2.0.0",
"@wq/react": "^2.1.0",
"date-fns": "^2.30.0",
"formik-mui": "^5.0.0-alpha.0",
"mui-file-dropzone": "^4.0.2"
},
"devDependencies": {
"@wq/model": "^2.0.0",
"@wq/model": "^2.1.0",
"@wq/store": "^2.0.0",
"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",
"version": "2.1.0",
"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"
"@wq/material-web": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion 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",
"version": "2.1.0",
"description": "A simple model API for working with stored lists",
"type": "module",
"main": "src/index.js",
Expand Down
4 changes: 2 additions & 2 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",
"version": "2.1.0",
"description": "A simple model API for working with stored lists",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"homepage": "https://wq.io/@wq/outbox",
"dependencies": {
"@redux-offline/redux-offline": "2.6.0-native.1",
"@wq/model": "^2.0.0",
"@wq/model": "^2.1.0",
"@wq/store": "^2.0.0",
"redux-persist": "^6.0.0"
},
Expand Down
5 changes: 3 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/react",
"version": "2.0.0",
"version": "2.1.0",
"description": "React renderer for use with @wq/app",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -29,7 +29,8 @@
},
"homepage": "https://wq.io/@wq/react",
"dependencies": {
"@wq/model": "^2.0.0",
"@wq/model": "^2.1.0",
"@wq/outbox": "^2.1.0",
"@wq/router": "^2.0.0",
"formik": "^2.4.2",
"param-case": "^3.0.4",
Expand Down
4 changes: 2 additions & 2 deletions wq/app/static/app/.sha256
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ c637d052aaddf8b0ad878819ee30facb74a3ba34cbed310a0fd1834fc02f46a2 css/mapbox-gl-
731181d400d65a8b09d842f55b70bc4dc11010b15b8549e2c65a69d233fbdd2e css/maplibre-gl.css
cfb20121bd733aa6795e9f2f180c327d561c51cff783196f1eaa01ba42701bec css/wq.css
a222d0281caeab67157dc947f83971d219156060bd98a529c035de4cec92a8f5 js/maplibre-gl.js
c856aaf7890b3ecf9e6921f31916044196ee15aa2e48a854a0455995b9e47882 js/wq.dev.js'
68c09e974002ea85436e7aadfd575e1ee46dff4cedbfd3b75c3f2b3ccc314f6e js/wq.js'
11db44822e1ad3a51e9a7b58093da064d5b0c99def5c27b7afe5e26e1383f929 js/wq.dev.js'
4b6876837871cbb352e975e6b976cd9362a27b26ab8369b3ccd9ba6f682d9d1f js/wq.js'

0 comments on commit 9e72201

Please sign in to comment.