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 #155 from gluestack/release/@dank-style/[email protected]
Browse files Browse the repository at this point in the history
chore: v.0.4.1 @dank-style/react
  • Loading branch information
ankit-tailor authored Apr 25, 2023
2 parents 798a9e8 + 720942f commit 26ab0f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@babel/core": "^7.19.3",
"@dank-style/animation-plugin": "^0.1.0",
"@dank-style/react": "^0.4.0",
"@dank-style/react": "^0.4.1",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-controls": "^6.5.14",
"@storybook/addon-docs": "^6.5.15",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dank-style/react

## 0.4.1

### Patch Changes

- Fixed inline props specificity

## 0.4.0

### Minor Changes
Expand Down
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.4.0",
"version": "0.4.1",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand Down

0 comments on commit 26ab0f7

Please sign in to comment.