Skip to content

Commit

Permalink
Merge pull request #207 from swarmauri/dev
Browse files Browse the repository at this point in the history
Incremented package.json versions
  • Loading branch information
cobycloud authored Dec 17, 2024
2 parents f20b9b4 + 7c142c9 commit 9fe37fd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 3 additions & 2 deletions libs/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swarmakit/react",
"private": false,
"version": "0.0.18",
"version": "0.0.19",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -13,7 +13,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/swarmauri/swarmakit"
"url": "https://github.com/swarmauri/swarmakit.git",
"directory": "libs/react"
},
"dependencies": {
"react": "^18.3.1",
Expand Down
5 changes: 3 additions & 2 deletions libs/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swarmakit/svelte",
"private": false,
"version": "0.0.18",
"version": "0.0.19",
"type": "module",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand All @@ -13,7 +13,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/swarmauri/swarmakit"
"url": "https://github.com/swarmauri/swarmakit.git",
"directory": "libs/svelte"
},
"scripts": {
"dev": "vite",
Expand Down
5 changes: 3 additions & 2 deletions libs/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swarmakit/vue",
"private": false,
"version": "0.0.18",
"version": "0.0.19",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand All @@ -15,7 +15,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/swarmauri/swarmakit"
"url": "https://github.com/swarmauri/swarmakit.git",
"directory": "libs/vue"
},
"scripts": {
"dev": "vite",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swarmakit",
"version": "0.0.18",
"version": "0.0.19",
"private": false,
"workspaces": [
"libs/react",
Expand All @@ -9,7 +9,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/swarmauri/swarmakit"
"url": "https://github.com/swarmauri/swarmakit.git"
},
"dependencies": {
"@swarmakit/react": "file:libs/react",
Expand All @@ -24,7 +24,7 @@
"format": "pnpm -r run format"
},
"devDependencies": {
"typescript": "^5.0.0",
"typescript": "^5.0.0",
"storybook": "^8.3.5"
}
}

0 comments on commit 9fe37fd

Please sign in to comment.