Skip to content

Commit

Permalink
πŸ“¦ rebox/native-utils, rebox/web, rebox/ios, rebox/android: release
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Apr 10, 2020
1 parent cf87d4c commit b862041
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/rebox/android/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.0.3

* 🐞 fix compatibility with `lottie-react-native`

* ♻️ update dependencies `@rebox/native-utils`

## v2.0.2

* 🐞 bump React Native to 0.62.1
Expand Down
2 changes: 1 addition & 1 deletion packages/rebox/android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rebox/android",
"version": "2.0.2",
"version": "2.0.3",
"description": "Set of helpers to deal with React Native applications on Android",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/rebox/ios/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.0.3

* 🐞 fix compatibility with `lottie-react-native`

* ♻️ update dependencies `@rebox/native-utils`

## v2.0.2

* 🐞 bump React Native to 0.62.1
Expand Down
2 changes: 1 addition & 1 deletion packages/rebox/ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rebox/ios",
"version": "2.0.2",
"version": "2.0.3",
"description": "Set of helpers to deal with React Native applications on iOS",
"keywords": [
"react",
Expand Down
4 changes: 4 additions & 0 deletions packages/rebox/native-utils/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.0.3

* 🐞 fix missing `.js` and `.jsx` extensions

## v2.0.2

* 🐞 bump React Native to 0.62.1
Expand Down
2 changes: 1 addition & 1 deletion packages/rebox/native-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rebox/native-utils",
"version": "2.0.2",
"version": "2.0.3",
"description": "Set of common helpers to deal with React Native on iOS and Android",
"keywords": [
"react",
Expand Down
4 changes: 4 additions & 0 deletions packages/rebox/web/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.1.3

* 🐞 fix missing `.js` and `.jsx` extensions

## v2.1.2

* 🐞 workaround for Nullish Coalescing and Optional Chaining
Expand Down
2 changes: 1 addition & 1 deletion packages/rebox/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rebox/web",
"version": "2.1.2",
"version": "2.1.3",
"description": "Set of helpers to deal with React applications using our Babel config",
"keywords": [
"react"
Expand Down

0 comments on commit b862041

Please sign in to comment.