Skip to content

Commit 5b66bb7

Browse files
chore(release): 1.38.0 [skip ci]
## [1.38.0](v1.37.6...v1.38.0) (2025-04-15) ### Features * don't sort arrays for Sort keys ([12a10df](12a10df)) ### Bug Fixes * [[#1676](#1676)] fix type issue after prettier upgrade ([776a133](776a133)) * add some required libs after upgrades ([0a951a0](0a951a0)) * cleanup ([26c3b0e](26c3b0e)) * more ([fce969b](fce969b)) * more tests ([ef17273](ef17273)) ### Dependencies * bump @compiled/react from 0.17.3 to 0.18.1 ([e8cce01](e8cce01)) * bump @compiled/react from 0.18.1 to 0.18.2 ([2959412](2959412)) * bump @compiled/react from 0.18.2 to 0.18.3 ([42d94ba](42d94ba)) * bump chrono-node from 2.7.7 to 2.7.9 ([a75c6c0](a75c6c0)) * bump chrono-node from 2.7.9 to 2.8.0 ([8b3dc59](8b3dc59)) * bump fast-xml-parser from 4.5.0 to 4.5.1 ([7b96900](7b96900)) * bump fast-xml-parser from 4.5.1 to 5.0.6 ([c4f4d46](c4f4d46)) * bump fast-xml-parser from 5.0.6 to 5.0.7 ([3e78914](3e78914)) * bump fast-xml-parser from 5.0.7 to 5.0.8 ([8cfe4c6](8cfe4c6)) * bump fast-xml-parser from 5.0.8 to 5.0.9 ([b5d0d54](b5d0d54)) * bump fast-xml-parser from 5.0.9 to 5.1.0 ([a5e5e26](a5e5e26)) * bump fast-xml-parser from 5.1.0 to 5.2.0 ([e8e524c](e8e524c)) * bump papaparse from 5.4.1 to 5.5.0 ([98392ed](98392ed)) * bump papaparse from 5.5.0 to 5.5.1 ([552640f](552640f)) * bump papaparse from 5.5.1 to 5.5.2 ([c994c3e](c994c3e)) * bump prettier from 3.3.3 to 3.4.2 ([3ce3797](3ce3797)) * bump prettier from 3.4.2 to 3.5.1 ([0cca7f3](0cca7f3)) * bump prettier from 3.5.1 to 3.5.2 ([635d5e6](635d5e6)) * bump prettier from 3.5.2 to 3.5.3 ([2113dae](2113dae)) * bump prismjs from 1.29.0 to 1.30.0 ([133b3d5](133b3d5)) * bump react-responsive from 10.0.0 to 10.0.1 ([1daf404](1daf404)) * bump sql-formatter from 15.4.10 to 15.4.11 ([835bdd5](835bdd5)) * bump sql-formatter from 15.4.11 to 15.5.1 ([3bcb04f](3bcb04f)) * bump sql-formatter from 15.4.2 to 15.4.3 ([ec44f62](ec44f62)) * bump sql-formatter from 15.4.3 to 15.4.4 ([3f85f01](3f85f01)) * bump sql-formatter from 15.4.4 to 15.4.5 ([fd9e7a7](fd9e7a7)) * bump sql-formatter from 15.4.5 to 15.4.6 ([2bad9d1](2bad9d1)) * bump sql-formatter from 15.4.6 to 15.4.7 ([589f03d](589f03d)) * bump sql-formatter from 15.4.7 to 15.4.8 ([2245930](2245930)) * bump sql-formatter from 15.4.8 to 15.4.9 ([9a7ea52](9a7ea52)) * bump sql-formatter from 15.4.9 to 15.4.10 ([66932a3](66932a3)) * bump sql-formatter from 15.5.1 to 15.5.2 ([d496258](d496258)) * bump terser from 5.33.0 to 5.34.0 ([419e6ab](419e6ab)) * bump terser from 5.34.0 to 5.34.1 ([a06ba0a](a06ba0a)) * bump terser from 5.34.1 to 5.36.0 ([1bbe58a](1bbe58a)) * bump terser from 5.36.0 to 5.37.0 ([8256b51](8256b51)) * bump terser from 5.37.0 to 5.38.1 ([9bc1a7e](9bc1a7e)) * bump terser from 5.38.1 to 5.39.0 ([4226790](4226790)) * bump uuid from 10.0.0 to 11.0.2 ([43a0716](43a0716)) * bump uuid from 11.0.2 to 11.0.3 ([e6131fb](e6131fb)) * bump uuid from 11.0.3 to 11.0.4 ([0e1594c](0e1594c)) * bump uuid from 11.0.4 to 11.0.5 ([20591ce](20591ce)) * bump uuid from 11.0.5 to 11.1.0 ([1991a57](1991a57))
1 parent 3939c78 commit 5b66bb7

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
1+
## [1.38.0](https://github.com/recurser/string-is/compare/v1.37.6...v1.38.0) (2025-04-15)
2+
3+
4+
### Features
5+
6+
* don't sort arrays for Sort keys ([12a10df](https://github.com/recurser/string-is/commit/12a10df22ea1dc17761eed8105d2b7ec819e164f))
7+
8+
9+
### Bug Fixes
10+
11+
* [[#1676](https://github.com/recurser/string-is/issues/1676)] fix type issue after prettier upgrade ([776a133](https://github.com/recurser/string-is/commit/776a133d84cf64d8921ca5c2428e14b4a6457e2e))
12+
* add some required libs after upgrades ([0a951a0](https://github.com/recurser/string-is/commit/0a951a02969c13a097b56894d1c2468becfc1a58))
13+
* cleanup ([26c3b0e](https://github.com/recurser/string-is/commit/26c3b0e8c05a1bcdd01ec315f4f14cf47abef950))
14+
* more ([fce969b](https://github.com/recurser/string-is/commit/fce969b1b618bf12f4fd512a5c278a474b0d0e5a))
15+
* more tests ([ef17273](https://github.com/recurser/string-is/commit/ef17273ef98269b5e54d302789508bd338014a11))
16+
17+
18+
### Dependencies
19+
20+
* bump @compiled/react from 0.17.3 to 0.18.1 ([e8cce01](https://github.com/recurser/string-is/commit/e8cce016392a1bb31069334478dbf990479df496))
21+
* bump @compiled/react from 0.18.1 to 0.18.2 ([2959412](https://github.com/recurser/string-is/commit/2959412113c47b86149c49dca6053ddfd09c6846))
22+
* bump @compiled/react from 0.18.2 to 0.18.3 ([42d94ba](https://github.com/recurser/string-is/commit/42d94ba3e68da1a7d4b44d53b3687c0a832b8e26))
23+
* bump chrono-node from 2.7.7 to 2.7.9 ([a75c6c0](https://github.com/recurser/string-is/commit/a75c6c0d9f109f52ca8f36e49f6faf964af76e2c))
24+
* bump chrono-node from 2.7.9 to 2.8.0 ([8b3dc59](https://github.com/recurser/string-is/commit/8b3dc59d3f4188621b5ff7ce13433f89d49ac814))
25+
* bump fast-xml-parser from 4.5.0 to 4.5.1 ([7b96900](https://github.com/recurser/string-is/commit/7b96900a758511471378520ba65c9b18703f894b))
26+
* bump fast-xml-parser from 4.5.1 to 5.0.6 ([c4f4d46](https://github.com/recurser/string-is/commit/c4f4d46712184f0ae121e530dff1ce4bc4cba35f))
27+
* bump fast-xml-parser from 5.0.6 to 5.0.7 ([3e78914](https://github.com/recurser/string-is/commit/3e78914a13c7154e68a2b76f77725c219eb338af))
28+
* bump fast-xml-parser from 5.0.7 to 5.0.8 ([8cfe4c6](https://github.com/recurser/string-is/commit/8cfe4c6e52039beeaef5b5655a1e2e146f7c0a3b))
29+
* bump fast-xml-parser from 5.0.8 to 5.0.9 ([b5d0d54](https://github.com/recurser/string-is/commit/b5d0d5438e417e5021fe50144dffc5ab0182b246))
30+
* bump fast-xml-parser from 5.0.9 to 5.1.0 ([a5e5e26](https://github.com/recurser/string-is/commit/a5e5e26ab527e5ea273da8fda5714e5d336b880f))
31+
* bump fast-xml-parser from 5.1.0 to 5.2.0 ([e8e524c](https://github.com/recurser/string-is/commit/e8e524c2c409819e83464a75fd85c8f236d887d6))
32+
* bump papaparse from 5.4.1 to 5.5.0 ([98392ed](https://github.com/recurser/string-is/commit/98392ed3a507c8736f9b8499e2be563590f8df88))
33+
* bump papaparse from 5.5.0 to 5.5.1 ([552640f](https://github.com/recurser/string-is/commit/552640f579c4d54e5942939ff2633cfc438733e2))
34+
* bump papaparse from 5.5.1 to 5.5.2 ([c994c3e](https://github.com/recurser/string-is/commit/c994c3ea125ea73502c7495506d7735705738402))
35+
* bump prettier from 3.3.3 to 3.4.2 ([3ce3797](https://github.com/recurser/string-is/commit/3ce379700fe66a25721e04dda03bf250cc033a1c))
36+
* bump prettier from 3.4.2 to 3.5.1 ([0cca7f3](https://github.com/recurser/string-is/commit/0cca7f379e9382780136fe787c65c49f00ed20bc))
37+
* bump prettier from 3.5.1 to 3.5.2 ([635d5e6](https://github.com/recurser/string-is/commit/635d5e60b17cdfd6343230a299545649a61c1548))
38+
* bump prettier from 3.5.2 to 3.5.3 ([2113dae](https://github.com/recurser/string-is/commit/2113daeb180b2200d29630cb4557b31f9fa51ad3))
39+
* bump prismjs from 1.29.0 to 1.30.0 ([133b3d5](https://github.com/recurser/string-is/commit/133b3d552bc5d473e9a08f869217df0fcb56c7c7))
40+
* bump react-responsive from 10.0.0 to 10.0.1 ([1daf404](https://github.com/recurser/string-is/commit/1daf4042d59043fe56770f739a35f955f0546e50))
41+
* bump sql-formatter from 15.4.10 to 15.4.11 ([835bdd5](https://github.com/recurser/string-is/commit/835bdd5d8af909c89b991e78b88f8b6e34719c2b))
42+
* bump sql-formatter from 15.4.11 to 15.5.1 ([3bcb04f](https://github.com/recurser/string-is/commit/3bcb04f17724f05999e74255efbaf54713b8b29e))
43+
* bump sql-formatter from 15.4.2 to 15.4.3 ([ec44f62](https://github.com/recurser/string-is/commit/ec44f6270ab5ed60d341a4c5242a0fd60be4c696))
44+
* bump sql-formatter from 15.4.3 to 15.4.4 ([3f85f01](https://github.com/recurser/string-is/commit/3f85f01445071fdcec184b75e39a0fd774dff50d))
45+
* bump sql-formatter from 15.4.4 to 15.4.5 ([fd9e7a7](https://github.com/recurser/string-is/commit/fd9e7a70b237854790dbdc77aaa48456f6e7a14b))
46+
* bump sql-formatter from 15.4.5 to 15.4.6 ([2bad9d1](https://github.com/recurser/string-is/commit/2bad9d1ae41fc2aca512f9982fd41574dec1724d))
47+
* bump sql-formatter from 15.4.6 to 15.4.7 ([589f03d](https://github.com/recurser/string-is/commit/589f03dc43013f42529233a9cd0ac3fab0c7e37e))
48+
* bump sql-formatter from 15.4.7 to 15.4.8 ([2245930](https://github.com/recurser/string-is/commit/2245930273e474a9fa0bb43f80cbc585a800d6a6))
49+
* bump sql-formatter from 15.4.8 to 15.4.9 ([9a7ea52](https://github.com/recurser/string-is/commit/9a7ea52e3d4a4456aca5f6c017452139b9303839))
50+
* bump sql-formatter from 15.4.9 to 15.4.10 ([66932a3](https://github.com/recurser/string-is/commit/66932a36c5e5b4f2f98f93eb5ca626f57ab790f7))
51+
* bump sql-formatter from 15.5.1 to 15.5.2 ([d496258](https://github.com/recurser/string-is/commit/d49625876460301161eaf142da32838e15931c28))
52+
* bump terser from 5.33.0 to 5.34.0 ([419e6ab](https://github.com/recurser/string-is/commit/419e6abdef3c44afe6479377e0e974490fe88c5a))
53+
* bump terser from 5.34.0 to 5.34.1 ([a06ba0a](https://github.com/recurser/string-is/commit/a06ba0af2bd22239ce9e8970340a10d37234de14))
54+
* bump terser from 5.34.1 to 5.36.0 ([1bbe58a](https://github.com/recurser/string-is/commit/1bbe58aaf1cb30eb343d5cd37aa526c112a9523e))
55+
* bump terser from 5.36.0 to 5.37.0 ([8256b51](https://github.com/recurser/string-is/commit/8256b51e0e480e8e1d8f5a7882736a299747b593))
56+
* bump terser from 5.37.0 to 5.38.1 ([9bc1a7e](https://github.com/recurser/string-is/commit/9bc1a7e4b0a9c44ff2be31af5bf8f648f4ecee09))
57+
* bump terser from 5.38.1 to 5.39.0 ([4226790](https://github.com/recurser/string-is/commit/4226790608714ece7dc17fa9396b9900a7a89e69))
58+
* bump uuid from 10.0.0 to 11.0.2 ([43a0716](https://github.com/recurser/string-is/commit/43a07163fe3de78ef758be3b4de051b250fd7602))
59+
* bump uuid from 11.0.2 to 11.0.3 ([e6131fb](https://github.com/recurser/string-is/commit/e6131fb1ef64de197ba90574ba7ab9e51c9847b5))
60+
* bump uuid from 11.0.3 to 11.0.4 ([0e1594c](https://github.com/recurser/string-is/commit/0e1594cd9e9ab651cd20a8ce33baac30031d49cc))
61+
* bump uuid from 11.0.4 to 11.0.5 ([20591ce](https://github.com/recurser/string-is/commit/20591cecccf419ab2e192a13427f5476c92b273f))
62+
* bump uuid from 11.0.5 to 11.1.0 ([1991a57](https://github.com/recurser/string-is/commit/1991a57b88ada7197b67f66c0337e84a155a8cff))
63+
164
## [1.37.6](https://github.com/recurser/string-is/compare/v1.37.5...v1.37.6) (2024-09-19)
265

366

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-is",
3-
"version": "1.37.6",
3+
"version": "1.38.0",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)