@automattic/number-formatters 1.0.2 → 1.0.4

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