Skip to content

Commit

Permalink
new module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Nov 16, 2023
1 parent 95e26df commit daa7ad2
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/binding",
"version": "0.1.2",
"version": "0.1.3",
"description": "Primate binding module",
"homepage": "https://primatejs.com/modules/binding",
"bugs": "https://github.com/primatejs/primate/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/build",
"version": "0.1.1",
"version": "0.1.2",
"description": "Primate build module",
"homepage": "https://primatejs.com/modules/build",
"bugs": "https://github.com/primatejs/primate/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/frontend",
"version": "0.7.1",
"version": "0.7.2",
"description": "Primate frontend code",
"bugs": "https://github.com/primatejs/primate/issues",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/i18n",
"version": "0.2.0",
"version": "0.2.1",
"description": "Primate I18N module",
"homepage": "https://primatejs.com/modules/i18n",
"bugs": "https://github.com/primatejs/primate/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/liveview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/liveview",
"version": "0.8.0",
"version": "0.8.1",
"description": "Primate liveview module",
"homepage": "https://primatejs.com/modules/liveview",
"bugs": "https://github.com/primatejs/primate/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/session",
"version": "0.14.0",
"version": "0.14.1",
"description": "Primate session module",
"homepage": "https://primatejs.com/modules/session",
"bugs": "https://github.com/primatejs/primate/issues",
Expand Down
4 changes: 2 additions & 2 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/store",
"version": "0.18.0",
"version": "0.18.1",
"description": "Primate data store module",
"homepage": "https://primatejs.com/modules/store",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -22,7 +22,7 @@
"rcompat": "^0.3.4"
},
"devDependencies": {
"@primate/types": "^0.10.0",
"@primate/types": "^0.10.1",
"better-sqlite3": "^9.1.1",
"mongodb": "^6.2.0",
"postgres": "^3.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/types",
"version": "0.10.0",
"version": "0.10.1",
"description": "Primate types module",
"homepage": "https://primatejs.com/modules/types",
"bugs": "https://github.com/primatejs/primate/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/ws",
"version": "0.8.0",
"version": "0.8.1",
"description": "Primate WebSocket module",
"homepage": "https://primatejs.com/modules/ws",
"bugs": "https://github.com/primatejs/primate/issues",
Expand Down

0 comments on commit daa7ad2

Please sign in to comment.