Skip to content

Commit 51a1e86

Browse files
committed
Correctly import Position instances from Lionweb. Previously, we were representing them as child nodes. Fixes #64.
1 parent 5c58819 commit 51a1e86

9 files changed

+45942
-93
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project from version 1.2.0 upwards are documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5+
## [1.6.22] – 2024-04-24
6+
7+
### Fixed
8+
- Position instances represented as child nodes when importing Lionweb models
9+
510
## [1.6.21] – 2024-04-08
611

712
### Added

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"reflect-metadata": "^0.1.13"
8383
},
8484
"peerDependencies": {
85-
"@lionweb/core": "^0.6.2",
85+
"@lionweb/core": "^0.6.4",
8686
"antlr4ng": "^3.0.4",
8787
"cmd-ts": "^0.11.0",
8888
"ecore": "^0.12.0"
@@ -114,7 +114,7 @@
114114
"publish-lib": "yarn dist && yarn publish --access public && yarn --use-yarnrc .yarnrc-github-packages publish"
115115
},
116116
"devDependencies": {
117-
"@lionweb/core": "^0.6.2",
117+
"@lionweb/core": "^0.6.4",
118118
"@tsconfig/recommended": "^1.0.3",
119119
"@types/chai": "^4.3.11",
120120
"@types/ecore": "^0.12.5",

0 commit comments

Comments
 (0)