Skip to content

Commit

Permalink
0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Jan 28, 2024
1 parent dd3d01a commit 9b4ac0e
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 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.2.3",
"version": "0.3.0",
"description": "Primate binding module",
"homepage": "https://primatejs.com/modules/binding",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -27,7 +27,7 @@
"@ruby/head-wasm-wasi": "2.5",
"@ruby/wasm-wasi": "2.5",
"@swc/core": "1.3",
"primate": "0.27",
"primate": "0.28",
"pyodide": "0.25"
},
"peerDependenciesMeta": {
Expand Down
6 changes: 3 additions & 3 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/build",
"version": "0.2.0",
"version": "0.3.0",
"description": "Primate build module",
"homepage": "https://primatejs.com/modules/build",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -22,8 +22,8 @@
"esbuild": "^0.20.0"
},
"peerDependencies": {
"esbuild": "0.19",
"primate": "0.27"
"esbuild": "0.20",
"primate": "0.28"
},
"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.10.2",
"version": "0.11.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": "11",
"primate": "0.27",
"primate": "0.28",
"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.3.0",
"version": "0.4.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.7.2"
},
"peerDependencies": {
"primate": "0.27"
"primate": "0.28"
},
"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.10.0",
"version": "0.11.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.27"
"primate": "0.28"
},
"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.27.6",
"version": "0.28.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.15.0",
"version": "0.16.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.7.2"
},
"peerDependencies": {
"primate": "0.27"
"primate": "0.28"
},
"type": "module",
"exports": "./src/exports.js"
Expand Down
6 changes: 3 additions & 3 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/store",
"version": "0.20.2",
"version": "0.21.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.7.2"
},
"devDependencies": {
"@primate/types": "^0.11.0",
"@primate/types": "^0.12.0",
"better-sqlite3": "^9.3.0",
"mongodb": "^6.3.0",
"postgres": "^3.4.3",
Expand All @@ -32,7 +32,7 @@
"better-sqlite3": "9",
"mongodb": "6",
"postgres": "3",
"primate": "0.27",
"primate": "0.28",
"surrealdb.js": "0.11"
},
"peerDependenciesMeta": {
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.11.0",
"version": "0.12.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.7.2"
},
"peerDependencies": {
"primate": "0.27"
"primate": "0.28"
},
"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.9.0",
"version": "0.10.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.16.0"
},
"peerDependencies": {
"primate": "0.27"
"primate": "0.28"
},
"type": "module",
"exports": "./src/exports.js"
Expand Down

0 comments on commit 9b4ac0e

Please sign in to comment.