@frontastic/common 2.33.3 → 2.33.4

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 CHANGED
@@ -1,11 +1,9 @@
1
- # common Changelog
2
1
 
3
- ## `2.33.3` (2022-05-12)
2
+ ## Version 2.33.4 (2022-05-17)
3
+
4
+ * fix: used correct format on Changelog for catwalk and common
5
+ ## Version 2.33.3 (2022-05-12)
4
6
 
5
- * Add "Version" in the version heading
6
- * Add p tag to avoid nextline
7
- * Reformat the changelog
8
- * Remove whitespace
9
7
  * Prevent enum fields without values field to exist
10
8
 
11
9
  ## Version 2.33.2 (2022-05-05)
package/composer.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frontastic/common",
3
3
  "license": "None",
4
- "version": "2.33.3",
4
+ "version": "2.33.4",
5
5
  "repositories": [
6
6
  {
7
7
  "type": "path",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontastic/common",
3
- "version": "2.33.3",
3
+ "version": "2.33.4",
4
4
  "devDependencies": {
5
5
  "@babel/core": "7.5.4",
6
6
  "@babel/plugin-proposal-class-properties": "^7.5.0",