Skip to content

Commit

Permalink
chore: release v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandoit committed Apr 25, 2022
1 parent 6de56a2 commit a482773
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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.4",
"version": "2.0.5",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ 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.5](https://github.com/rive-app/rive-ios/compare/2.0.4...2.0.5)

- 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)

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

> 25 April 2022
- Roll cpp forward -- no more BinaryReader [`63514bb`](https://github.com/rive-app/rive-ios/commit/63514bbe2e912b29a966cbfbae2b0d12ae202ccb)
- chore: release v2.0.4 [`8060d38`](https://github.com/rive-app/rive-ios/commit/8060d387b0256630a0773b358cdc1112b2f27522)
- Updating version files [`c095809`](https://github.com/rive-app/rive-ios/commit/c095809393906c02825b4dd7ded01547f5028c16)
- Removed unused interface [`64ff5ed`](https://github.com/rive-app/rive-ios/commit/64ff5ed529ae9767c0d2c73bd49ad83aef01c1a2)

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.4
2.0.5

0 comments on commit a482773

Please sign in to comment.