Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pavophilip committed Dec 26, 2023
2 parents f793d61 + 48764ea commit cb98b72
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.1",
"packages/stdlib": "1.1.4",
"packages/stdlib": "1.1.5",
"packages/react-shader-fiber": "1.1.0"
}
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.5](https://github.com/pavophilip/react-shader-fiber/compare/stdlib-v1.1.4...stdlib-v1.1.5) (2023-12-26)


### Bug Fixes

* update package lock ([52dac61](https://github.com/pavophilip/react-shader-fiber/commit/52dac6112dc5eafebd1a14578536b6148e2a8c34))

## [1.1.4](https://github.com/pavophilip/react-shader-fiber/compare/stdlib-v1.1.3...stdlib-v1.1.4) (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/stdlib",
"private": false,
"version": "1.1.4",
"version": "1.1.5",
"type": "module",
"main": "./dist/rsf-stdlib.js",
"files": [
Expand Down

0 comments on commit cb98b72

Please sign in to comment.