Skip to content

Commit

Permalink
chore(release): cut the v1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Aug 11, 2022
1 parent d5c8512 commit 46e29cb
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mgcrea/react-native-propel-kit",
"repository": "github:mgcrea/react-native-propel-kit",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/action-sheet-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mgcrea/react-native-action-sheet-provider",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"test": "CI=true jest --runInBand --colors"
},
"dependencies": {
"@mgcrea/react-native-modal-dialog": "1.0.5"
"@mgcrea/react-native-modal-dialog": "1.0.6"
},
"peerDependencies": {
"@babel/runtime": ">=7",
Expand Down
4 changes: 2 additions & 2 deletions packages/backdrop-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mgcrea/react-native-backdrop-provider",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/runtime": "^7.17.2",
"@mgcrea/react-native-button": "1.0.5",
"@mgcrea/react-native-button": "1.0.6",
"@storybook/react-native": "^6.0.1-alpha.6",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mgcrea/react-native-button",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mgcrea/react-native-date-picker",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,8 +12,8 @@
"test": "CI=true jest --runInBand --colors"
},
"dependencies": {
"@mgcrea/react-native-button": "1.0.5",
"@mgcrea/react-native-modal-dialog": "1.0.5"
"@mgcrea/react-native-button": "1.0.6",
"@mgcrea/react-native-modal-dialog": "1.0.6"
},
"peerDependencies": {
"@babel/runtime": ">=7",
Expand Down
6 changes: 3 additions & 3 deletions packages/modal-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mgcrea/react-native-modal-dialog",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,8 +12,8 @@
"test": "CI=true jest --runInBand --colors"
},
"dependencies": {
"@mgcrea/react-native-backdrop-provider": "1.0.5",
"@mgcrea/react-native-button": "1.0.5"
"@mgcrea/react-native-backdrop-provider": "1.0.6",
"@mgcrea/react-native-button": "1.0.6"
},
"peerDependencies": {
"@babel/runtime": ">=7",
Expand Down
14 changes: 7 additions & 7 deletions packages/propel-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-propel-kit",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,12 +12,12 @@
"test": "CI=true jest --runInBand --colors"
},
"dependencies": {
"@mgcrea/react-native-action-sheet-provider": "1.0.5",
"@mgcrea/react-native-backdrop-provider": "1.0.5",
"@mgcrea/react-native-button": "1.0.5",
"@mgcrea/react-native-date-picker": "1.0.5",
"@mgcrea/react-native-modal-dialog": "1.0.5",
"@mgcrea/react-native-select": "1.0.5"
"@mgcrea/react-native-action-sheet-provider": "1.0.6",
"@mgcrea/react-native-backdrop-provider": "1.0.6",
"@mgcrea/react-native-button": "1.0.6",
"@mgcrea/react-native-date-picker": "1.0.6",
"@mgcrea/react-native-modal-dialog": "1.0.6",
"@mgcrea/react-native-select": "1.0.6"
},
"peerDependencies": {
"@babel/runtime": ">=7",
Expand Down
6 changes: 3 additions & 3 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mgcrea/react-native-select",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,8 +12,8 @@
"test": "CI=true jest --runInBand --colors"
},
"dependencies": {
"@mgcrea/react-native-button": "1.0.5",
"@mgcrea/react-native-modal-dialog": "1.0.5"
"@mgcrea/react-native-button": "1.0.6",
"@mgcrea/react-native-modal-dialog": "1.0.6"
},
"peerDependencies": {
"@babel/runtime": ">=7",
Expand Down

0 comments on commit 46e29cb

Please sign in to comment.