@gravity-ui/page-constructor 1.27.0 → 1.27.3

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 +22 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.27.3](https://github.com/gravity-ui/page-constructor/compare/v1.27.2...v1.27.3) (2023-09-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * patch version bump ([9af744f](https://github.com/gravity-ui/page-constructor/commit/9af744f1c0d81b7ad136a35a7f24ab279707832a))
9
+
10
+ ## [1.27.2](https://github.com/gravity-ui/page-constructor/compare/v1.27.1...v1.27.2) (2023-09-19)
11
+
12
+
13
+ ### chore
14
+
15
+ * bump release ([638c685](https://github.com/gravity-ui/page-constructor/commit/638c685a1dd5167a4a58149c5eb87049a16994a6))
16
+ ([5ee3c9c](https://github.com/gravity-ui/page-constructor/commit/5ee3c9cabe641bd437a02d137528424df7fd2c5a))
17
+
18
+ ## [1.27.1](https://github.com/gravity-ui/page-constructor/compare/v1.27.0...v1.27.1) (2023-09-19)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * test release ([d8facbc](https://github.com/gravity-ui/page-constructor/commit/d8facbc7d059b9d3b75cea28b9d4d03759e8e077))
24
+
3
25
  ## [1.27.0](https://github.com/gravity-ui/page-constructor/compare/v1.26.3...v1.27.0) (2023-08-31)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "1.27.0",
3
+ "version": "1.27.3",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {