Skip to content

Commit 7bde40e

Browse files
chore(release): version packages
1 parent 388663d commit 7bde40e

15 files changed

Lines changed: 70 additions & 18 deletions

File tree

.changeset/early-rice-fly.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-dancers-fry.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
_History prior to 3.7.0 is available in the per-package CHANGELOG files._
4+
5+
## 3.7.0
6+
7+
### Minor Changes
8+
9+
- [#313](https://github.com/callstack/react-native-brownfield/pull/313) [`c153378`](https://github.com/callstack/react-native-brownfield/commit/c1533783c0a93372b3c12f08c1428766c0405226) Thanks [@alpharius-ck](https://github.com/alpharius-ck)! - Jest unit tests
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`c153378`](https://github.com/callstack/react-native-brownfield/commit/c1533783c0a93372b3c12f08c1428766c0405226)]:
14+
- @callstack/brownfield-cli@3.7.0
15+
16+
- [#315](https://github.com/callstack/react-native-brownfield/pull/315) [`874332b`](https://github.com/callstack/react-native-brownfield/commit/874332b8a4cc58e945adad64cbaebfbe4d6cae88) Thanks [@marcinszalski-callstack](https://github.com/marcinszalski-callstack)! - fix: make sure native libs are loaded for RN >= 0.80
17+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @callstack/brownfield-example-shared-tests
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#313](https://github.com/callstack/react-native-brownfield/pull/313) [`c153378`](https://github.com/callstack/react-native-brownfield/commit/c1533783c0a93372b3c12f08c1428766c0405226) Thanks [@alpharius-ck](https://github.com/alpharius-ck)! - Jest unit tests

apps/brownfield-example-shared-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/brownfield-example-shared-tests",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"test": "node -e \"process.exit(0)\""

packages/brownfield-navigation/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @callstack/brownfield-navigation
22

3+
## 3.7.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c153378`](https://github.com/callstack/react-native-brownfield/commit/c1533783c0a93372b3c12f08c1428766c0405226)]:
8+
- @callstack/brownfield-cli@3.7.0
9+
310
## 3.6.1
411

512
### Patch Changes

packages/brownfield-navigation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/brownfield-navigation",
3-
"version": "3.6.1",
3+
"version": "3.7.0",
44
"license": "MIT",
55
"author": "Hur Ali",
66
"description": "Brownfield navigation helpers for React Native",

packages/brownfield/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# brownfield
22

3+
## 3.7.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c153378`](https://github.com/callstack/react-native-brownfield/commit/c1533783c0a93372b3c12f08c1428766c0405226)]:
8+
- @callstack/brownfield-cli@3.7.0
9+
310
## 3.6.1
411

512
### Patch Changes

packages/brownfield/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brownfield",
3-
"version": "3.6.1",
3+
"version": "3.7.0",
44
"license": "MIT",
55
"author": "Artur Morys-Magiera <artus9033@gmail.com>",
66
"bin": "dist/index.js",

packages/brownie/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @callstack/brownie
22

3+
## 3.7.0
4+
5+
### Minor Changes
6+
7+
- [#313](https://github.com/callstack/react-native-brownfield/pull/313) [`c153378`](https://github.com/callstack/react-native-brownfield/commit/c1533783c0a93372b3c12f08c1428766c0405226) Thanks [@alpharius-ck](https://github.com/alpharius-ck)! - Jest unit tests
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`c153378`](https://github.com/callstack/react-native-brownfield/commit/c1533783c0a93372b3c12f08c1428766c0405226)]:
12+
- @callstack/brownfield-cli@3.7.0
13+
314
## 3.6.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)