Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - imba@2.0.0-alpha.233
 - imba-monarch@0.4.1
 - typescript-imba-plugin@1.6.2
 - vsimba@4.0.1
  • Loading branch information
somebee committed Dec 8, 2023
1 parent 0448337 commit 66531b8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/imba-monarch/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/imba-monarch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "imba-monarch",
"description": "Fault-tolerant lexer/parser for imba using monarch",
"version": "0.4.0",
"version": "0.4.1",
"author": "Sindre Aarsaether <sindre@identu.no>",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/imba/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/imba/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "imba",
"description": "Intuitive and powerful language for building webapps that fly",
"author": "Sindre Aarsaether",
"version": "2.0.0-alpha.232",
"version": "2.0.0-alpha.233",
"scripts": {
"test": "node bin/imba scripts/test-runner.imba",
"test-cli": "cd test/cli && node ../../bin/imba index.imba",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-imba-plugin/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/typescript-imba-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typescript-imba-plugin",
"description": "imba plugin for tsserver",
"version": "1.6.1",
"version": "1.6.2",
"author": "Sindre Aarsaether <sindre@identu.no>",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-imba/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/vscode-imba/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vsimba",
"displayName": "Imba",
"description": "Language support for Imba",
"version": "4.0.0",
"version": "4.0.1",
"publisher": "scrimba",
"main": "./dist/index.js",
"icon": "assets/imba.png",
Expand Down

0 comments on commit 66531b8

Please sign in to comment.