@limetech/lime-crm-building-blocks 1.32.4-dev.2 → 1.32.4-dev.4

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 +27 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ### [1.32.4-dev.4](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.32.4-dev.3...v1.32.4-dev.4) (2024-04-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+
7
+ * trigger release ([fa2e5fd](https://github.com/Lundalogik/lime-crm-building-blocks/commit/fa2e5fde7238ffc5b512066c239f7cb83a744262))
8
+
9
+ ### Reverts
10
+
11
+
12
+ * Revert "ci(release.yml): publish releases on s3" ([45a4e00](https://github.com/Lundalogik/lime-crm-building-blocks/commit/45a4e003b4c9e883be7ac77d04d987948d557320))
13
+
14
+ ### [1.32.4-dev.3](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.32.4-dev.2...v1.32.4-dev.3) (2024-04-15)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+
20
+ * trigger release ([f48fd46](https://github.com/Lundalogik/lime-crm-building-blocks/commit/f48fd467526e8988dc07a43c3a51d0544392064d))
21
+
22
+ ### Reverts
23
+
24
+
25
+ * Revert "ci(release.yml): publish releases on s3" ([33b8bd3](https://github.com/Lundalogik/lime-crm-building-blocks/commit/33b8bd3d924ed167b604d7ef2a4ae74f5606640c))
26
+ * Revert "fix(release.yml): publish releases on s3" ([2740fb8](https://github.com/Lundalogik/lime-crm-building-blocks/commit/2740fb8f98e004a3bf408e934272ebafb90ad373))
27
+
1
28
  ### [1.32.4-dev.2](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.32.4-dev.1...v1.32.4-dev.2) (2024-04-15)
2
29
 
3
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-crm-building-blocks",
3
- "version": "1.32.4-dev.2",
3
+ "version": "1.32.4-dev.4",
4
4
  "description": "A home for shared components meant for use with Lime CRM",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",