@shelf/global-renderer 1.7.6 → 1.8.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 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.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
+
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.7.0](https://github.com/shelfio/libs-frontend/compare/@shelf/global-renderer@1.6.0...@shelf/global-renderer@1.7.0) (2024-05-21)
7
22
 
8
23
  ### Features