@shelf/global-renderer 1.8.0 → 1.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +4 -4
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
+ ## [1.9.0](https://github.com/shelfio/libs-frontend/compare/@shelf/global-renderer@1.7.6...@shelf/global-renderer@1.9.0) (2024-05-24)
7
+
8
+ ### Features
9
+
10
+ - build everything in to single file ([5a47f66](https://github.com/shelfio/libs-frontend/commit/5a47f66b2bb84f90bd6d42d8f6b8bc3725ad6cd2))
11
+ - jest config ([af77cef](https://github.com/shelfio/libs-frontend/commit/af77cef96645af14ef9a88eb935127cf7c136b8f))
12
+ - remove anused loaders ([e828ddc](https://github.com/shelfio/libs-frontend/commit/e828ddcb4f58c914b476ca99e2bdb4cb781a3284))
13
+ - revert global renderer to cmj ([6e08929](https://github.com/shelfio/libs-frontend/commit/6e089298260f11fc7228b706f2b83003d252cb42))
14
+ - try to cache ([618913a](https://github.com/shelfio/libs-frontend/commit/618913add0cd9022e2b59496a8b292af6e018caa))
15
+ - updated deps ([f414571](https://github.com/shelfio/libs-frontend/commit/f4145711fc533caad3f93bef5878d2abba0585be))
16
+
17
+ ### Bug Fixes
18
+
19
+ - version ([44bdf24](https://github.com/shelfio/libs-frontend/commit/44bdf244a0e3336016af6574bdce1f5f8feb1251))
20
+
6
21
  ## [1.8.0](https://github.com/shelfio/libs-frontend/compare/@shelf/global-renderer@1.7.6...@shelf/global-renderer@1.8.0) (2024-05-24)
7
22
 
8
23
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shelf/global-renderer",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "The package exposes entrypoints with window's function(-s) to render React component",
5
5
  "main": "lib",
6
6
  "types": "lib/index.d.ts",
@@ -30,12 +30,12 @@
30
30
  "dependencies": {
31
31
  "@shelf/datetime": "^2.0.0",
32
32
  "@shelf/i18n": "13.7.3",
33
- "@shelf/icons": "^11.6.53",
33
+ "@shelf/icons": "^11.6.54",
34
34
  "react-i18next": "11.8.15"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@shelf/babel-config": "^3.0.0",
38
- "@shelf/decision-tree-editor-components": "^3.0.50",
38
+ "@shelf/decision-tree-editor-components": "^3.0.51",
39
39
  "@shelf/types": "^51.40.1",
40
40
  "@types/react-dom": "18.0.6",
41
41
  "babel-loader": "8.2.3",
@@ -53,5 +53,5 @@
53
53
  "react": "18.x.x",
54
54
  "styled-components": "^5 || ^6"
55
55
  },
56
- "gitHead": "4807af519356fe0a25b17e3244a3872b62480426"
56
+ "gitHead": "ad42eadfa023ec0717dbf4e1d1d47160bc3af842"
57
57
  }