Skip to content

Commit e5dec4d

Browse files
author
github-actions[bot]
committed
ci(release): v1.2.1
1 parent e5c2fc1 commit e5dec4d

File tree

8 files changed

+38
-6
lines changed

8 files changed

+38
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/plutotcool/glsl-bundler/compare/v1.2.0...v1.2.1) (2023-05-31)
7+
8+
**Note:** Version bump only for package glsl-bundler
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/plutotcool/glsl-bundler/compare/v1.1.0...v1.2.0) (2023-02-05)
715

816

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.0",
2+
"version": "1.2.1",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*"

packages/glsl-bundler/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/plutotcool/glsl-bundler/compare/v1.2.0...v1.2.1) (2023-05-31)
7+
8+
**Note:** Version bump only for package @plutotcool/glsl-bundler
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/plutotcool/glsl-bundler/compare/v1.1.0...v1.2.0) (2023-02-05)
715

816

packages/glsl-bundler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"name": "@plutotcool/glsl-bundler",
55
"description": "Functional regex-based bundling tools for glsl",
66
"author": "Julien Dargelos <[email protected]>",

packages/rollup-plugin-glsl/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/plutotcool/glsl-bundler/compare/v1.2.0...v1.2.1) (2023-05-31)
7+
8+
**Note:** Version bump only for package @plutotcool/rollup-plugin-glsl
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/plutotcool/glsl-bundler/compare/v1.1.0...v1.2.0) (2023-02-05)
715

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

packages/rollup-plugin-glsl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"name": "@plutotcool/rollup-plugin-glsl",
55
"description": "Rollup plugin that allows imports of glsl files",
66
"author": "Julien Dargelos <[email protected]>",
@@ -26,7 +26,7 @@
2626
"test": "jest"
2727
},
2828
"dependencies": {
29-
"@plutotcool/glsl-bundler": "^1.2.0",
29+
"@plutotcool/glsl-bundler": "^1.2.1",
3030
"@rollup/pluginutils": "^4.1.2"
3131
},
3232
"devDependencies": {

packages/website/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/plutotcool/glsl-bundler/compare/v1.2.0...v1.2.1) (2023-05-31)
7+
8+
**Note:** Version bump only for package @plutotcool/glsl-bundler-website
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/plutotcool/glsl-bundler/compare/v1.1.0...v1.2.0) (2023-02-05)
715

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

packages/website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"name": "@plutotcool/glsl-bundler-website",
66
"description": "glsl-bundler website",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@codemirror/lang-cpp": "^6.0.1",
19-
"@plutotcool/glsl-bundler": "^1.2.0",
19+
"@plutotcool/glsl-bundler": "^1.2.1",
2020
"@uiw/codemirror-theme-github": "^4.11.4",
2121
"codemirror": "^6.0.1",
2222
"tweakpane": "^3.1.0"

0 commit comments

Comments
 (0)