Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Nov 8, 2023
1 parent 6126499 commit beae6ab
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 93 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
python -m pip install flake8 pytest wheel
python -m pip install django==${{ matrix.django-version }}
python -m pip install djangorestframework==${{ matrix.drf-version }}
python -m pip install xlsconv==2.0.0a1
python -m pip install wq.build==2.0.0a2
python -m pip install wq.app==2.0.0a2
python -m pip install wq.db==2.0.0a2
python -m pip install xlsconv==2.0.0
python -m pip install wq.build==2.0.0
python -m pip install wq.app==2.0.0
python -m pip install wq.db==2.0.0
- name: Test build
run: |
python -m build
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/cra-template",
"version": "2.0.0-alpha.2",
"version": "2.0.0",
"description": "Create React App template for use with @wq/app",
"main": "template.json",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"package": {
"proxy": "http://localhost:8000",
"dependencies": {
"@wq/app": "^2.0.0-alpha.2",
"@wq/material": "^2.0.0-alpha.1",
"@wq/material-web": "^2.0.0-alpha.2",
"@wq/map-gl": "^2.0.0-alpha.1",
"@wq/map-gl-web": "^2.0.0-alpha.2",
"@wq/app": "^2.0.0",
"@wq/material": "^2.0.0",
"@wq/material-web": "^2.0.0",
"@wq/map-gl": "^2.0.0",
"@wq/map-gl-web": "^2.0.0",
"maplibre-gl": "^3.1.0"
},
"eslintConfig": {
Expand Down
143 changes: 72 additions & 71 deletions packages/expo-template/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/expo-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/expo-template",
"version": "2.0.0-alpha.2",
"version": "2.0.0",
"main": "src/index.js",
"repository": {
"type": "git",
Expand All @@ -23,11 +23,11 @@
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/netinfo": "9.3.10",
"@react-native-picker/picker": "2.4.10",
"@wq/app": "^2.0.0-alpha.2",
"@wq/map-gl": "^2.0.0-alpha.1",
"@wq/map-gl-native": "^2.0.0-alpha.2",
"@wq/material": "^2.0.0-alpha.1",
"@wq/material-native": "^2.0.0-alpha.2",
"@wq/app": "^2.0.0",
"@wq/map-gl": "^2.0.0",
"@wq/map-gl-native": "^2.0.0",
"@wq/material": "^2.0.0",
"@wq/material-native": "^2.0.0",
"expo": "^49.0.7",
"expo-dev-client": "~2.4.6",
"expo-document-picker": "~11.5.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/rollup-plugin",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "Build custom wq plugins that integrate with wq.js",
"type": "module",
"main": "src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ classifiers = [
"Topic :: Software Development :: Pre-processors",
]
dependencies = [
"wq.build>=2.0.0a1",
"xlsconv>=2.0.0a1,<2.1.0",
"wq.build>=2.0.0",
"xlsconv>=2.0.0,<2.1.0",
"psycopg2-binary",
]

Expand Down
2 changes: 1 addition & 1 deletion wq/create/django_project
Submodule django_project updated 0 files

0 comments on commit beae6ab

Please sign in to comment.