Skip to content

Commit

Permalink
v0.27.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
verekia committed Aug 28, 2024
1 parent c5c4f92 commit 47fa6b7
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 37 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.26.1",
"version": "0.27.0-alpha.0",
"license": "MIT",
"bump": 1,
"type": "module",
Expand All @@ -17,7 +17,7 @@
"publint": ""
},
"dependencies": {
"@manapotion/react": "^0.26.1",
"@manapotion/react": "^0.27.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.26.1",
"version": "0.27.0-alpha.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -16,7 +16,7 @@
"publint": ""
},
"dependencies": {
"@manapotion/svelte": "^0.26.1"
"@manapotion/svelte": "^0.27.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.26.1",
"version": "0.27.0-alpha.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,7 +15,7 @@
"publint": ""
},
"dependencies": {
"@manapotion/vanilla": "^0.26.1"
"@manapotion/vanilla": "^0.27.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.26.1",
"version": "0.27.0-alpha.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,7 +15,7 @@
"publint": ""
},
"dependencies": {
"@manapotion/vue": "^0.26.1",
"@manapotion/vue": "^0.27.0-alpha.0",
"vue": "3.4.23"
},
"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.26.1"
"version": "0.27.0-alpha.0"
}
36 changes: 18 additions & 18 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.26.1",
"version": "0.27.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.26.1",
"version": "0.27.0-alpha.0",
"license": "MIT",
"type": "module",
"bump": 1,
Expand Down Expand Up @@ -42,7 +42,7 @@
"publint": "publint"
},
"dependencies": {
"@manapotion/core": "^0.26.1",
"@manapotion/core": "^0.27.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.26.1",
"version": "0.27.0-alpha.0",
"license": "MIT",
"type": "module",
"files": [
Expand All @@ -24,7 +24,7 @@
"publint": "publint"
},
"dependencies": {
"@manapotion/core": "^0.26.1"
"@manapotion/core": "^0.27.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.26.1",
"version": "0.27.0-alpha.0",
"license": "MIT",
"type": "module",
"files": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"publint": "publint"
},
"dependencies": {
"@manapotion/core": "^0.26.1"
"@manapotion/core": "^0.27.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.26.1",
"version": "0.27.0-alpha.0",
"license": "MIT",
"type": "module",
"files": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"publint": "publint"
},
"dependencies": {
"@manapotion/core": "^0.26.1"
"@manapotion/core": "^0.27.0-alpha.0"
},
"peerDependencies": {
"vue": ">=3.3.4"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "manapotion-website",
"private": true,
"version": "0.26.0",
"version": "0.27.0-alpha.0",
"scripts": {
"dev": "npx tailwindcss -i ./src/index.css -o ./dist/index.css --watch",
"build": "npx tailwindcss -i ./src/index.css -o ./dist/index.css",
Expand Down

0 comments on commit 47fa6b7

Please sign in to comment.