Skip to content

Commit

Permalink
Merge pull request #42 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 11291eb + 51c7149 commit e293211
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.2",
"packages/stdlib": "1.1.3",
"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.3](https://github.com/pavophilip/react-shader-fiber/compare/stdlib-v1.1.2...stdlib-v1.1.3) (2023-12-24)


### Bug Fixes

* add swizzle and tests ([6c34351](https://github.com/pavophilip/react-shader-fiber/commit/6c34351deaabfb04a08ffaca529c87f0de919b61))

## [1.1.2](https://github.com/pavophilip/react-shader-fiber/compare/stdlib-v1.1.1...stdlib-v1.1.2) (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.2",
"version": "1.1.3",
"type": "module",
"main": "./dist/rsf-stdlib.js",
"files": [
Expand Down

0 comments on commit e293211

Please sign in to comment.