Skip to content

Commit

Permalink
Release/0.3.3 (#32)
Browse files Browse the repository at this point in the history
chore bump version to 0.3.3 (#32)
  • Loading branch information
albertleigh committed Mar 24, 2023
1 parent c3cb351 commit 9720e15
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions examples/easy-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/easy-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"monaco-azure-logic-app-lang": "^0.3.2",
"monaco-azure-logic-app-lang": "^0.3.3",
"monaco-editor": "0.34.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down Expand Up @@ -67,5 +67,5 @@
"lint": "eslint --ext=js,jsx,ts,tsx src",
"lint:fix": "eslint --ext=js,jsx,ts,tsx src --fix"
},
"version": "0.3.2"
"version": "0.3.3"
}
4 changes: 2 additions & 2 deletions languages/monaco-az-logic-app-lang-e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions languages/monaco-az-logic-app-lang-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"npm": "~8.5.5"
},
"dependencies": {
"monaco-azure-logic-app-lang": "^0.3.2",
"monaco-azure-logic-app-lang": "^0.3.3",
"monaco-editor": "0.34.1"
},
"devDependencies": {
Expand Down Expand Up @@ -67,5 +67,5 @@
"keywords": [],
"author": "",
"license": "ISC",
"version": "0.3.2"
"version": "0.3.3"
}
4 changes: 2 additions & 2 deletions languages/monaco-az-logic-app-lang/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions languages/monaco-az-logic-app-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-azure-logic-app-lang",
"version": "0.3.2",
"version": "0.3.3",
"description": "",
"main": "./lib/index.js",
"typings": "./lib/typings/index.d.ts",
Expand All @@ -26,14 +26,14 @@
"npm": "~8.5.5"
},
"dependencies": {
"@monaco-imposture-tools/core": "^0.3.2",
"@monaco-imposture-tools/oniguruma-asm": "^0.3.2"
"@monaco-imposture-tools/core": "^0.3.3",
"@monaco-imposture-tools/oniguruma-asm": "^0.3.3"
},
"peerDependencies": {
"monaco-editor": ">= 0.34.1 < 0.35.0"
},
"devDependencies": {
"@monaco-imposture-tools/grammars": "^0.3.2",
"@monaco-imposture-tools/grammars": "^0.3.3",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^16.11.32",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"examples/*",
"languages/*"
],
"version": "0.3.2",
"version": "0.3.3",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monaco-imposture-tools/core",
"version": "0.3.2",
"version": "0.3.3",
"description": "",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
Expand Down Expand Up @@ -30,10 +30,10 @@
"npm": "~8.5.5"
},
"dependencies": {
"@monaco-imposture-tools/oniguruma-asm": "^0.3.2"
"@monaco-imposture-tools/oniguruma-asm": "^0.3.3"
},
"devDependencies": {
"@monaco-imposture-tools/grammars": "^0.3.2",
"@monaco-imposture-tools/grammars": "^0.3.3",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^16.11.32",
Expand Down
2 changes: 1 addition & 1 deletion packages/grammars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monaco-imposture-tools/grammars",
"version": "0.3.2",
"version": "0.3.3",
"description": "Textmate grammars for monaco imposture tools.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/onigasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/onigasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monaco-imposture-tools/oniguruma-asm",
"version": "0.3.2",
"version": "0.3.3",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 9720e15

Please sign in to comment.