Skip to content

Commit

Permalink
v1.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Aug 27, 2024
1 parent a0abd88 commit 323aecc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.0-alpha.12

- fix(dev-tools): relax changelog format requirement

## v1.0.0-alpha.11

- feat(dev-tools): create GitHub release during publish
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.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"npmClient": "yarn",
"packages": [
"modules/*"
Expand Down
2 changes: 1 addition & 1 deletion modules/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vis.gl/dev-tools",
"description": "Dev tools for vis.gl frameworks",
"license": "MIT",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion modules/docusaurus-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vis.gl/docusaurus-website",
"description": "Docusaurus setup for vis.gl frameworks",
"license": "MIT",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion modules/ts-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vis.gl/ts-plugins",
"description": "TypeScript plugins for vis.gl frameworks",
"license": "MIT",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 323aecc

Please sign in to comment.