Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Jan 29, 2025
1 parent 83a9ce9 commit ef50bfb
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

Initial production release

## v1.0.0-alpha.23

- feat(docusaurus-website): Allow theme override
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.23",
"version": "1.0.0",
"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.23",
"version": "1.0.0",
"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.23",
"version": "1.0.0",
"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.23",
"version": "1.0.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ef50bfb

Please sign in to comment.