Skip to content

Commit ecb9af1

Browse files
committed
update versions
1 parent 8fdc77f commit ecb9af1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thecodingmachine/react-native-boilerplate",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "TheCodingMachine React Native Boilerplate",
55
"repository": {
66
"type": "git",

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boilerplate",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -16,7 +16,7 @@
1616
"@react-navigation/native": "^5.9.3",
1717
"@react-navigation/stack": "^5.14.3",
1818
"@reduxjs/toolkit": "^1.5.0",
19-
"@thecodingmachine/redux-toolkit-wrapper": "2.0.0-alpha-5",
19+
"@thecodingmachine/redux-toolkit-wrapper": "2.0.0.beta.1",
2020
"axios": "^0.21.1",
2121
"i18next": "^19.9.2",
2222
"react": "17.0.1",

0 commit comments

Comments
 (0)