Skip to content

Commit

Permalink
ci(release): v1.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2022
1 parent 6818bc4 commit 172660d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 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.0.1-alpha.1 (2022-01-04)

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





## 1.0.1-alpha.0 (2022-01-04)

**Note:** Version bump only for package glsl-bundler
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1-alpha.0",
"version": "1.0.1-alpha.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.0.1-alpha.1 (2022-01-04)

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





## 1.0.1-alpha.0 (2022-01-04)

**Note:** Version bump only for package @plutotcool/glsl-bundler
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.0.1-alpha.0",
"version": "1.0.1-alpha.1",
"name": "@plutotcool/glsl-bundler",
"description": "Functional regex-based glsl bundler, loader and minifier",
"author": "Julien Dargelos <[email protected]>",
Expand Down

0 comments on commit 172660d

Please sign in to comment.