Skip to content

Commit

Permalink
Merge pull request #119 from mghdotdev/feature/upgrade-expression-parser
Browse files Browse the repository at this point in the history
Feature/upgrade expression parser
  • Loading branch information
mghdotdev authored Jun 10, 2024
2 parents 151bc0f + f541f7f commit 32e29ff
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Miva IDE CHANGELOG

## v1.23.1 (latest)
## v1.23.2 (latest)

* Updated `miva-expression-parser` to `v0.3.0`. This should resolve an issue with `image` and `load_image` ReadyTheme functions not being parsed correctly.

## v1.23.1

* Currency module functions will use global variable for file attribute now. Fixes issue [#117](https://github.com/mghdotdev/vscode-miva-ide/issues/117).

Expand Down
12 changes: 6 additions & 6 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-miva-ide",
"displayName": "Miva IDE",
"description": "Syntax highlighting, snippets and tools for building websites with Miva.",
"version": "1.23.1",
"version": "1.23.2",
"engines": {
"vscode": "^1.77.0",
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
"miva-expression-parser": "^0.2.0",
"miva-expression-parser": "^0.3.0",
"set-immediate-shim": "^2.0.0",
"vscode-css-languageservice": "^6.2.11",
"vscode-html-languageservice": "^5.0.4",
Expand Down

0 comments on commit 32e29ff

Please sign in to comment.