Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 8, 2023
1 parent 44c2fa0 commit a6cfc03
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/dmi3y/expo-release-please-example/compare/v1.0.1...v2.0.0) (2023-01-08)


### ⚠ BREAKING CHANGES

* add advanced use section in README.md

### Bug Fixes

* add advanced use section in README.md ([44c2fa0](https://github.com/dmi3y/expo-release-please-example/commit/44c2fa06f850d50480ff8f3ed7b62f0103279239))

## [1.0.1](https://github.com/dmi3y/expo-release-please-example/compare/v1.0.0...v1.0.1) (2023-01-08)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yarn dlx expo install react-native-web@~0.18.9 react-dom@18.1.0 @expo/webpack-co

- Setting up [release-please-action][release-please-github-action-repo] for `expo` release type strategy.

- Using arbitrary file update [feature][release-please-doc-arbitrary-file-update] inside this [README.md][readme-code-arbitrary-file-update] to display current version v1.0.1 (note inline comment) <!-- x-release-please-version -->
- Using arbitrary file update [feature][release-please-doc-arbitrary-file-update] inside this [README.md][readme-code-arbitrary-file-update] to display current version v2.0.0 (note inline comment) <!-- x-release-please-version -->

- This is [first][initial-version-pr] PR introduced by release-please.

Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "expo-release-please-example",
"slug": "expo-release-please-example",
"version": "1.0.1",
"version": "2.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-release-please-example",
"version": "1.0.1",
"version": "2.0.0",
"main": "node_modules/expo/AppEntry.js",
"engines": {
"node": "16.19.0"
Expand Down

0 comments on commit a6cfc03

Please sign in to comment.