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 2, 2023
1 parent 18fa253 commit a0befe5
Show file tree
Hide file tree
Showing 19 changed files with 157 additions and 156 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Latest PyPI Release](https://img.shields.io/pypi/v/wq.app.svg)](https://pypi.org/project/wq.app)
[![Release Notes](https://img.shields.io/github/release/wq/wq.app.svg)](https:/wq/wq.app/releases)
[![Documentation](https://img.shields.io/badge/Docs-1.3-blue.svg)][docs]
[![Documentation](https://img.shields.io/badge/Docs-2.0-blue.svg)][docs]
[![License](https://img.shields.io/pypi/l/wq.app.svg)](https://wq.io/license)
[![GitHub Stars](https://img.shields.io/github/stars/wq/wq.app.svg)](https:/wq/wq.app/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/wq/wq.app.svg)](https:/wq/wq.app/network)
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.2",
"version": "2.0.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,10 +29,10 @@
},
"homepage": "https://wq.io/@wq/app",
"dependencies": {
"@wq/model": "^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",
"@wq/model": "^2.0.0",
"@wq/outbox": "^2.0.0",
"@wq/router": "^2.0.0",
"@wq/store": "^2.0.0",
"deepcopy": "^2.1.0",
"mustache": "^4.2.0"
}
Expand Down
Loading

0 comments on commit a0befe5

Please sign in to comment.