@db-ux/core-migration 4.2.4 → 4.2.5

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 +5 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,14 @@
1
1
  # @db-ux/core-migration
2
2
 
3
- ## 4.2.4
3
+ ## 4.2.5
4
4
 
5
5
  _version bump_
6
6
 
7
7
 
8
+ ## 4.2.4
9
+
10
+ _version bump_
11
+
8
12
  ## 4.2.3
9
13
 
10
14
  _version bump_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-migration",
3
- "version": "4.2.4",
3
+ "version": "4.2.5",
4
4
  "type": "module",
5
5
  "description": "Migration script for changing your code in between DB UX Design System v3 versions regarding BREAKING CHANGES.",
6
6
  "repository": {