Skip to content

Commit

Permalink
chore: release v0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtalbot committed Jul 6, 2021
1 parent a155183 commit d8f37ec
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/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/scripts/release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release",
"version": "0.15.2",
"version": "0.15.3",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
99 changes: 94 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,96 @@
## [0.6.4] - 2021-02-01
- Updated rive-cpp to latest; brings in star and polygon support.
- Updated XCode project for 12.4.
### Changelog

## [0.6.3] - 2020-11-18
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

- Updated rive-cpp dependency which adds triangles, parametric shape size animation, and custom origin animation.
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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

- chore: bumping version again, this time npm failed us [`#98`](https://github.com/rive-app/rive-ios/pull/98)

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

> 6 July 2021
- chore: bumping version to avoid clash with already released version [`#97`](https://github.com/rive-app/rive-ios/pull/97)
- chore: also need to config git user for pushing [`#95`](https://github.com/rive-app/rive-ios/pull/95)

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

> 6 July 2021
- Release it testing [`#94`](https://github.com/rive-app/rive-ios/pull/94)
- chroe: add github token to build script [`#93`](https://github.com/rive-app/rive-ios/pull/93)
- Release it testing [`#91`](https://github.com/rive-app/rive-ios/pull/91)
- bump cpp version, fixing blendstate memory leak [`#90`](https://github.com/rive-app/rive-ios/pull/90)
- Investigate bitcode flag [`#89`](https://github.com/rive-app/rive-ios/pull/89)
- Add template issue [`#88`](https://github.com/rive-app/rive-ios/pull/88)
- bumped to v7 [`#87`](https://github.com/rive-app/rive-ios/pull/87)
- Using GitHub action [`#86`](https://github.com/rive-app/rive-ios/pull/86)
- 84 [`#85`](https://github.com/rive-app/rive-ios/pull/85)
- update ios workflows to runt tests on push / pr to master [`#83`](https://github.com/rive-app/rive-ios/pull/83)
- Add NSError errors in place of NSException [`#81`](https://github.com/rive-app/rive-ios/pull/81)
- adding release-it [`6d9baf1`](https://github.com/rive-app/rive-ios/commit/6d9baf13ce41194b77140aa4dc11a886d9d5f855)
- adding / supressing error handling in example app [`51f911f`](https://github.com/rive-app/rive-ios/commit/51f911f9008008024c98267945b5f149211a0747)
- chore: changing workflow to test github_token [`ce0758d`](https://github.com/rive-app/rive-ios/commit/ce0758d913055d9ff6f3b4fcf39613451d7e9381)

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

> 14 June 2021
- moving pod gitrepo to rive-ios-pod [`#80`](https://github.com/rive-app/rive-ios/pull/80)
- adding blend mode notes [`#79`](https://github.com/rive-app/rive-ios/pull/79)
- added blend mode examples [`#78`](https://github.com/rive-app/rive-ios/pull/78)
- updated cpp revision to include androids exit time fix [`#77`](https://github.com/rive-app/rive-ios/pull/77)
- Reset [`#75`](https://github.com/rive-app/rive-ios/pull/75)
- On state change updates [`#71`](https://github.com/rive-app/rive-ios/pull/71)
- updating podspec for ios [`#69`](https://github.com/rive-app/rive-ios/pull/69)
- View de initialize [`#63`](https://github.com/rive-app/rive-ios/pull/63)
- Adds clean up and deallocation [`#61`](https://github.com/rive-app/rive-ios/pull/61)
- New constructors for RiveFile [`#60`](https://github.com/rive-app/rive-ios/pull/60)
- Publish pods pipeline [`#59`](https://github.com/rive-app/rive-ios/pull/59)
- added pod publishing to the CocoaPods [`#57`](https://github.com/rive-app/rive-ios/pull/57)
- Update readme [`#56`](https://github.com/rive-app/rive-ios/pull/56)
- Update readme [`#55`](https://github.com/rive-app/rive-ios/pull/55)
- fixed up examples for isStateMachine delegate flag & added play suppo… [`#54`](https://github.com/rive-app/rive-ios/pull/54)
- Update rive cpp [`#53`](https://github.com/rive-app/rive-ios/pull/53)
- add isStateMachine to play/pause/stop delegates [`#51`](https://github.com/rive-app/rive-ios/pull/51)
- fixed up repo on podspec [`#46`](https://github.com/rive-app/rive-ios/pull/46)
- Maybe framework [`#45`](https://github.com/rive-app/rive-ios/pull/45)
- Modularize [`#42`](https://github.com/rive-app/rive-ios/pull/42)
- Ios player part2 [`#41`](https://github.com/rive-app/rive-ios/pull/41)
- added state change events [`#38`](https://github.com/rive-app/rive-ios/pull/38)
- adding delgate tests [`#36`](https://github.com/rive-app/rive-ios/pull/36)
- added state machine instance tests [`#35`](https://github.com/rive-app/rive-ios/pull/35)
- added state machine configuration tests [`#34`](https://github.com/rive-app/rive-ios/pull/34)
- adding tests for loading state machines [`#32`](https://github.com/rive-app/rive-ios/pull/32)
- added load artboard tests [`#31`](https://github.com/rive-app/rive-ios/pull/31)
- added load animations tests [`#30`](https://github.com/rive-app/rive-ios/pull/30)
- Rive animation configuration [`#29`](https://github.com/rive-app/rive-ios/pull/29)
- Hacked in play/pause to SwiftUI [`#28`](https://github.com/rive-app/rive-ios/pull/28)
- Adds state machine interface to cpp [`#18`](https://github.com/rive-app/rive-ios/pull/18)
- Updates 4 30 [`#17`](https://github.com/rive-app/rive-ios/pull/17)
- Moves RiveView/Controller from ObjC to Swift [`#16`](https://github.com/rive-app/rive-ios/pull/16)
- First cut at refactoring for high level api support [`#15`](https://github.com/rive-app/rive-ios/pull/15)
- moved everything around to allow for smaller files [`b9b17a5`](https://github.com/rive-app/rive-ios/commit/b9b17a531a9dbe76004322af6e9d700f8c5fba83)
- adding loop mode and direction and example for them. [`acbd650`](https://github.com/rive-app/rive-ios/commit/acbd650651ec550709361d5954c0cf832c65a757)
- updated examples for simple & layout [`7932172`](https://github.com/rive-app/rive-ios/commit/7932172a82de5448c9030979679238066be1a24e)

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

> 10 February 2021
#### [0.3.0](https://github.com/rive-app/rive-ios/compare/0.2.0...0.3.0)

> 3 July 2021
- Investigate bitcode flag [`#89`](https://github.com/rive-app/rive-ios/pull/89)
- Add template issue [`#88`](https://github.com/rive-app/rive-ios/pull/88)
- bumped to v7 [`#87`](https://github.com/rive-app/rive-ios/pull/87)
- Using GitHub action [`#86`](https://github.com/rive-app/rive-ios/pull/86)
- 84 [`#85`](https://github.com/rive-app/rive-ios/pull/85)
- update ios workflows to runt tests on push / pr to master [`#83`](https://github.com/rive-app/rive-ios/pull/83)
- Add NSError errors in place of NSException [`#81`](https://github.com/rive-app/rive-ios/pull/81)
- adding / supressing error handling in example app [`51f911f`](https://github.com/rive-app/rive-ios/commit/51f911f9008008024c98267945b5f149211a0747)
- add rive-cpp checks to ios [`4047122`](https://github.com/rive-app/rive-ios/commit/4047122f2c10ccc09d2800545cd3f9551b4a88ab)
- removed direct script and seeing about using a github action [`19fe66d`](https://github.com/rive-app/rive-ios/commit/19fe66d8c8b176a1a772a2a97d6b11d915042216)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.2
0.15.3

0 comments on commit d8f37ec

Please sign in to comment.