Skip to content

Commit

Permalink
Merge pull request #40 from pavophilip/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
pavophilip authored Dec 24, 2023
2 parents 4190f1d + 5d0f122 commit 2504cb4
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.0.12",
"packages/stdlib": "1.1.1",
"packages/stdlib": "1.1.2",
"packages/react-shader-fiber": "1.0.10"
}
7 changes: 7 additions & 0 deletions packages/stdlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/pavophilip/react-shader-fiber/compare/stdlib-v1.1.1...stdlib-v1.1.2) (2023-12-24)


### Bug Fixes

* **components:** refs, tests ([4190f1d](https://github.com/pavophilip/react-shader-fiber/commit/4190f1ddb367f72cf4142d6f9ed7c19d3a288f82))

## [1.1.1](https://github.com/pavophilip/react-shader-fiber/compare/stdlib-v1.1.0...stdlib-v1.1.1) (2023-12-24)


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

0 comments on commit 2504cb4

Please sign in to comment.