Skip to content

Commit 5255cd5

Browse files
authored
feat: unocss package publish (#2433)
1 parent 0132b9e commit 5255cd5

5 files changed

Lines changed: 12 additions & 17 deletions

File tree

.changeset/fine-laws-rush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@shopware/unocss-design-tokens-layer": major
3+
---
4+
5+
Package release

packages/unocss-design-tokens-layer/package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,8 @@
1515
"license": "MIT",
1616
"type": "module",
1717
"main": "./nuxt.config.ts",
18-
"files": [
19-
"dist",
20-
"app",
21-
"nuxt.config.ts",
22-
"index.cjs",
23-
"index.d.ts",
24-
"app.config.ts",
25-
"uno.config.ts"
26-
],
18+
"files": ["app", "nuxt.config.ts", "index.d.ts", "uno.config.ts"],
2719
"scripts": {
28-
"build": "nuxt prepare && unbuild",
29-
"dev": "unbuild --stub",
3020
"lint": "biome check .",
3121
"lint:fix": "biome check . --write && pnpm run typecheck",
3222
"typecheck": "pnpm nuxt prepare && tsgo --noEmit"

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/vue-starter-template-extended/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"devDependencies": {
3434
"@biomejs/biome": "1.8.3",
3535
"@shopware/api-gen": "canary",
36-
"@shopware/cms-base-layer": "workspace:*",
37-
"@shopware/unocss-design-tokens-layer": "workspace:*",
36+
"@shopware/cms-base-layer": "canary",
37+
"@shopware/unocss-design-tokens-layer": "canary",
3838
"@unocss/nuxt": "66.6.0",
3939
"@unocss/core": "66.6.0",
4040
"typescript": "5.9.3",

templates/vue-starter-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@shopware/composables": "canary",
3636
"@shopware/helpers": "canary",
3737
"@shopware/nuxt-module": "canary",
38-
"@shopware/unocss-design-tokens-layer": "workspace:*",
38+
"@shopware/unocss-design-tokens-layer": "canary",
3939
"@unocss/nuxt": "66.6.0",
4040
"@unocss/core": "66.6.0",
4141
"@vueuse/core": "14.1.0",

0 commit comments

Comments
 (0)