From 89fc868cb213cc77287de3759c7075696e4f350c Mon Sep 17 00:00:00 2001 From: Vince Picone Date: Mon, 27 Jul 2020 18:57:01 -0500 Subject: [PATCH] chore: publish - @vpicone/components-react-native@0.1.5 - @vpicone/example@0.0.6 - @vpicone/icons-react-native@0.1.5 --- packages/components-react-native/CHANGELOG.md | 8 ++++++++ packages/components-react-native/package.json | 4 ++-- packages/example/CHANGELOG.md | 8 ++++++++ packages/example/package.json | 6 +++--- packages/icons-react-native/CHANGELOG.md | 8 ++++++++ packages/icons-react-native/package.json | 2 +- 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/packages/components-react-native/CHANGELOG.md b/packages/components-react-native/CHANGELOG.md index cbea20e..2724402 100644 --- a/packages/components-react-native/CHANGELOG.md +++ b/packages/components-react-native/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/vpicone/carbon-react-native/compare/@vpicone/components-react-native@0.1.4...@vpicone/components-react-native@0.1.5) (2020-07-27) + +**Note:** Version bump only for package @vpicone/components-react-native + + + + + ## [0.1.4](https://github.com/vpicone/carbon-react-native/compare/@vpicone/components-react-native@0.1.3...@vpicone/components-react-native@0.1.4) (2020-07-27) **Note:** Version bump only for package @vpicone/components-react-native diff --git a/packages/components-react-native/package.json b/packages/components-react-native/package.json index 02bc4ce..0ad01cf 100644 --- a/packages/components-react-native/package.json +++ b/packages/components-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@vpicone/components-react-native", - "version": "0.1.4", + "version": "0.1.5", "license": "Apache-2.0", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", @@ -46,7 +46,7 @@ "dependencies": { "@carbon/colors": "^10.11.0", "@carbon/themes": "^10.14.0", - "@vpicone/icons-react-native": "^0.1.4", + "@vpicone/icons-react-native": "^0.1.5", "prop-types": "^15.7.2" }, "gitHead": "0b649a6560ed33f5f1d8cfd9ca8b12107b22b12b" diff --git a/packages/example/CHANGELOG.md b/packages/example/CHANGELOG.md index e1564e7..1ffb35d 100644 --- a/packages/example/CHANGELOG.md +++ b/packages/example/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.6](https://github.com/vpicone/carbon-react-native/compare/@vpicone/example@0.0.5...@vpicone/example@0.0.6) (2020-07-27) + +**Note:** Version bump only for package @vpicone/example + + + + + ## [0.0.5](https://github.com/vpicone/carbon-react-native/compare/@vpicone/example@0.0.4...@vpicone/example@0.0.5) (2020-07-27) **Note:** Version bump only for package @vpicone/example diff --git a/packages/example/package.json b/packages/example/package.json index 7e27a50..f147ab5 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,6 +1,6 @@ { "name": "@vpicone/example", - "version": "0.0.5", + "version": "0.0.6", "private": true, "main": "__generated__/AppEntry.js", "scripts": { @@ -12,8 +12,8 @@ "postinstall": "expo-yarn-workspaces postinstall" }, "dependencies": { - "@vpicone/components-react-native": "^0.1.4", - "@vpicone/icons-react-native": "^0.1.4", + "@vpicone/components-react-native": "^0.1.5", + "@vpicone/icons-react-native": "^0.1.5", "expo": "~38.0.8", "expo-status-bar": "^1.0.2", "react": "*", diff --git a/packages/icons-react-native/CHANGELOG.md b/packages/icons-react-native/CHANGELOG.md index 6d0db6b..68695ea 100644 --- a/packages/icons-react-native/CHANGELOG.md +++ b/packages/icons-react-native/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/vpicone/carbon-react-native/compare/@vpicone/icons-react-native@0.1.4...@vpicone/icons-react-native@0.1.5) (2020-07-27) + +**Note:** Version bump only for package @vpicone/icons-react-native + + + + + ## [0.1.4](https://github.com/vpicone/carbon-react-native/compare/@vpicone/icons-react-native@0.1.3...@vpicone/icons-react-native@0.1.4) (2020-07-27) **Note:** Version bump only for package @vpicone/icons-react-native diff --git a/packages/icons-react-native/package.json b/packages/icons-react-native/package.json index aafb268..3267419 100644 --- a/packages/icons-react-native/package.json +++ b/packages/icons-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@vpicone/icons-react-native", - "version": "0.1.4", + "version": "0.1.5", "license": "Apache-2.0", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",