Skip to content

Commit

Permalink
chore: tag 2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed Dec 14, 2023
1 parent 85ff798 commit 97563b3
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 14 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ 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.7](https://github.com/rive-app/rive-wasm/compare/2.7.6...2.7.7)
## [2.7.8](https://github.com/rive-app/rive-wasm/compare/2.7.7...2.7.8)

### Commits

- chore: fix broken docs link [`85ff798`](https://github.com/rive-app/rive-wasm/commit/85ff79809ec019e27574ee9761c4df3953543b81)

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

### Commits

- chore: tag 2.7.7 [`70a9564`](https://github.com/rive-app/rive-wasm/commit/70a956474d8992ce8dc989b367a3ee8183349996)
- 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)
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.7",
"version": "2.7.8",
"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.7",
"version": "2.7.8",
"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.7",
"version": "2.7.8",
"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.7",
"version": "2.7.8",
"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.7",
"version": "2.7.8",
"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.7",
"version": "2.7.8",
"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.7",
"version": "2.7.8",
"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.7",
"version": "2.7.8",
"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.7",
"version": "2.7.8",
"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.7",
"version": "2.7.8",
"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.7",
"version": "2.7.8",
"description": "Helper for building rive-api combinations (multiple separate packages).",
"homepage": "https://rive.app",
"repository": {
Expand Down

0 comments on commit 97563b3

Please sign in to comment.