Skip to content

Commit 843045c

Browse files
committed
v1.0.1
1 parent 0452994 commit 843045c

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.0.1
2+
3+
- [ts-plugins] append extension to dynamic imports (#14)
4+
15
## v1.0.0
26

37
Initial production release

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.1",
33
"npmClient": "yarn",
44
"packages": [
55
"modules/*"

modules/dev-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vis.gl/dev-tools",
33
"description": "Dev tools for vis.gl frameworks",
44
"license": "MIT",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"type": "module",
77
"publishConfig": {
88
"access": "public"

modules/docusaurus-website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vis.gl/docusaurus-website",
33
"description": "Docusaurus setup for vis.gl frameworks",
44
"license": "MIT",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"type": "module",
77
"publishConfig": {
88
"access": "public"

modules/ts-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vis.gl/ts-plugins",
33
"description": "TypeScript plugins for vis.gl frameworks",
44
"license": "MIT",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"type": "module",
77
"publishConfig": {
88
"access": "public"

0 commit comments

Comments
 (0)