Skip to content

Commit

Permalink
Merge pull request #366 from omnifed/365-feature-v071-react-peerdeps-…
Browse files Browse the repository at this point in the history
…hotfix

chore: kill workspace version specifier in package.json
  • Loading branch information
caseybaggz committed Aug 13, 2024
2 parents e86fd39 + 935cd4d commit 4526b42
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 39 deletions.
2 changes: 1 addition & 1 deletion configs/src/versions.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '0.7.0'
export const version = '0.7.1'
export const nextTag = 'next'

export const packages = ['panda-preset', 'icons', 'react', 'styled-system']
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"peerDependencies": {
"@cerberus/icons": "npm:@jsr/cerberus__icons",
"@cerberus/panda-preset": "npm:@jsr/cerberus__panda-preset",
"@cerberus/styled-system": "npm:@cerberus-design/styled-system@workspace:*",
"@cerberus/styled-system": "npm:@cerberus-design/styled-system",
"@pandacss/dev": "*",
"react": "*",
"react-dom": "*"
Expand Down
76 changes: 39 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4526b42

Please sign in to comment.