Skip to content

Commit

Permalink
ci(release): v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 31, 2023
1 parent e5c2fc1 commit e5dec4d
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/plutotcool/glsl-bundler/compare/v1.2.0...v1.2.1) (2023-05-31)

**Note:** Version bump only for package glsl-bundler





# [1.2.0](https://github.com/plutotcool/glsl-bundler/compare/v1.1.0...v1.2.0) (2023-02-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.2.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
8 changes: 8 additions & 0 deletions packages/glsl-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/plutotcool/glsl-bundler/compare/v1.2.0...v1.2.1) (2023-05-31)

**Note:** Version bump only for package @plutotcool/glsl-bundler





# [1.2.0](https://github.com/plutotcool/glsl-bundler/compare/v1.1.0...v1.2.0) (2023-02-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/glsl-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.2.0",
"version": "1.2.1",
"name": "@plutotcool/glsl-bundler",
"description": "Functional regex-based bundling tools for glsl",
"author": "Julien Dargelos <julien@plutot.cool>",
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup-plugin-glsl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/plutotcool/glsl-bundler/compare/v1.2.0...v1.2.1) (2023-05-31)

**Note:** Version bump only for package @plutotcool/rollup-plugin-glsl





# [1.2.0](https://github.com/plutotcool/glsl-bundler/compare/v1.1.0...v1.2.0) (2023-02-05)

**Note:** Version bump only for package @plutotcool/rollup-plugin-glsl
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-glsl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.2.0",
"version": "1.2.1",
"name": "@plutotcool/rollup-plugin-glsl",
"description": "Rollup plugin that allows imports of glsl files",
"author": "Julien Dargelos <julien@plutot.cool>",
Expand All @@ -26,7 +26,7 @@
"test": "jest"
},
"dependencies": {
"@plutotcool/glsl-bundler": "^1.2.0",
"@plutotcool/glsl-bundler": "^1.2.1",
"@rollup/pluginutils": "^4.1.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/plutotcool/glsl-bundler/compare/v1.2.0...v1.2.1) (2023-05-31)

**Note:** Version bump only for package @plutotcool/glsl-bundler-website





# [1.2.0](https://github.com/plutotcool/glsl-bundler/compare/v1.1.0...v1.2.0) (2023-02-05)

**Note:** Version bump only for package @plutotcool/glsl-bundler-website
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"name": "@plutotcool/glsl-bundler-website",
"description": "glsl-bundler website",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.1",
"@plutotcool/glsl-bundler": "^1.2.0",
"@plutotcool/glsl-bundler": "^1.2.1",
"@uiw/codemirror-theme-github": "^4.11.4",
"codemirror": "^6.0.1",
"tweakpane": "^3.1.0"
Expand Down

0 comments on commit e5dec4d

Please sign in to comment.