Skip to content

Commit

Permalink
chore: tag 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed Dec 11, 2023
1 parent a94902e commit 70a9564
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 14 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.7.6](https://github.com/rive-app/rive-wasm/compare/2.7.5...2.7.6)
## [2.7.7](https://github.com/rive-app/rive-wasm/compare/2.7.6...2.7.7)

### Commits

- Add a "lite_rtti" utility and use it with Render objects [`a94902e`](https://github.com/rive-app/rive-wasm/commit/a94902ef0b45a50fd372cc3aaee13bc3fae323be)
- fix: exaggerate pointer exit listener on mouseout to account for hitareas too close to the artboard border [`b831f39`](https://github.com/rive-app/rive-wasm/commit/b831f394fbc77c556bf3d8e475971c53d27ba759)
- Make tess compile again [`64c935e`](https://github.com/rive-app/rive-wasm/commit/64c935e2bfb9f36c8ee9c4745b9f0da7888c8043)
- Ios out of band [`b3fa7de`](https://github.com/rive-app/rive-wasm/commit/b3fa7de777c84ba15bbbaa9f7637e87e60bbf015)

## [2.7.6](https://github.com/rive-app/rive-wasm/compare/2.7.5...2.7.6) - 2023-11-30

### Commits

- chore: tag 2.7.6 [`7c93bc0`](https://github.com/rive-app/rive-wasm/commit/7c93bc0f05e1b6477bce25a46da3986c67218fa5)
- skip constraints in editor when target is collapsed [`1468503`](https://github.com/rive-app/rive-wasm/commit/1468503d5832c6f06d0bf7806df68b3455eab969)

## [2.7.5](https://github.com/rive-app/rive-wasm/compare/2.7.4...2.7.5) - 2023-11-29
Expand Down
2 changes: 1 addition & 1 deletion js/npm/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/canvas",
"version": "2.7.6",
"version": "2.7.7",
"description": "Rive's canvas based web api.",
"main": "rive.js",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/canvas_advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/canvas-advanced",
"version": "2.7.6",
"version": "2.7.7",
"description": "Rive's lightweight low-level canvas based web api.",
"main": "canvas_advanced.mjs",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/canvas_advanced_lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/canvas-advanced-lite",
"version": "2.7.6",
"version": "2.7.7",
"description": "Rive's lite low-level canvas based web api.",
"main": "canvas_advanced.mjs",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/canvas_advanced_single/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/canvas-advanced-single",
"version": "2.7.6",
"version": "2.7.7",
"description": "Rive's lightweight low-level canvas based web api all in one js file.",
"main": "canvas_advanced_single.mjs",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/canvas_lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/canvas-lite",
"version": "2.7.6",
"version": "2.7.7",
"description": "A lite version of Rive's canvas based web api.",
"main": "rive.js",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/canvas_single/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/canvas-single",
"version": "2.7.6",
"version": "2.7.7",
"description": "Rive's high-level canvas based web api all in one js file.",
"main": "rive.js",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/webgl",
"version": "2.7.6",
"version": "2.7.7",
"description": "Rive's webgl based web api.",
"main": "rive.js",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/webgl_advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/webgl-advanced",
"version": "2.7.6",
"version": "2.7.7",
"description": "Rive's webgl low-level canvas based web api.",
"main": "webgl_advanced.mjs",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/webgl_advanced_single/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/webgl-advanced-single",
"version": "2.7.6",
"version": "2.7.7",
"description": "Rive's webgl low-level canvas based web api all in one js file.",
"main": "webgl_advanced_single.mjs",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/webgl_single/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/webgl-single",
"version": "2.7.6",
"version": "2.7.7",
"description": "Rive's webgl based web api with bundled wasm.",
"main": "rive.js",
"homepage": "https://rive.app",
Expand Down
4 changes: 2 additions & 2 deletions js/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 js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rive-app/canvas",
"private": true,
"version": "2.7.6",
"version": "2.7.7",
"description": "Helper for building rive-api combinations (multiple separate packages).",
"homepage": "https://rive.app",
"repository": {
Expand Down

0 comments on commit 70a9564

Please sign in to comment.