Skip to content

Commit

Permalink
🚀 meta: version: 2023.11.19.10
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Nov 19, 2023
1 parent f4f66c0 commit 6684ddc
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svelte-add/workspace-root",
"private": true,
"version": "2023.11.19-0.0",
"version": "2023.11.19-1.0",
"description": "Add functionality to Svelte projects",
"author": "J / Jacob Babich <jacobbabichpublic+git@gmail.com>",
"keywords": [
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions projects/app-initializer-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-add/app-initializer-tools",
"version": "2023.11.19-0.0",
"version": "2023.11.19-1.0",
"description": "Tools for svelte-add's app initializers",
"author": "J / Jacob Babich <jacobbabichpublic+git@gmail.com>",
"keywords": [
Expand All @@ -27,6 +27,6 @@
"dependencies": {
"kleur": "^4.1.5",
"mri": "^1.2.0",
"svelte-add": "workspace:2023.11.19-0.0"
"svelte-add": "workspace:2023.11.19-1.0"
}
}
6 changes: 3 additions & 3 deletions projects/create-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-add/create-kit",
"version": "2023.11.19-0.0",
"version": "2023.11.19-1.0",
"description": "Create a SvelteKit app with extra integrations",
"author": "J / Jacob Babich <jacobbabichpublic+git@gmail.com>",
"keywords": [
Expand All @@ -23,8 +23,8 @@
"create-kit": "cli.js"
},
"dependencies": {
"@svelte-add/app-initializer-tools": "workspace:2023.11.19-0.0",
"@svelte-add/app-initializer-tools": "workspace:2023.11.19-1.0",
"create-svelte": "^5.0.1",
"svelte-add": "workspace:2023.11.19-0.0"
"svelte-add": "workspace:2023.11.19-1.0"
}
}
6 changes: 3 additions & 3 deletions projects/create-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-add/create-vite",
"version": "2023.11.19-0.0",
"version": "2023.11.19-1.0",
"description": "Create a Vite-powered Svelte app with extra integrations",
"author": "J / Jacob Babich <jacobbabichpublic+git@gmail.com>",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"create-vite": "cli.js"
},
"dependencies": {
"@svelte-add/app-initializer-tools": "workspace:2023.11.19-0.0",
"svelte-add": "workspace:2023.11.19-0.0"
"@svelte-add/app-initializer-tools": "workspace:2023.11.19-1.0",
"svelte-add": "workspace:2023.11.19-1.0"
}
}
2 changes: 1 addition & 1 deletion projects/svelte-add/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-add",
"version": "2023.11.19-0.0",
"version": "2023.11.19-1.0",
"description": "Add functionality to Svelte projects",
"author": "J / Jacob Babich <jacobbabichpublic+git@gmail.com>",
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions projects/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svelte-add/test",
"private": true,
"version": "2023.11.19-0.0",
"version": "2023.11.19-1.0",
"description": "The test suite for svelte-add and its related tools",
"author": "J / Jacob Babich <jacobbabichpublic+git@gmail.com>",
"license": "MIT",
Expand All @@ -20,10 +20,10 @@
"test-all-adders": "uvu tests/all-adders"
},
"devDependencies": {
"@svelte-add/app-initializer-tools": "workspace:2023.11.19-0.0",
"@svelte-add/create-kit": "workspace:2023.11.19-0.0",
"@svelte-add/create-vite": "workspace:2023.11.19-0.0",
"svelte-add": "workspace:2023.11.19-0.0",
"@svelte-add/app-initializer-tools": "workspace:2023.11.19-1.0",
"@svelte-add/create-kit": "workspace:2023.11.19-1.0",
"@svelte-add/create-vite": "workspace:2023.11.19-1.0",
"svelte-add": "workspace:2023.11.19-1.0",
"uvu": "^0.5.6"
}
}

0 comments on commit 6684ddc

Please sign in to comment.