Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - imba@2.0.0-alpha.234
 - typescript-imba-plugin@1.6.3
 - vsimba@4.0.2
  • Loading branch information
somebee committed Dec 12, 2023
1 parent 5454b08 commit c9e6ff5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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.233",
"version": "2.0.0-alpha.234",
"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.2",
"version": "1.6.3",
"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.

4 changes: 2 additions & 2 deletions 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.1",
"version": "4.0.2",
"publisher": "scrimba",
"main": "./dist/index.js",
"icon": "assets/imba.png",
Expand Down Expand Up @@ -272,4 +272,4 @@
"publish": "node scripts/vsce-publish.js",
"prepublish": "npm run build"
}
}
}

0 comments on commit c9e6ff5

Please sign in to comment.