Skip to content

Commit

Permalink
0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Nov 12, 2023
1 parent 7b1aa75 commit 92bd136
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 35 deletions.
8 changes: 6 additions & 2 deletions packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "@primate/binding",
"version": "0.1.0",
"version": "0.1.2",
"description": "Primate binding module",
"homepage": "https://primatejs.com/modules/binding",
"bugs": "https://github.com/primatejs/primate/issues",
"license": "MIT",
"files": [
"src/**/*.js",
"src/**/*.json",
"src/**/*.go",
"src/**/*.sum",
"src/**/*.mod",
"!src/**/*.spec.js"
],
"repository": {
Expand All @@ -18,7 +22,7 @@
"rcompat": "^0.3.3"
},
"peerDependencies": {
"primate": "0.25"
"primate": "0.26"
},
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/build/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# esbuild
# Build

This module bundles your application's resources into a single JavaScript and
CSS file.

## [Documentation](https://primatejs.com/modules/esbuild)
## [Documentation](https://primatejs.com/modules/build)
5 changes: 3 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@primate/build",
"version": "0.1.0",
"version": "0.1.1",
"description": "Primate build module",
"homepage": "https://primatejs.com/modules/build",
"bugs": "https://github.com/primatejs/primate/issues",
"license": "MIT",
"files": [
"src/**/*.js",
"src/**/*.json",
"!src/**/*.spec.js"
],
"repository": {
Expand All @@ -22,7 +23,7 @@
},
"peerDependencies": {
"esbuild": "0.19",
"primate": "0.25"
"primate": "0.26"
},
"peerDependenciesMeta": {
"esbuild": {
Expand Down
16 changes: 8 additions & 8 deletions packages/create-primate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"type": "module",
"devDependencies": {
"@primate/esbuild": "^0.13.1",
"@primate/frontend": "^0.6.0",
"@primate/liveview": "^0.7.0",
"@primate/session": "^0.13.0",
"@primate/store": "^0.17.1",
"@primate/types": "^0.9.0",
"@primate/ws": "^0.7.0",
"@primate/frontend": "^0.7.1",
"@primate/liveview": "^0.8.0",
"@primate/session": "^0.14.0",
"@primate/store": "^0.18.0",
"@primate/types": "^0.10.0",
"@primate/ws": "^0.8.0",
"babel-preset-solid": "^1.8.4",
"better-sqlite3": "^9.1.1",
"esbuild": "^0.19.5",
"handlebars": "^4.7.8",
"htmx.org": "^1.9.8",
"marked": "^9.1.6",
"marked": "^10.0.0",
"mongodb": "^6.2.0",
"postgres": "^3.4.3",
"primate": "^0.25.0",
"primate": "^0.26.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.8.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/frontend",
"version": "0.6.1",
"version": "0.7.1",
"description": "Primate frontend code",
"bugs": "https://github.com/primatejs/primate/issues",
"license": "MIT",
Expand Down Expand Up @@ -34,9 +34,9 @@
"babel-preset-solid": "1",
"esbuild": "0.19",
"handlebars": "4",
"htmx-esm": "0.1",
"htmx-esm": "0.2",
"marked": "10",
"primate": "0.25",
"primate": "0.26",
"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.1.0",
"version": "0.2.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.3.3"
},
"peerDependencies": {
"primate": "0.25"
"primate": "0.26"
},
"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.7.0",
"version": "0.8.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.25"
"primate": "0.26"
},
"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.25.0",
"version": "0.26.0",
"description": "Expressive, minimal and extensible web framework",
"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.13.0",
"version": "0.14.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.3.3"
},
"peerDependencies": {
"primate": "0.25"
"primate": "0.26"
},
"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.17.1",
"version": "0.18.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.3.3"
},
"devDependencies": {
"@primate/types": "^0.9.0",
"@primate/types": "^0.10.0",
"better-sqlite3": "^9.1.1",
"mongodb": "^6.2.0",
"postgres": "^3.4.3",
Expand All @@ -32,7 +32,7 @@
"better-sqlite3": "9",
"mongodb": "6",
"postgres": "3",
"primate": "0.25",
"primate": "0.26",
"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.9.0",
"version": "0.10.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.3.3"
},
"peerDependencies": {
"primate": "0.25"
"primate": "0.26"
},
"type": "module",
"exports": "./src/exports.js"
Expand Down
8 changes: 4 additions & 4 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"private": true,
"dependencies": {
"@primate/esbuild": "^0.13.1",
"@primate/frontend": "^0.6.0",
"@primate/liveview": "^0.7.0",
"@primate/frontend": "^0.7.1",
"@primate/liveview": "^0.8.0",
"highlight.js": "^11.9.0",
"marked": "^9.1.6",
"primate": "^0.25.0",
"marked": "^10.0.0",
"primate": "^0.26.0",
"svelte": "^4.2.3"
},
"scripts": {
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.7.0",
"version": "0.8.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.25"
"primate": "0.26"
},
"type": "module",
"exports": "./src/exports.js"
Expand Down

0 comments on commit 92bd136

Please sign in to comment.