Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @benjeau/react-native-draw-extras@0.1.0
 - @benjeau/react-native-draw@0.7.0
  • Loading branch information
BenJeau committed Feb 7, 2022
1 parent 9a88db9 commit 35dacae
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/react-native-draw-extras/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2022-02-07)


### Features

* big refactor to eliminate the need of unused parts ([#44](https://github.com/BenJeau/react-native-draw/issues/44)) ([9a88db9](https://github.com/BenJeau/react-native-draw/commit/9a88db958fbc2b6a64cbe7e4f58bac6f600912ad))
4 changes: 2 additions & 2 deletions 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.0.1",
"version": "0.1.0",
"description": "Extra components for @benjeau/react-native-draw Canvas component",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -38,9 +38,9 @@
"svg"
],
"devDependencies": {
"@react-native-community/slider": "^4.2.0",
"@types/react": "^17.0.1",
"@types/react-native": "0.64.3",
"@react-native-community/slider": "^4.2.0",
"react": "17.0.1",
"react-native": "0.64.3",
"react-native-builder-bob": "^0.18.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-native-draw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.7.0 (2022-02-07)


### Features

* big refactor to eliminate the need of unused parts ([#44](https://github.com/BenJeau/react-native-draw/issues/44)) ([9a88db9](https://github.com/BenJeau/react-native-draw/commit/9a88db958fbc2b6a64cbe7e4f58bac6f600912ad))
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.6.0",
"version": "0.7.0",
"description": "Cross-platform React Native drawing component",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 35dacae

Please sign in to comment.