@sproutsocial/seeds-react-numeral 1.0.51 → 1.0.53

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.
@@ -8,14 +8,14 @@ $ tsup --dts && cp src/numeral.css dist/numeral.css
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
- CJS dist/index.js 8.30 KB
12
- CJS dist/index.js.map 14.48 KB
13
- CJS ⚡️ Build success in 37ms
14
11
  ESM dist/esm/index.js 5.98 KB
15
12
  ESM dist/esm/index.js.map 14.33 KB
16
- ESM ⚡️ Build success in 37ms
13
+ ESM ⚡️ Build success in 18ms
14
+ CJS dist/index.js 8.30 KB
15
+ CJS dist/index.js.map 14.48 KB
16
+ CJS ⚡️ Build success in 19ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 2296ms
18
+ DTS ⚡️ Build success in 1703ms
19
19
  DTS dist/index.d.ts 1.82 KB
20
20
  DTS dist/index.d.mts 1.82 KB
21
- Done in 3.11s.
21
+ Done in 2.44s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @sproutsocial/seeds-react-numeral
2
2
 
3
+ ## 1.0.53
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b77aca0]
8
+ - Updated dependencies [2e72599]
9
+ - @sproutsocial/seeds-react-system-props@3.1.3
10
+ - @sproutsocial/seeds-react-theme@4.3.0
11
+ - @sproutsocial/seeds-react-tooltip@1.1.32
12
+ - @sproutsocial/seeds-react-text@1.5.2
13
+ - @sproutsocial/seeds-react-visually-hidden@1.0.27
14
+
15
+ ## 1.0.52
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [d21ae54]
20
+ - @sproutsocial/seeds-react-theme@4.2.1
21
+ - @sproutsocial/seeds-react-tooltip@1.1.31
22
+ - @sproutsocial/seeds-react-visually-hidden@1.0.26
23
+
3
24
  ## 1.0.51
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-numeral",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "description": "Seeds React Numeral",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -18,11 +18,11 @@
18
18
  "test:watch": "jest --watch --coverage=false"
19
19
  },
20
20
  "dependencies": {
21
- "@sproutsocial/seeds-react-theme": "^4.2.0",
22
- "@sproutsocial/seeds-react-system-props": "^3.1.2",
23
- "@sproutsocial/seeds-react-tooltip": "^1.1.30",
24
- "@sproutsocial/seeds-react-text": "^1.5.1",
25
- "@sproutsocial/seeds-react-visually-hidden": "^1.0.25",
21
+ "@sproutsocial/seeds-react-theme": "^4.3.0",
22
+ "@sproutsocial/seeds-react-system-props": "^3.1.3",
23
+ "@sproutsocial/seeds-react-tooltip": "^1.1.32",
24
+ "@sproutsocial/seeds-react-text": "^1.5.2",
25
+ "@sproutsocial/seeds-react-visually-hidden": "^1.0.27",
26
26
  "lru-memoize": "~1.0.2"
27
27
  },
28
28
  "devDependencies": {