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.0
 - @benjeau/react-native-draw@0.8.0
  • Loading branch information
BenJeau committed Mar 23, 2022
1 parent d6998bf commit 40015b8
Show file tree
Hide file tree
Showing 4 changed files with 29 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.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)


### Features

* make publish config public ([08b78aa](https://github.com/BenJeau/react-native-draw/commit/08b78aaa977c8e6211c902f52f24e407f4ee0a18))





# 0.1.0 (2022-02-07)


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.1.0",
"version": "0.2.0",
"description": "Extra components for @benjeau/react-native-draw Canvas component",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
16 changes: 16 additions & 0 deletions packages/react-native-draw/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* link to extras ([6fee493](https://github.com/BenJeau/react-native-draw/commit/6fee493e16d90e8160d7ece2a60dea241889ac05))


### Features

* make publish config public ([08b78aa](https://github.com/BenJeau/react-native-draw/commit/08b78aaa977c8e6211c902f52f24e407f4ee0a18))





# 0.7.0 (2022-02-07)


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.7.0",
"version": "0.8.0",
"description": "Cross-platform React Native drawing component",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 40015b8

Please sign in to comment.