Skip to content

Commit

Permalink
📦 rn-fonts, rebox/native-utils, rebox/android, rebox/ios: release
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Apr 28, 2020
1 parent bd55074 commit 96983a3
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/rebox/android/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v2.0.5

* 🐞 upgrade Haul deps to v0.19

* 🐞 upgrade `move-file` to v4

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

## v2.0.4

* 🐞 upgrade React Native to 0.62.2
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.4",
"version": "2.0.5",
"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.5

* 🐞 upgrade Haul deps to v0.19

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

## v2.0.4

* 🐞 upgrade React Native to 0.62.2
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.4",
"version": "2.0.5",
"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.5

* 🐞 upgrade Haul deps to v0.19

## v2.0.4

* 🐞 upgrade React Native to 0.62.2
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.4",
"version": "2.0.5",
"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/rn-fonts/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.1

* 🐞 upgrade `xcode` to v3

## v1.0.0

* 💥 drop Node.js v8 support and require >=10.13.0 (first v10 LTS)
Expand Down
2 changes: 1 addition & 1 deletion packages/rn-fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-fonts",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"keywords": [],
"main": "src/index.ts",
Expand Down

0 comments on commit 96983a3

Please sign in to comment.