Skip to content

Commit

Permalink
🔖 Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed Jun 6, 2024
1 parent 7cad3e2 commit ede2061
Show file tree
Hide file tree
Showing 8 changed files with 1,358 additions and 1,352 deletions.
11 changes: 11 additions & 0 deletions .changeset/fifty-paws-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@design-sync/cli': patch
'@design-sync/css-plugin': patch
'@design-sync/json-plugin': patch
'@design-sync/styled-components-plugin': patch
'@design-sync/utils': patch
'@design-sync/vanilla-extract-plugin': patch
'@design-sync/w3c-dtfm': patch
---

Allow custom pathToStyleName to be used
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: 'pnpm'
- run: pnpm install
- name: Create Release Pull Request or Publish to npm
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@design-sync/vanilla-extract-plugin": "workspace:*",
"@types/node": "^20.14.2",
"@vitest/coverage-v8": "^1.6.0",
"prettier": "^3.3.1",
"oxlint": "^0.4.2",
"prettier": "^3.3.1",
"tsx": "^4.11.2",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"oxlint": "^0.4.2",
"prettier": "^2.5.1",
"prettier": "^3.3.1",
"typescript": "^5.4.5",
"vite": "^5.2.12"
}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,19 @@
"prepare": "husky",
"changeset": "changeset",
"ci:version": "changeset version",
"ci:publish": "changeset publish"
"ci:publish": "changeset publish",
"lint:ws": "pnpm dlx sherif@latest",
"postinstall": "pnpm lint:ws"
},
"license": "MIT",
"dependencies": {
"devDependencies": {
"husky": "^9.0.11",
"prettier": "^3.3.1",
"turbo": "^2.0.1",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"@changesets/cli": "^2.27.1",
"@design-sync/cli": "workspace:*",
"tsx": "^4.11.2"
},
"resolutions": {
"esbuild": "^0.21.4"
Expand All @@ -34,11 +39,6 @@
"engines": {
"node": ">=22.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@design-sync/cli": "workspace:*",
"tsx": "^4.11.2"
},
"pnpm": {
"overrides": {
"@design-sync/cli": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"giget": "^1.2.3"
},
"peerDependencies": {
"prettier": "^3.3.1"
"prettier": "^3.1.1"
},
"devDependencies": {
"@design-sync/tsconfig": "workspace:*",
Expand Down
Loading

0 comments on commit ede2061

Please sign in to comment.