Skip to content

Commit 261923c

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.5.0...v2.0.0) (2020-01-04) ### Features * Added the `--frozen-lockfile` flag to the `yarn_install` command ([e4676c4](e4676c4)), closes [#28](#28) ### 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 e4676c4 commit 261923c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v1.5.0...v2.0.0) (2020-01-04)
2+
3+
4+
### Features
5+
6+
* Added the `--frozen-lockfile` flag to the `yarn_install` command ([e4676c4](https://github.com/react-native-community/react-native-circleci-orb/commit/e4676c4)), closes [#28](https://github.com/react-native-community/react-native-circleci-orb/issues/28)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* 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.
12+
113
# [1.5.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v1.4.0...v1.5.0) (2020-01-04)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/circleci-orb",
3-
"version": "1.5.0",
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)