Skip to content

Commit

Permalink
Merge pull request #378 from omnifed/377-feature-v073-update-react-ty…
Browse files Browse the repository at this point in the history
…pes-path

377 feature v073 update react types path
  • Loading branch information
caseybaggz committed Aug 14, 2024
2 parents 702616b + 0b121a0 commit e27eb6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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.2'
export const version = '0.7.3'
export const nextTag = 'next'

export const packages = ['panda-preset', 'icons', 'react', 'styled-system']
3 changes: 2 additions & 1 deletion docs/app/preset/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ pnpm add -D @pandacss/preset-panda
Install the Cerberus core packages, with the package manager of your choice:

```bash
pnpm dlx jsr add @cerberus/{panda-preset,styled-system}
pnpm dlx jsr add @cerberus/panda-preset
pnpm add @cerberus/styled-system@npm:@cerberus-design/styled-system
```

## Step 2 - Setup Cerberus
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"publishConfig": {
"access": "public",
"types": "build/legacy/index.d.ts",
"types": "build/legacy/_tsup-dts-rollup.d.ts",
"main": "build/legacy/index.cjs",
"module": "build/legacy/index.js",
"exports": {
".": {
"import": {
"types": "./build/modern/index.d.ts",
"types": "./build/modern/_tsup-dts-rollup.d.ts",
"default": "./build/modern/index.js"
},
"require": {
Expand All @@ -51,7 +51,7 @@
"typesVersions": {
"*": {
".": [
"build/legacy/index.d.ts"
"build/legacy/_tsup-dts-rollup.d.ts"
]
}
}
Expand Down

0 comments on commit e27eb6c

Please sign in to comment.