Skip to content

Commit

Permalink
ci(release): v1.1.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 29, 2022
1 parent e82ae66 commit 241e841
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.1.0-alpha.5 (2022-07-29)

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





# 1.1.0-alpha.4 (2022-07-29)

**Note:** Version bump only for package glsl-bundler
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.1.0-alpha.4",
"version": "1.1.0-alpha.5",
"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.1.0-alpha.5 (2022-07-29)

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





# 1.1.0-alpha.4 (2022-07-29)

**Note:** Version bump only for package @plutotcool/glsl-bundler
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.1.0-alpha.4",
"version": "1.1.0-alpha.5",
"name": "@plutotcool/glsl-bundler",
"description": "Functional regex-based bundling tools for glsl",
"author": "Julien Dargelos <[email protected]>",
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.1.0-alpha.5 (2022-07-29)

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





# 1.1.0-alpha.4 (2022-07-29)

**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.1.0-alpha.4",
"version": "1.1.0-alpha.5",
"name": "@plutotcool/rollup-plugin-glsl",
"description": "Rollup plugin that allows imports of glsl files",
"author": "Julien Dargelos <[email protected]>",
Expand All @@ -26,7 +26,7 @@
"test": "jest"
},
"dependencies": {
"@plutotcool/glsl-bundler": "^1.1.0-alpha.4",
"@plutotcool/glsl-bundler": "^1.1.0-alpha.5",
"@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.1.0-alpha.5 (2022-07-29)

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





# 1.1.0-alpha.4 (2022-07-29)

**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.1.0-alpha.4",
"version": "1.1.0-alpha.5",
"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.1.0-alpha.4",
"@plutotcool/glsl-bundler": "^1.1.0-alpha.5",
"@uiw/codemirror-theme-github": "^4.11.4",
"codemirror": "^6.0.1",
"tweakpane": "^3.1.0"
Expand Down

1 comment on commit 241e841

@vercel
Copy link

@vercel vercel bot commented on 241e841 Jul 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

glsl-bundler – ./

glsl-bundler-plutotcool.vercel.app
glsl-bundler.vercel.app
glsl-bundler-git-alpha-plutotcool.vercel.app

Please sign in to comment.