Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanquera committed Jun 10, 2024
1 parent 1fcd828 commit b2a98c4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "idea-with-node",
"version": "0.1.4",
"version": "0.1.6",
"private": true,
"scripts": {
"transform": "idea",
"build": "tsc"
},
"devDependencies": {
"@types/node": "20.2.5",
"@ossph/idea": "0.1.4",
"@ossph/idea": "0.1.6",
"ts-morph": "22.0.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/idea-language/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Implementation of idea language server in node.",
"author": "Chris <chris@incept.asia>",
"license": "MIT",
"version": "0.1.5",
"version": "0.1.6",
"publisher": "ossph",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/idea-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "idea-langugage",
"displayName": "Idea",
"description": "Adds syntax highlighting, formatting, auto-completion, jump-to-definition and linting for .idea files.",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"icon": "idea.png",
"repository": {
Expand Down Expand Up @@ -74,7 +74,7 @@
"test": "sh ./scripts/e2e.sh"
},
"dependencies": {
"@ossph/idea-parser": "0.1.5"
"@ossph/idea-parser": "0.1.6"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/idea-language/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "idea-language-server",
"description": "Implementation of idea language server in node.",
"version": "0.1.5",
"version": "0.1.6",
"author": "Chris <chris@incept.asia>",
"license": "MIT",
"engines": {
Expand All @@ -12,7 +12,7 @@
"url": "https://github.com/OSSPhilippines/idea"
},
"dependencies": {
"@ossph/idea-parser": "0.1.5",
"@ossph/idea-parser": "0.1.6",
"vscode-languageserver": "8.1.0",
"vscode-languageserver-textdocument": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/idea-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ossph/idea-parser",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"description": "Parses ideas to AST and readable JSON.",
"author": "Chris <chris@incept.asia>",
Expand Down
4 changes: 2 additions & 2 deletions packages/idea-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ossph/idea-transformer",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"description": "A programmatical command line interface used by projects and that calls on external transformers to make relevant code",
"author": "Chris <chris@incept.asia>",
Expand All @@ -16,7 +16,7 @@
"test": "nyc ts-mocha tests/*.test.ts"
},
"dependencies": {
"@ossph/idea-parser": "0.1.5"
"@ossph/idea-parser": "0.1.6"
},
"devDependencies": {
"@types/chai": "4.3.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/idea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ossph/idea",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"description": "An open source schema file standard and generator",
"author": "Chris <chris@incept.asia>",
Expand All @@ -16,8 +16,8 @@
"build:files": "cp ./README.md ./dist/ && cp ./package.json ./dist/ && cp ./LICENSE ./dist/"
},
"dependencies": {
"@ossph/idea-parser": "0.1.5",
"@ossph/idea-transformer": "0.1.5"
"@ossph/idea-parser": "0.1.6",
"@ossph/idea-transformer": "0.1.6"
},
"devDependencies": {
"@types/node": "20.2.5",
Expand Down

0 comments on commit b2a98c4

Please sign in to comment.