@equinor/fusion-framework-cli 6.0.3 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/bin/dev-portal/assets/index-2a233bd2.js +3013 -0
- package/bin/dev-portal/index.html +1 -1
- package/package.json +19 -7
- package/bin/dev-portal/assets/index-6a0de79a.js +0 -3141
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 6.1.0 (2023-04-24)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **cli:** added bookmark side sheet to cli and updated header ([d5da5eb](https://github.com/equinor/fusion-framework/commit/d5da5eb2c61983c8f038956a18e7a8c16a987450))
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- **bookmark:** fix linting ([17b179f](https://github.com/equinor/fusion-framework/commit/17b179fbb25243730dd65cc116c86471074faabc))
|
|
15
|
+
- cli package json ([966695a](https://github.com/equinor/fusion-framework/commit/966695a7701cbea9115053226f48d378a77d6af3))
|
|
16
|
+
|
|
17
|
+
## 6.0.4 (2023-04-18)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @equinor/fusion-framework-cli
|
|
20
|
+
|
|
6
21
|
## [6.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@6.0.2...@equinor/fusion-framework-cli@6.0.3) (2023-04-17)
|
|
7
22
|
|
|
8
23
|
**Note:** Version bump only for package @equinor/fusion-framework-cli
|