Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Apr 5, 2022
1 parent bc59d01 commit fb749d1
Show file tree
Hide file tree
Showing 25 changed files with 1,611 additions and 682 deletions.
4 changes: 2 additions & 2 deletions LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In addition, the following third party dependencies are compiled into [**wq.js**
</details>

<details><summary><b><a href="https://babeljs.io/">@babel/runtime</a> 7.11.2</b></summary>
<details><summary><b><a href="https://babel.dev/docs/en/next/babel-runtime">@babel/runtime</a> 7.17.8</b></summary>

> MIT License
>
Expand Down Expand Up @@ -2060,7 +2060,7 @@ In addition, the following third party dependencies are compiled into [**wq.js**
</details>

<details><summary><b><a href="null">regenerator-runtime</a> 0.13.7</b></summary>
<details><summary><b><a href="null">regenerator-runtime</a> 0.13.9</b></summary>

> MIT License
>
Expand Down
80 changes: 37 additions & 43 deletions packages/app/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/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/app",
"version": "1.3.0-beta.1",
"version": "1.3.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 @@ -30,14 +30,14 @@
},
"homepage": "https://wq.io/@wq/app",
"dependencies": {
"@wq/model": "^1.3.0-beta.1",
"@wq/outbox": "^1.3.0-beta.1",
"@wq/router": "^1.3.0-beta.1",
"@wq/store": "^1.3.0-beta.1",
"@wq/model": "^1.3.0",
"@wq/outbox": "^1.3.0",
"@wq/router": "^1.3.0",
"@wq/store": "^1.3.0",
"deepcopy": "^2.1.0",
"mustache": "^4.0.1"
},
"devDependencies": {
"@wq/jquery-mobile": "^1.3.0-alpha.2"
"@wq/jquery-mobile": "^1.3.0"
}
}
52 changes: 23 additions & 29 deletions packages/jquery-mobile/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/jquery-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/jquery-mobile",
"version": "1.3.0-beta.1",
"version": "1.3.0",
"description": "Modified jQuery Mobile for use with @wq/app",
"type": "module",
"main": "index.js",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/wq/wq.app/tree/main/packages/jquery-mobile",
"dependencies": {
"@wq/store": "^1.3.0-beta.1",
"@wq/store": "^1.3.0",
"jquery": "^1.12.4",
"mustache": "^4.0.1"
}
Expand Down
Loading

0 comments on commit fb749d1

Please sign in to comment.