@gravity-ui/page-constructor 2.2.2-alpha.1 → 2.2.2-aplha.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.
- package/CHANGELOG.md +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [2.2.2-
|
|
3
|
+
## [2.2.2-aplha.2](https://github.com/gravity-ui/page-constructor/compare/v2.2.1...v2.2.2-aplha.2) (2023-04-04)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Bug Fixes
|
|
@@ -8,9 +8,12 @@
|
|
|
8
8
|
* add default branch ([d658348](https://github.com/gravity-ui/page-constructor/commit/d65834859ad7c93904145a20fc41b42bec6eaaec))
|
|
9
9
|
* add skip-release ([4691f27](https://github.com/gravity-ui/page-constructor/commit/4691f278b022f9994e70c55a1552b20043fedeaf))
|
|
10
10
|
* add specific default branch ([a10c49c](https://github.com/gravity-ui/page-constructor/commit/a10c49c1b249e19f719e49841a5c6538b3e0d69b))
|
|
11
|
+
* bump release ([9be6b34](https://github.com/gravity-ui/page-constructor/commit/9be6b34c521fe5d0c3f2da72619396caeea21bd2))
|
|
12
|
+
* change branch name ([3c3ce3d](https://github.com/gravity-ui/page-constructor/commit/3c3ce3d9f5d999bd8beb207fad4214179bc3516d))
|
|
11
13
|
* release ([6b60092](https://github.com/gravity-ui/page-constructor/commit/6b600920dd1212dc4dafea5d1a3fccedf2424ce5))
|
|
12
14
|
* remove default branch ([b1e3ce3](https://github.com/gravity-ui/page-constructor/commit/b1e3ce3d23a170d43b9f06147f674fa31cd98616))
|
|
13
15
|
* remove skip-release ([5852d8e](https://github.com/gravity-ui/page-constructor/commit/5852d8ece6af51ec7bd91fd8585c5a0a3b91358a))
|
|
16
|
+
* use release-action ([1092171](https://github.com/gravity-ui/page-constructor/commit/1092171916ba23cd86475d5db42ac5ea31677aed))
|
|
14
17
|
|
|
15
18
|
|
|
16
19
|
### chore
|