Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #75 from gluestack/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
madhav23bansal authored Mar 16, 2023
2 parents 3e21702 + 79f4e83 commit 6c50d00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@dank-style/react": "0.3.3",
"@dank-style/react": "0.3.5",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-controls": "^6.5.14",
"@storybook/addon-docs": "^6.5.15",
Expand Down
8 changes: 1 addition & 7 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# @dank-style/react

## 0.3.3
## 0.3.5

### Patch Changes

- Added support for as prop in passing props

## 0.3.2

### Patch Changes

- As forwarder fixed for icon svgs.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dank-style/react",
"version": "0.3.3",
"version": "0.3.5",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand Down

0 comments on commit 6c50d00

Please sign in to comment.