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

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### [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
+
3
+
4
+ ### Bug Fixes
5
+
6
+
7
+ * **release.yml:** publish releases on s3 ([d94fe5b](https://github.com/Lundalogik/lime-crm-building-blocks/commit/d94fe5be9c1f96db4fb6cdcbc471d781cb809b17))
8
+
1
9
  ### [1.32.4-dev.1](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.32.3...v1.32.4-dev.1) (2024-04-15)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-crm-building-blocks",
3
- "version": "1.32.4-dev.1",
3
+ "version": "1.32.4-dev.2",
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",