Skip to content

Commit

Permalink
CHANGELOG v4.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Oct 8, 2024
1 parent b7402fa commit d7b7f4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.1.8
**Wollok Version: `3.2.6`**
- ❌ Hot fix for validation messages

## v4.1.7
**Wollok Version: `3.2.6`**
- 🌎 Migrate validation messages
Expand Down
1 change: 0 additions & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wollok-ts",
"version": "4.1.8",
"wollokVersion": ":master",
"wollokVersion": "3.2.6",
"description": "TypeScript based Wollok language implementation",
"repository": "https://github.com/uqbar-project/wollok-ts",
"license": "MIT",
Expand All @@ -10,10 +10,10 @@
"dist"
],
"scripts": {
"preinstall": "cp ./language/src/resources/validationMessages/*.json ./src/validator",
"build": "rm -rf dist && tsc && cp -r dist/temp/src/* dist && rm -r dist/temp && cp -r language/src/* dist/wre/",
"buildWRE": "ts-node scripts/buildWRE.ts",
"prepare": "ts-node scripts/fetchLanguage.ts && npm run buildWRE",
"prepare": "ts-node scripts/fetchLanguage.ts && npm run buildWRE && npm run copy:translations",
"copy:translations": "cp ./language/src/resources/validationMessages/*.json ./src/validator",
"diagnostic": "tsc --noEmit --diagnostics --extendedDiagnostics",
"test": "npm run test:lint && npm run test:unit && npm run test:sanity && npm run test:examples && npm run test:validations && npm run test:typeSystem && npm run test:printer",
"test:lint": "eslint .",
Expand Down

0 comments on commit d7b7f4e

Please sign in to comment.