@diplodoc/client 5.2.15 → 5.2.17

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.
@@ -61,7 +61,7 @@ jobs:
61
61
  - name: Setup Node.js
62
62
  uses: actions/setup-node@v4
63
63
  with:
64
- node-version: 22
64
+ node-version: 22.21.1
65
65
  registry-url: 'https://registry.npmjs.org'
66
66
 
67
67
  - uses: codex-team/action-nodejs-package-info@v1
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "5.2.15"
2
+ ".": "5.2.17"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.2.17](https://github.com/diplodoc-platform/client/compare/v5.2.16...v5.2.17) (2026-04-08)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fixed release ([#295](https://github.com/diplodoc-platform/client/issues/295)) ([9d72fcb](https://github.com/diplodoc-platform/client/commit/9d72fcb65f4c306bfbd7f9567728750d287859e5))
9
+
10
+ ## [5.2.16](https://github.com/diplodoc-platform/client/compare/v5.2.15...v5.2.16) (2026-04-08)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * neuroexpert widget has been made adaptive ([#293](https://github.com/diplodoc-platform/client/issues/293)) ([49190ff](https://github.com/diplodoc-platform/client/commit/49190ff60bdab952d27f8ea40485a3ad2fe651ae))
16
+
3
17
  ## [5.2.15](https://github.com/diplodoc-platform/client/compare/v5.2.14...v5.2.15) (2026-04-07)
4
18
 
5
19