Skip to content

Commit

Permalink
update changeset format, fix internal deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogin Farrer committed Jul 10, 2023
1 parent 9f8d422 commit 6195350
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 291 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": [
"@changesets/changelog-github",
{ "repo": "wayfair/rainbow-sprinkles" }
],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Update lockfile
run: pnpm install --lockfile-only
2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vanilla-extract/recipes": "^0.3.0",
"astro": "^2.0.11",
"polished": "4.2.2",
"rainbow-sprinkles": "workspace:*"
"rainbow-sprinkles": "*"
},
"devDependencies": {
"@vanilla-extract/css": "1.9.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@vanilla-extract/dynamic": "^2",
"@vanilla-extract/next-plugin": "^2.1.0",
"next": "13.1",
"rainbow-sprinkles": "workspace:*",
"rainbow-sprinkles": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "5.74.0"
Expand Down
Loading

0 comments on commit 6195350

Please sign in to comment.