Skip to content

Commit 6950e43

Browse files
authored
Merge pull request #5 from sebasruii/release-please--branches--main--components--flamapy-ide
chore(main): release 1.0.0
2 parents 401eebe + c8727d6 commit 6950e43

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-09-29)
4+
5+
6+
### Features
7+
8+
* Add button to stop and restart WebWorker ([f36712d](https://github.com/sebasruii/flamapy-ide/commit/f36712d2ad8da60801db5d4bca8a17968871e7dd))
9+
* Add button to validate model ([f403742](https://github.com/sebasruii/flamapy-ide/commit/f40374217db7a6510f22d4645beaea877f8c2247))
10+
* Add docker deploy ([5505408](https://github.com/sebasruii/flamapy-ide/commit/550540846a1afc5b85ba327604cbebd2ff1d0112))
11+
* Add suport for basic BDD operations ([65a9596](https://github.com/sebasruii/flamapy-ide/commit/65a9596fa8d6a04e14e52f334d149cc74cb1ba8c))
12+
* Add support for basic SAT operations ([3790974](https://github.com/sebasruii/flamapy-ide/commit/37909748c04296c9e273e2099cb0c11dc7c9bc17))
13+
* Add support for different export options ([95c955f](https://github.com/sebasruii/flamapy-ide/commit/95c955ffe4d88937d4dad9beb7de3d27bfa76a60))
14+
* Import other extension FM to UVL ([2165177](https://github.com/sebasruii/flamapy-ide/commit/2165177df86c28bd8d26d76374a7853a0478cee5))
15+
* Import UVL files into editor ([7ba4bd4](https://github.com/sebasruii/flamapy-ide/commit/7ba4bd43417bf54f5caaf9fa324edbff6111f2a1))
16+
* Initial commit ([ef68e6d](https://github.com/sebasruii/flamapy-ide/commit/ef68e6de9aef4b598b394d2f2adbd5b352d408b6))
17+
* Run Flamapy in a WebWorker ([8ecbbd4](https://github.com/sebasruii/flamapy-ide/commit/8ecbbd4e60cd4b5c796888ab1059a0d44433c2e1))
18+
* Show model info ([ce46aa0](https://github.com/sebasruii/flamapy-ide/commit/ce46aa09fe02e8896589cc61921daf6c36cb3653))
19+
* Validate configuration ([e9ba9a1](https://github.com/sebasruii/flamapy-ide/commit/e9ba9a140004a7357b9d854169d72cce4a65cdf0))
20+
* View feature model tree ([441cd00](https://github.com/sebasruii/flamapy-ide/commit/441cd00aa302a833763248c8f8d34e42e8af71cf))
21+
22+
23+
### Bug Fixes
24+
25+
* Export SVG shows edges correctly ([593a319](https://github.com/sebasruii/flamapy-ide/commit/593a319c2574d273bb0d23ddb555e7f829424d68))
26+
* Restart tree status on model update ([1908be4](https://github.com/sebasruii/flamapy-ide/commit/1908be499ace45bd9e3beb003e491a433707667e))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flamapy-ide",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)