@automattic/number-formatters 1.2.4 → 1.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 -0
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
 
7
+ ## [1.2.5] - 2026-06-26
8
+ ### Changed
9
+ - Internal updates.
10
+
7
11
  ## [1.2.4] - 2026-06-22
8
12
  ### Changed
9
13
  - Update package dependencies. [#49757]
@@ -172,6 +176,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
172
176
  - Initial release
173
177
  - Basic number formatting functionality
174
178
 
179
+ [1.2.5]: https://github.com/Automattic/number-formatters/compare/1.2.4...1.2.5
175
180
  [1.2.4]: https://github.com/Automattic/number-formatters/compare/1.2.3...1.2.4
176
181
  [1.2.3]: https://github.com/Automattic/number-formatters/compare/1.2.2...1.2.3
177
182
  [1.2.2]: https://github.com/Automattic/number-formatters/compare/1.2.1...1.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/number-formatters",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Number formatting utilities",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/number-formatters/#readme",
6
6
  "bugs": {
@@ -38,7 +38,6 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@babel/core": "7.29.7",
41
- "@babel/preset-react": "7.29.7",
42
41
  "@jest/globals": "30.4.1",
43
42
  "@knighted/duel": "4.0.2",
44
43
  "@types/jest": "30.0.0",