Skip to content

Commit

Permalink
ci(release): v1.0.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2022
1 parent 8072e3d commit bc5e88c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2022-01-04)

**Note:** Version bump only for package glsl-bundler
13 changes: 10 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"version": "1.0.0",
"version": "1.0.1-alpha.0",
"npmClient": "yarn",
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"version": {
"allowBranch": ["main", "alpha", "beta", "next"],
"allowBranch": [
"main",
"alpha",
"beta",
"next"
],
"message": "ci(release): %s",
"conventionalCommits": true,
"createRelease": "github",
Expand Down
8 changes: 8 additions & 0 deletions packages/glsl-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.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.0-alpha.12",
"version": "1.0.1-alpha.0",
"name": "@plutotcool/glsl-bundler",
"description": "Functional regex-based glsl bundler, loader and minifier",
"author": "Julien Dargelos <[email protected]>",
Expand Down

0 comments on commit bc5e88c

Please sign in to comment.