Skip to content

Commit

Permalink
v1.0.0-alpha.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Aug 30, 2024
1 parent c5f85b5 commit 57ccbe1
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.21

- feat(docusaurus-website): add theme prop to Home component

## v1.0.0-alpha.20

- feat(docusaurus-website): typed React components
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.20",
"version": "1.0.0-alpha.21",
"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.20",
"version": "1.0.0-alpha.21",
"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.20",
"version": "1.0.0-alpha.21",
"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.20",
"version": "1.0.0-alpha.21",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 57ccbe1

Please sign in to comment.