Skip to content

Commit

Permalink
🚀 meta: version: 2023.12.16-0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Dec 16, 2023
1 parent bc96fa1 commit 1896607
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 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.12.15-0.0",
"version": "2023.12.16-0.0",
"description": "Add functionality to Svelte projects",
"author": "J / Jacob Babich <jacobbabichpublic+git@gmail.com>",
"keywords": [
Expand Down
20 changes: 10 additions & 10 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.12.15-0.0",
"version": "2023.12.16-0.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.12.15-0.0"
"svelte-add": "workspace:2023.12.16-0.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.12.15-0.0",
"version": "2023.12.16-0.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.12.15-0.0",
"@svelte-add/app-initializer-tools": "workspace:2023.12.16-0.0",
"create-svelte": "^6.0.0",
"svelte-add": "workspace:2023.12.15-0.0"
"svelte-add": "workspace:2023.12.16-0.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.12.15-0.0",
"version": "2023.12.16-0.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.12.15-0.0",
"svelte-add": "workspace:2023.12.15-0.0"
"@svelte-add/app-initializer-tools": "workspace:2023.12.16-0.0",
"svelte-add": "workspace:2023.12.16-0.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.12.15-0.0",
"version": "2023.12.16-0.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.12.15-0.0",
"version": "2023.12.16-0.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.12.15-0.0",
"@svelte-add/create-kit": "workspace:2023.12.15-0.0",
"@svelte-add/create-vite": "workspace:2023.12.15-0.0",
"svelte-add": "workspace:2023.12.15-0.0",
"@svelte-add/app-initializer-tools": "workspace:2023.12.16-0.0",
"@svelte-add/create-kit": "workspace:2023.12.16-0.0",
"@svelte-add/create-vite": "workspace:2023.12.16-0.0",
"svelte-add": "workspace:2023.12.16-0.0",
"uvu": "^0.5.6"
}
}
2 changes: 1 addition & 1 deletion projects/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"svelte": "^4.2.8",
"svelte-add": "workspace:2023.12.15-0.0",
"svelte-add": "workspace:2023.12.16-0.0",
"svelte-check": "^3.6.2",
"svelte-preprocess": "^5.1.2",
"tailwindcss": "^3.3.6",
Expand Down

0 comments on commit 1896607

Please sign in to comment.