Skip to content

Commit

Permalink
0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Nov 26, 2023
1 parent bcc1e03 commit b778fee
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/binding",
"version": "0.1.5",
"version": "0.2.0",
"description": "Primate binding module",
"homepage": "https://primatejs.com/modules/binding",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -22,7 +22,7 @@
"rcompat": "^0.5.0"
},
"peerDependencies": {
"primate": "0.26",
"primate": "0.27",
"pyodide": "0.24"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/build",
"version": "0.1.4",
"version": "0.2.0",
"description": "Primate build module",
"homepage": "https://primatejs.com/modules/build",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -23,7 +23,7 @@
},
"peerDependencies": {
"esbuild": "0.19",
"primate": "0.26"
"primate": "0.27"
},
"peerDependenciesMeta": {
"esbuild": {
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/frontend",
"version": "0.7.5",
"version": "0.8.0",
"description": "Primate frontend code",
"bugs": "https://github.com/primatejs/primate/issues",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"handlebars": "4",
"htmx-esm": "0.2",
"marked": "10",
"primate": "0.26",
"primate": "0.27",
"react": "18",
"react-dom": "18",
"solid-js": "1",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/i18n",
"version": "0.2.2",
"version": "0.3.0",
"description": "Primate I18N module",
"homepage": "https://primatejs.com/modules/i18n",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -19,7 +19,7 @@
"rcompat": "^0.5.0"
},
"peerDependencies": {
"primate": "0.26"
"primate": "0.27"
},
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/liveview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/liveview",
"version": "0.8.1",
"version": "0.9.0",
"description": "Primate liveview module",
"homepage": "https://primatejs.com/modules/liveview",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -15,7 +15,7 @@
"directory": "packages/liveview"
},
"peerDependencies": {
"primate": "0.26"
"primate": "0.27"
},
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/primate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primate",
"version": "0.26.4",
"version": "0.27.0",
"description": "Polymorphic development platform",
"homepage": "https://primatejs.com",
"bugs": "https://github.com/primatejs/primate/issues",
Expand Down
4 changes: 2 additions & 2 deletions packages/session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/session",
"version": "0.14.2",
"version": "0.15.0",
"description": "Primate session module",
"homepage": "https://primatejs.com/modules/session",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -18,7 +18,7 @@
"rcompat": "^0.5.0"
},
"peerDependencies": {
"primate": "0.26"
"primate": "0.27"
},
"type": "module",
"exports": "./src/exports.js"
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.2",
"version": "0.19.0",
"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.5.0"
},
"devDependencies": {
"@primate/types": "^0.10.2",
"@primate/types": "^0.11.0",
"better-sqlite3": "^9.1.1",
"mongodb": "^6.3.0",
"postgres": "^3.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/types",
"version": "0.10.2",
"version": "0.11.0",
"description": "Primate types module",
"homepage": "https://primatejs.com/modules/types",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -18,7 +18,7 @@
"rcompat": "^0.5.0"
},
"peerDependencies": {
"primate": "0.26"
"primate": "0.27"
},
"type": "module",
"exports": "./src/exports.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/ws",
"version": "0.8.2",
"version": "0.9.0",
"description": "Primate WebSocket module",
"homepage": "https://primatejs.com/modules/ws",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -20,7 +20,7 @@
"ws": "^8.14.2"
},
"peerDependencies": {
"primate": "0.26"
"primate": "0.27"
},
"type": "module",
"exports": "./src/exports.js"
Expand Down

0 comments on commit b778fee

Please sign in to comment.