Skip to content

Commit f712da1

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.4.4...v2.0.0) (2020-01-31) ### Bug Fixes * Removed the unused `build_threads` parameter in the `linux_android` executor ([97720b9](97720b9)), closes [react-native-community#19](https://github.com/roni-castro/react-native-circleci-orb/issues/19) * Use node 10 ([f10a8e5](f10a8e5)) ### Features * Add `on_after_initialize` parameter to the jobs ([react-native-community#26](https://github.com/roni-castro/react-native-circleci-orb/issues/26) by [@compojoom](https://github.com/compojoom)) ([0ff6621](0ff6621)) * Add a `bundle` command ([#8](#8) by [@sunilchalla](https://github.com/sunilchalla)) ([464d661](464d661)) * Added the `--frozen-lockfile` flag to the `yarn_install` command ([e4676c4](e4676c4)), closes [react-native-community#28](https://github.com/roni-castro/react-native-circleci-orb/issues/28) * Update node to version 12 ([d9d6167](d9d6167)) * Update node version to the latest and add parameters ([073689c](073689c)) * **ios:** Added an `ios_build` job ([react-native-community#30](https://github.com/roni-castro/react-native-circleci-orb/issues/30) by [@roni-castro](https://github.com/roni-castro)) ([b607782](b607782)) ### BREAKING CHANGES * The `yarn_install` command will now fail if there need to be changes made to your `yarn.lock` file. See [the Yarn documentation](https://yarnpkg.com/en/docs/cli/install#toc-yarn-install-frozen-lockfile) for details on this flag.
1 parent f10a8e5 commit f712da1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [2.0.0](https://github.com/roni-castro/react-native-circleci-orb/compare/v1.4.4...v2.0.0) (2020-01-31)
2+
3+
4+
### Bug Fixes
5+
6+
* Removed the unused `build_threads` parameter in the `linux_android` executor ([97720b9](https://github.com/roni-castro/react-native-circleci-orb/commit/97720b9)), closes [#19](https://github.com/roni-castro/react-native-circleci-orb/issues/19)
7+
* Use node 10 ([f10a8e5](https://github.com/roni-castro/react-native-circleci-orb/commit/f10a8e5))
8+
9+
10+
### Features
11+
12+
* Add `on_after_initialize` parameter to the jobs ([#26](https://github.com/roni-castro/react-native-circleci-orb/issues/26) by [@compojoom](https://github.com/compojoom)) ([0ff6621](https://github.com/roni-castro/react-native-circleci-orb/commit/0ff6621))
13+
* Add a `bundle` command ([#8](https://github.com/roni-castro/react-native-circleci-orb/issues/8) by [@sunilchalla](https://github.com/sunilchalla)) ([464d661](https://github.com/roni-castro/react-native-circleci-orb/commit/464d661))
14+
* Added the `--frozen-lockfile` flag to the `yarn_install` command ([e4676c4](https://github.com/roni-castro/react-native-circleci-orb/commit/e4676c4)), closes [#28](https://github.com/roni-castro/react-native-circleci-orb/issues/28)
15+
* Update node to version 12 ([d9d6167](https://github.com/roni-castro/react-native-circleci-orb/commit/d9d6167))
16+
* Update node version to the latest and add parameters ([073689c](https://github.com/roni-castro/react-native-circleci-orb/commit/073689c))
17+
* **ios:** Added an `ios_build` job ([#30](https://github.com/roni-castro/react-native-circleci-orb/issues/30) by [@roni-castro](https://github.com/roni-castro)) ([b607782](https://github.com/roni-castro/react-native-circleci-orb/commit/b607782))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* The `yarn_install` command will now fail if there need to be changes made to your `yarn.lock` file. See [the Yarn documentation](https://yarnpkg.com/en/docs/cli/install#toc-yarn-install-frozen-lockfile) for details on this flag.
23+
124
## [1.4.4](https://github.com/roni-castro/react-native-circleci-orb/compare/v1.4.3...v1.4.4) (2020-01-03)
225

326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roni-castro/react-native-circleci-orb",
3-
"version": "1.4.4",
3+
"version": "2.0.0",
44
"private": true,
55
"description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.",
66
"scripts": {

0 commit comments

Comments
 (0)