@wordpress/date 5.15.0 → 5.16.0

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
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 5.16.0 (2025-01-15)
6
+
5
7
  ## 5.15.0 (2025-01-02)
6
8
 
7
9
  ## 5.14.0 (2024-12-11)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/date",
3
- "version": "5.15.0",
3
+ "version": "5.16.0",
4
4
  "description": "Date module for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -29,12 +29,12 @@
29
29
  "types": "build-types",
30
30
  "dependencies": {
31
31
  "@babel/runtime": "7.25.7",
32
- "@wordpress/deprecated": "^4.15.0",
32
+ "@wordpress/deprecated": "^4.16.0",
33
33
  "moment": "^2.29.4",
34
34
  "moment-timezone": "^0.5.40"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "75a65eb8ffc168a92042544052f46d080a71ea45"
39
+ "gitHead": "f48b9f56629e400891abb5ae491504de475237ff"
40
40
  }
package/src/test/index.js CHANGED
@@ -608,7 +608,7 @@ describe( 'Moment.js Localization', () => {
608
608
  },
609
609
  } );
610
610
 
611
- // Get the freshly changed setings.
611
+ // Get the freshly changed settings.
612
612
  const newSettings = getSettings();
613
613
 
614
614
  // Test the unchanged values.