@pie-lib/editable-html 11.0.10-next.2 → 11.1.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.json CHANGED
@@ -3323,5 +3323,20 @@
3323
3323
  "committerDate": "2021-11-12 13:23:37 +0200",
3324
3324
  "isTagged": true,
3325
3325
  "tag": "@pie-lib/editable-html@7.18.0"
3326
+ },
3327
+ {
3328
+ "type": "feat",
3329
+ "scope": null,
3330
+ "subject": "made sure editor is waiting for image and sound upload before finishes editing PD-2950 (#948)",
3331
+ "merge": null,
3332
+ "header": "feat: made sure editor is waiting for image and sound upload before finishes editing PD-2950 (#948)",
3333
+ "body": "feat: made sure editor is waiting for image and sound upload before finishes editing PD-2950",
3334
+ "footer": null,
3335
+ "notes": [],
3336
+ "hash": "bd16707f13f824dfe2c2db7f395e58fa25eb2ffb",
3337
+ "gitTags": " (origin/develop, origin/HEAD, develop)",
3338
+ "committerDate": "2023-10-16 11:14:31 +0300",
3339
+ "isTagged": true,
3340
+ "tag": "@pie-lib/editable-html@11.1.0"
3326
3341
  }
3327
3342
  ]
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ # [11.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.0.9...@pie-lib/editable-html@11.1.0) (2023-10-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * made sure editor is waiting for image and sound upload before finishes editing PD-2950 ([41b9407](https://github.com/pie-framework/pie-lib/commit/41b94078da7c50ce8d36fdc67bda83a44e0bff9b))
12
+
13
+
14
+ ### Features
15
+
16
+ * made sure editor is waiting for image and sound upload before finishes editing PD-2950 ([#948](https://github.com/pie-framework/pie-lib/issues/948)) ([bd16707](https://github.com/pie-framework/pie-lib/commit/bd16707f13f824dfe2c2db7f395e58fa25eb2ffb))
17
+
18
+
19
+
20
+
21
+
6
22
  ## [11.0.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.0.8...@pie-lib/editable-html@11.0.9) (2023-10-16)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/editable-html",
3
- "version": "11.0.10-next.2+bd16707f",
3
+ "version": "11.1.0",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "main": "lib/index.js",
@@ -47,6 +47,6 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "bd16707f13f824dfe2c2db7f395e58fa25eb2ffb",
50
+ "gitHead": "11b96e3988cea4272cd2282b56d34e6cce8eeb64",
51
51
  "scripts": {}
52
52
  }