Skip to content

Commit d82f006

Browse files
committed
bump dev versions
1 parent dc07e3f commit d82f006

32 files changed

Lines changed: 139 additions & 116 deletions

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@rcompat/fs": "^0.25.2",
23+
"@rcompat/io": "^0.3.0",
2324
"@rcompat/test": "^0.8.0",
2425
"@types/deno": "^2.5.0",
2526
"@types/node": "^25.0.3",

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primate/angular",
3-
"version": "0.5.0",
3+
"version": "0.6.0-pre",
44
"description": "Angular for Primate",
55
"homepage": "https://primate.run/docs/frontend/angular",
66
"bugs": "https://github.com/primate-run/primate/issues",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primate/core",
3-
"version": "0.4.5",
3+
"version": "0.5.0-pre",
44
"description": "The universal web framework",
55
"homepage": "https://primate.run",
66
"bugs": "https://github.com/primate-run/primate/issues",

packages/eta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primate/eta",
3-
"version": "0.4.0",
3+
"version": "0.5.0-pre",
44
"description": "Eta for Primate",
55
"homepage": "https://primate.run/docs/frontend/eta",
66
"bugs": "https://github.com/primate-run/primate/issues",

packages/go/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primate/go",
3-
"version": "0.4.0",
3+
"version": "0.5.0-pre",
44
"description": "Go backend for Primate",
55
"homepage": "https://primate.run/docs/backend/go",
66
"bugs": "https://github.com/primate-run/primate/issues",

packages/handlebars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primate/handlebars",
3-
"version": "0.4.0",
3+
"version": "0.5.0-pre",
44
"description": "Handlebars for Primate",
55
"homepage": "https://primate.run/docs/frontend/handlebars",
66
"bugs": "https://github.com/primate-run/primate/issues",

packages/html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primate/html",
3-
"version": "0.15.0",
3+
"version": "0.16.0-pre",
44
"description": "HTML for Primate",
55
"homepage": "https://primate.run/docs/frontend/html",
66
"bugs": "https://github.com/primate-run/primate/issues",

packages/htmx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primate/htmx",
3-
"version": "0.22.0",
3+
"version": "0.23.0-pre",
44
"description": "HTMX for Primate",
55
"homepage": "https://primate.run/docs/frontend/htmx",
66
"bugs": "https://github.com/primate-run/primate/issues",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primate/markdown",
3-
"version": "0.7.0",
3+
"version": "0.8.0-pre",
44
"description": "Markdown for Primate",
55
"homepage": "https://primate.run/docs/frontend/markdown",
66
"bugs": "https://github.com/primate-run/primate/issues",

packages/marko/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primate/marko",
3-
"version": "0.6.0",
3+
"version": "0.7.0-pre",
44
"description": "Marko for Primate",
55
"homepage": "https://primate.run/docs/frontend/marko",
66
"bugs": "https://github.com/primate-run/primate/issues",

0 commit comments

Comments
 (0)