@automattic/number-formatters 1.0.3 → 1.0.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 +10 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ 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.0.5] - 2025-06-18
8
+ ### Changed
9
+ - Internal updates.
10
+
11
+ ## [1.0.4] - 2025-06-04
12
+ ### Changed
13
+ - Update package dependencies. [#43766]
14
+
7
15
  ## [1.0.3] - 2025-06-03
8
16
  ### Changed
9
17
  - Update package dependencies. [#43734]
@@ -45,6 +53,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
45
53
  - Initial release
46
54
  - Basic number formatting functionality
47
55
 
56
+ [1.0.5]: https://github.com/Automattic/number-formatters/compare/1.0.4...1.0.5
57
+ [1.0.4]: https://github.com/Automattic/number-formatters/compare/1.0.3...1.0.4
48
58
  [1.0.3]: https://github.com/Automattic/number-formatters/compare/1.0.2...1.0.3
49
59
  [1.0.2]: https://github.com/Automattic/number-formatters/compare/1.0.1...1.0.2
50
60
  [1.0.1]: https://github.com/Automattic/number-formatters/compare/1.0.0...1.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/number-formatters",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Number formatting utilities",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -21,12 +21,12 @@
21
21
  "devDependencies": {
22
22
  "@babel/core": "7.27.4",
23
23
  "@babel/preset-react": "7.27.1",
24
- "@jest/globals": "29.7.0",
24
+ "@jest/globals": "30.0.0",
25
25
  "@knighted/duel": "2.1.4",
26
- "@types/jest": "29.5.14",
27
- "jest": "29.7.0",
28
- "jest-environment-jsdom": "29.7.0",
29
- "typescript": "5.8.2"
26
+ "@types/jest": "30.0.0",
27
+ "jest": "30.0.0",
28
+ "jest-environment-jsdom": "30.0.0",
29
+ "typescript": "5.8.3"
30
30
  },
31
31
  "type": "module",
32
32
  "main": "./dist/cjs/index.cjs",