@automattic/number-formatters 1.0.1 → 1.0.3

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 +11 -1
  2. package/package.json +3 -3
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.3] - 2025-06-03
8
+ ### Changed
9
+ - Update package dependencies. [#43734]
10
+
11
+ ## [1.0.2] - 2025-05-19
12
+ ### Changed
13
+ - Internal updates.
14
+
7
15
  ## [1.0.1] - 2025-05-12
8
16
  ### Changed
9
17
  - Update package dependencies. [#43320]
@@ -37,7 +45,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
37
45
  - Initial release
38
46
  - Basic number formatting functionality
39
47
 
40
- [1.1.0]: https://github.com/Automattic/number-formatters/compare/1.0.0...1.1.0
48
+ [1.0.3]: https://github.com/Automattic/number-formatters/compare/1.0.2...1.0.3
49
+ [1.0.2]: https://github.com/Automattic/number-formatters/compare/1.0.1...1.0.2
50
+ [1.0.1]: https://github.com/Automattic/number-formatters/compare/1.0.0...1.0.1
41
51
  [1.0.0]: https://github.com/Automattic/number-formatters/compare/1.0.0-alpha.2...1.0.0
42
52
  [1.0.0-alpha.2]: https://github.com/Automattic/number-formatters/compare/1.0.0-alpha.1...1.0.0-alpha.2
43
53
  [1.0.0-alpha.1]: https://github.com/Automattic/number-formatters/compare/0.1.0...1.0.0-alpha.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/number-formatters",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Number formatting utilities",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -19,8 +19,8 @@
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",