Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed Mar 21, 2023
1 parent 98dc1f3 commit 5eaada7
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/tall-pianos-wait.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/svelte-vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"marked": "^4.2.12",
"svelte": "^3.55.0",
"svelte-check": "^3.0.1",
"svelte-scoped-uno": "^0.0.1",
"svelte-scoped-uno": "^0.0.2",
"tslib": "^2.4.1",
"typescript": "^5.0.2",
"vite": "^4.2.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit-preprocess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"publint": "^0.1.9",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"svelte-preprocess-unocss": "^0.0.1",
"svelte-preprocess-unocss": "^0.0.2",
"tslib": "^2.4.1",
"typescript": "^5.0.2",
"vite": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit-vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"marked": "^4.2.12",
"svelte": "^3.55.0",
"svelte-check": "^3.0.1",
"svelte-scoped-uno": "^0.0.1",
"svelte-scoped-uno": "^0.0.2",
"tslib": "^2.4.1",
"typescript": "^5.0.2",
"vite": "^4.2.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/svelte-preprocess-unocss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# svelte-preprocess-unocss

## 0.0.2

### Patch Changes

- ece27e5: change from default to named exports to easily allow for usage of Vite plugin from within svelte-preprocess-unocss if wanting to conveniently use the global reset, preflights, and safelist for a library demo app
- Updated dependencies [ece27e5]
- svelte-scoped-uno@0.0.2
4 changes: 2 additions & 2 deletions packages/svelte-preprocess-unocss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-preprocess-unocss",
"version": "0.0.1",
"version": "0.0.2",
"description": "Run UnoCSS in svelte-scoped mode via a svelte-preprocessor for use in component libraries",
"keywords": [
"sveltekit",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@unocss/config": "^0.50.6",
"@unocss/transformer-directives": "^0.50.6",
"magic-string": "^0.26.6",
"svelte-scoped-uno": "^0.0.1"
"svelte-scoped-uno": "^0.0.2"
},
"devDependencies": {
"@vitest/ui": "^0.29.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte-scoped-uno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# svelte-scoped-uno

## 0.0.2

### Patch Changes

- ece27e5: change from default to named exports to easily allow for usage of Vite plugin from within svelte-preprocess-unocss if wanting to conveniently use the global reset, preflights, and safelist for a library demo app
2 changes: 1 addition & 1 deletion packages/svelte-scoped-uno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-scoped-uno",
"version": "0.0.1",
"version": "0.0.2",
"description": "Use UnoCSS utility styles in a modular fashion in Svelte, with styles being stored only where needed.",
"keywords": [
"sveltekit",
Expand Down

0 comments on commit 5eaada7

Please sign in to comment.