Skip to content

Commit

Permalink
Merge pull request #72 from pavophilip/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
pavophilip committed Jan 15, 2024
2 parents 39aec35 + 429e289 commit 224ec8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/renderer": "1.1.4",
"packages/stdlib": "1.1.11",
"packages/react-shader-fiber": "1.2.15"
"packages/react-shader-fiber": "1.2.16"
}
7 changes: 7 additions & 0 deletions packages/react-shader-fiber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.16](https://github.com/pavophilip/react-shader-fiber/compare/fiber-v1.2.15...fiber-v1.2.16) (2024-01-15)


### Bug Fixes

* cleanup webgl context in the player ([de523b9](https://github.com/pavophilip/react-shader-fiber/commit/de523b9a6ee819c8812be7d29165129541be5d88))

## [1.2.15](https://github.com/pavophilip/react-shader-fiber/compare/fiber-v1.2.14...fiber-v1.2.15) (2024-01-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-shader-fiber/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-shader/fiber",
"private": false,
"version": "1.2.15",
"version": "1.2.16",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 224ec8d

Please sign in to comment.