Skip to content

Commit

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

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


### Features

* bold readme package version ([a24e105](https://github.com/dmi3y/expo-release-please-example/commit/a24e10535334955b58d5bb7a2e4ddfb4c3225056))


### Bug Fixes

* add link to feature release pr ([626c2f1](https://github.com/dmi3y/expo-release-please-example/commit/626c2f1383d651b25742c146c037c3e6f1e9b73a))

## [2.0.0](https://github.com/dmi3y/expo-release-please-example/compare/v1.0.1...v2.0.0) (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 **v2.0.0** (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.1.0** (note inline comment) <!-- x-release-please-version -->

- This is [initial][version-pr-initial] first PR introduced by release-please.
- This is [patch][version-pr-patch] PR with fixes.
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": "2.0.0",
"version": "2.1.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": "2.0.0",
"version": "2.1.0",
"main": "node_modules/expo/AppEntry.js",
"engines": {
"node": "16.19.0"
Expand Down

0 comments on commit 2050dc3

Please sign in to comment.