@frontastic/common 2.25.1 → 2.25.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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # common Changelog
2
2
 
3
+ ## `2.25.2` (2022-02-15)
4
+
5
+ * fix(FP-775): Minor refactor, import of SprykerAddress
6
+ * fix(FP-755): Fix Spryker address
7
+
3
8
  ## `2.25.1` (2022-01-27)
4
9
 
5
10
  * fix: if there's no filter chosen - the error reappears
package/composer.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frontastic/common",
3
3
  "license": "None",
4
- "version": "2.25.1",
4
+ "version": "2.25.2",
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.25.1",
3
+ "version": "2.25.2",
4
4
  "devDependencies": {
5
5
  "@babel/core": "7.5.4",
6
6
  "@babel/plugin-proposal-class-properties": "^7.5.0",