@simplybusiness/mobius-datepicker 7.1.16 → 7.1.17

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 18f6b1b: Consolidate build dependencies to use shared build-scripts workspace package, upgrade build tool versions, and standardize ESLint versions across packages
8
+ - @simplybusiness/icons@4.33.1
9
+ - @simplybusiness/mobius@6.5.1
10
+
3
11
  ## 7.1.16
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplybusiness/mobius-datepicker",
3
3
  "license": "UNLICENSED",
4
- "version": "7.1.16",
4
+ "version": "7.1.17",
5
5
  "description": "Mobius date picker component",
6
6
  "repository": {
7
7
  "type": "git",
@@ -55,7 +55,7 @@
55
55
  "@types/react-dom": "^19.1.8",
56
56
  "@typescript-eslint/eslint-plugin": "^8.35.0",
57
57
  "@typescript-eslint/parser": "^8.35.0",
58
- "build-scripts": "^1.0.1",
58
+ "build-scripts": "^1.0.2",
59
59
  "eslint": "^9.29.0",
60
60
  "eslint-config-prettier": "^10.1.5",
61
61
  "eslint-import-resolver-typescript": "^4.4.4",