Skip to content

Commit 2f4e830

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.7.0...v2.0.0) (2022-04-24) ### Bug Fixes * Fixed deprecation warnings ([5985442](5985442)) ### Build System * Expo 44 ([5b6080e](5b6080e)) ### BREAKING CHANGES * Updated project setup to Expo 44
1 parent 5b6080e commit 2f4e830

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0](https://github.com/BlueBaseJS/plugin-react-navigation/compare/v1.7.0...v2.0.0) (2022-04-24)
2+
3+
### Bug Fixes
4+
5+
* Fixed deprecation warnings ([5985442](https://github.com/BlueBaseJS/plugin-react-navigation/commit/5985442e10bdbb0cf6305c956f565b730fdb2a84))
6+
7+
### Build System
8+
9+
* Expo 44 ([5b6080e](https://github.com/BlueBaseJS/plugin-react-navigation/commit/5b6080ea775b5f112c8d93723a5897a0d8d55802))
10+
11+
### BREAKING CHANGES
12+
13+
* Updated project setup to Expo 44
14+
115
# [1.7.0](https://github.com/BlueBaseJS/plugin-react-navigation/compare/v1.6.0...v1.7.0) (2020-10-29)
216

317
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bluebase/plugin-react-navigation",
33
"description": "Use React Navigation in BlueBase apps!",
44
"author": "BlueEast Team <code@blueeast.com>",
5-
"version": "1.7.0",
5+
"version": "2.0.0",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
88
"module": "dist/index.js",

src/version.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
// THIS IS AN AUTO GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2-
export const VERSION = '1.7.0';
3-
export const VERSION_NUMBER = 107000000;
2+
export const VERSION = '2.0.0';
3+
export const VERSION_NUMBER = 200000000;
4+

0 commit comments

Comments
 (0)