@datagrok/helm 2.4.1 → 2.4.3
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 +11 -0
- package/dist/package-test.js +1 -1
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +5 -5
- package/src/helm-helper.ts +20 -1
- package/src/package-utils.ts +2 -0
- package/src/package.ts +5 -17
- package/src/utils/helm-service.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Helm changelog
|
|
2
2
|
|
|
3
|
+
## 2.4.3 (2024-08-23)
|
|
4
|
+
|
|
5
|
+
Helm: Bump HWE dependencies versions
|
|
6
|
+
Helm: Move getMolfiles to HelmHelper (highlight monomer at atomic level)
|
|
7
|
+
|
|
8
|
+
## 2.4.2 (2024-08-19)
|
|
9
|
+
|
|
10
|
+
### Bug fixes
|
|
11
|
+
|
|
12
|
+
* Fix Helm editor default tab to Helm
|
|
13
|
+
|
|
3
14
|
## 2.4.1 (2024-08-16)
|
|
4
15
|
|
|
5
16
|
### Features
|