@limetech/lime-crm-building-blocks 1.117.0 → 1.117.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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.117.2](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.117.1...v1.117.2) (2026-04-29)
2
+
3
+ ### Reverts
4
+
5
+
6
+ * Revert "fix(text-editor): use download URL for image uploads" ([1fba93b](https://github.com/Lundalogik/lime-crm-building-blocks/commit/1fba93b756f8e8f6f5368d6b6949278b5d7102cb))
7
+
8
+ ## [1.117.1](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.117.0...v1.117.1) (2026-04-29)
9
+
10
+ ### Bug Fixes
11
+
12
+
13
+ * **text-editor:** use download URL for image uploads ([147c12e](https://github.com/Lundalogik/lime-crm-building-blocks/commit/147c12ee6d1169104cc74d277134461b5c296bd2))
14
+
1
15
  ## [1.117.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.116.6...v1.117.0) (2026-04-28)
2
16
 
3
17
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-crm-building-blocks",
3
- "version": "1.117.0",
3
+ "version": "1.117.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",