Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @benjeau/react-native-draw-extras@0.2.1
 - @benjeau/react-native-draw@0.8.2
  • Loading branch information
BenJeau committed May 18, 2022
1 parent ebda3ca commit 15f610c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/react-native-draw-extras/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/BenJeau/react-native-draw/compare/@benjeau/react-native-draw-extras@0.2.0...@benjeau/react-native-draw-extras@0.2.1) (2022-05-18)


### Bug Fixes

* potential fix for types in IDE ([ebda3ca](https://github.com/BenJeau/react-native-draw/commit/ebda3cac6b941ecf807444f1c1d6d08fda6c6012))





# [0.2.0](https://github.com/BenJeau/react-native-draw/compare/@benjeau/react-native-draw-extras@0.1.0...@benjeau/react-native-draw-extras@0.2.0) (2022-03-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-draw-extras/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benjeau/react-native-draw-extras",
"version": "0.2.0",
"version": "0.2.1",
"description": "Extra components for @benjeau/react-native-draw Canvas component",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-native-draw/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.2](https://github.com/BenJeau/react-native-draw/compare/@benjeau/react-native-draw@0.8.1...@benjeau/react-native-draw@0.8.2) (2022-05-18)


### Bug Fixes

* potential fix for types in IDE ([ebda3ca](https://github.com/BenJeau/react-native-draw/commit/ebda3cac6b941ecf807444f1c1d6d08fda6c6012))





## [0.8.1](https://github.com/BenJeau/react-native-draw/compare/@benjeau/react-native-draw@0.8.0...@benjeau/react-native-draw@0.8.1) (2022-04-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-draw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benjeau/react-native-draw",
"version": "0.8.1",
"version": "0.8.2",
"description": "Cross-platform React Native drawing component",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 15f610c

Please sign in to comment.