Skip to content

Commit

Permalink
v0.26.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
verekia committed Apr 21, 2024
1 parent cdcc9cc commit 1caf841
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-react",
"private": true,
"version": "0.25.1",
"version": "0.26.0-alpha.0",
"license": "MIT",
"bump": 1,
"type": "module",
Expand All @@ -17,7 +17,7 @@
"publint": ""
},
"dependencies": {
"@manapotion/react": "^0.25.1",
"@manapotion/react": "^0.26.0-alpha.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-svelte",
"private": true,
"version": "0.25.1",
"version": "0.26.0-alpha.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -16,7 +16,7 @@
"publint": ""
},
"dependencies": {
"@manapotion/svelte": "^0.25.1"
"@manapotion/svelte": "^0.26.0-alpha.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-vanilla",
"private": true,
"version": "0.25.1",
"version": "0.26.0-alpha.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,7 +15,7 @@
"publint": ""
},
"dependencies": {
"@manapotion/vanilla": "^0.25.1"
"@manapotion/vanilla": "^0.26.0-alpha.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-vue",
"private": true,
"version": "0.25.1",
"version": "0.26.0-alpha.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,7 +15,7 @@
"publint": ""
},
"dependencies": {
"@manapotion/vue": "^0.25.1",
"@manapotion/vue": "^0.26.0-alpha.0",
"vue": "^3.4.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.25.1"
"version": "0.26.0-alpha.0"
}
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manapotion/core",
"version": "0.25.1",
"version": "0.26.0-alpha.0",
"license": "MIT",
"type": "module",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manapotion/react",
"version": "0.25.1",
"version": "0.26.0-alpha.0",
"license": "MIT",
"type": "module",
"bump": 1,
Expand Down Expand Up @@ -42,7 +42,7 @@
"publint": "publint"
},
"dependencies": {
"@manapotion/core": "^0.25.1",
"@manapotion/core": "^0.26.0-alpha.0",
"use-sync-external-store": "1.2.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manapotion/svelte",
"version": "0.25.1",
"version": "0.26.0-alpha.0",
"license": "MIT",
"type": "module",
"files": [
Expand All @@ -24,7 +24,7 @@
"publint": "publint"
},
"dependencies": {
"@manapotion/core": "^0.25.1"
"@manapotion/core": "^0.26.0-alpha.0"
},
"peerDependencies": {
"svelte": ">=4.2.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manapotion/vanilla",
"version": "0.25.1",
"version": "0.26.0-alpha.0",
"license": "MIT",
"type": "module",
"files": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"publint": "publint"
},
"dependencies": {
"@manapotion/core": "^0.25.1"
"@manapotion/core": "^0.26.0-alpha.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manapotion/vue",
"version": "0.25.1",
"version": "0.26.0-alpha.0",
"license": "MIT",
"type": "module",
"files": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"publint": "publint"
},
"dependencies": {
"@manapotion/core": "^0.25.1"
"@manapotion/core": "^0.26.0-alpha.0"
},
"peerDependencies": {
"vue": ">=3.3.4"
Expand Down

0 comments on commit 1caf841

Please sign in to comment.