Skip to content

Commit f489112

Browse files
committed
v0.3.0
1 parent af34d04 commit f489112

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "0.2.0"
7+
"version": "0.3.0"
88
}

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monaco-editor-auto-typings",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"repository": {
55
"type": "git",
66
"url": "git@github.com:lukasbach/monaco-editor-auto-typings.git",

packages/demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monaco-editor-auto-typings-demo",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -28,6 +28,6 @@
2828
},
2929
"dependencies": {
3030
"monaco-editor": "^0.33.0",
31-
"monaco-editor-auto-typings": "^0.2.0"
31+
"monaco-editor-auto-typings": "^0.3.0"
3232
}
3333
}

0 commit comments

Comments
 (0)