Skip to content

Commit

Permalink
chore: release v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerreed committed Apr 27, 2022
1 parent 2b3a5f2 commit f7b8da9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release",
"version": "2.0.5",
"version": "2.0.6",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [2.0.6](https://github.com/rive-app/rive-ios/compare/2.0.5...2.0.6)

- Updating version files [`2b3a5f2`](https://github.com/rive-app/rive-ios/commit/2b3a5f2dc36e5dd470ba6729af797d3a49c4ca81)
- Roll cpp forward, use Factory [`ba9c342`](https://github.com/rive-app/rive-ios/commit/ba9c342eb5e7465ce4a6f346cba366daf27a3e1e)

#### [2.0.5](https://github.com/rive-app/rive-ios/compare/2.0.4...2.0.5)

> 25 April 2022
- Changed the main example selection screen to use a UITableView (to more easily add or remove examples) wrapped in a UISplitViewController so it will layout well on iPads also [`9d703e9`](https://github.com/rive-app/rive-ios/commit/9d703e986779178f09d877720623d9762446ac4c)
- Moved away from hard coded segues on buttons to use UITableViewController. Makes it easier to maintain the list of examples [`87ab083`](https://github.com/rive-app/rive-ios/commit/87ab083981febf830ed95ea98fb0885f36215367)
- Removed old examples view controller [`e95e65c`](https://github.com/rive-app/rive-ios/commit/e95e65cfba8dbf83af6f106643583ffab43658b8)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.5
2.0.6

0 comments on commit f7b8da9

Please sign in to comment.