Skip to content

Commit b1dad3a

Browse files
chore(release): update monorepo packages versions (#1860)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02c3592 commit b1dad3a

File tree

5 files changed

+31
-24
lines changed

5 files changed

+31
-24
lines changed

.changeset/curly-lizards-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curly-pugs-shave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silly-tigers-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,56 @@
11
## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases)
22

3+
## 1.21.0
4+
5+
### Minor Changes
6+
7+
- [#1817](https://github.com/Urigo/graphql-scalars/pull/1817)
8+
[`39e1890`](https://github.com/Urigo/graphql-scalars/commit/39e1890f494a19a86f50392cd9c9db6e466f6086)
9+
Thanks [@cmhhelgeson](https://github.com/cmhhelgeson)! - Add new scalar types related to Library
10+
and Patent Classifications
11+
12+
### Patch Changes
13+
14+
- [#1801](https://github.com/Urigo/graphql-scalars/pull/1801)
15+
[`7337d43`](https://github.com/Urigo/graphql-scalars/commit/7337d432cb8a103778ca62a570d27f3f00ec3a2c)
16+
Thanks [@mcclurejt](https://github.com/mcclurejt)! - Expand the DID scalar regex to accommodate
17+
did:pkh
18+
19+
- [#1850](https://github.com/Urigo/graphql-scalars/pull/1850)
20+
[`ea80093`](https://github.com/Urigo/graphql-scalars/commit/ea800938238be4c676ff3a71a4d77c3e66de364a)
21+
Thanks [@VoloshchenkoAl](https://github.com/VoloshchenkoAl)! - Support UA postal code in
22+
PostalCode scalar
23+
324
## 1.20.1
425

526
### Patch Changes
627

728
- [#1764](https://github.com/Urigo/graphql-scalars/pull/1764)
8-
[`41551b8`](https://github.com/Urigo/graphql-scalars/commit/41551b8a1cfa616fefe2b67dbaea91d5ca76eeac) Thanks
9-
[@ardatan](https://github.com/ardatan)! - Throw located GraphQLErrors instead of TypeError
29+
[`41551b8`](https://github.com/Urigo/graphql-scalars/commit/41551b8a1cfa616fefe2b67dbaea91d5ca76eeac)
30+
Thanks [@ardatan](https://github.com/ardatan)! - Throw located GraphQLErrors instead of TypeError
1031

1132
## 1.20.0
1233

1334
### Minor Changes
1435

15-
- [`89a867a`](https://github.com/Urigo/graphql-scalars/commit/89a867afaa0d7a0e5365dce8508aecf67586061a) Thanks
16-
[@ardatan](https://github.com/ardatan)! - Add JSON Schema annotations for SOFA
36+
- [`89a867a`](https://github.com/Urigo/graphql-scalars/commit/89a867afaa0d7a0e5365dce8508aecf67586061a)
37+
Thanks [@ardatan](https://github.com/ardatan)! - Add JSON Schema annotations for SOFA
1738

1839
## 1.19.0
1940

2041
### Minor Changes
2142

22-
- [`8ba194c`](https://github.com/Urigo/graphql-scalars/commit/8ba194c60fa8e84d20c6ada6bbc30555b9c832c0) Thanks
23-
[@ardatan](https://github.com/ardatan)! - - feat: add IP scalar (#1717) - Thanks @mammadatei!
43+
- [`8ba194c`](https://github.com/Urigo/graphql-scalars/commit/8ba194c60fa8e84d20c6ada6bbc30555b9c832c0)
44+
Thanks [@ardatan](https://github.com/ardatan)! - - feat: add IP scalar (#1717) - Thanks
45+
@mammadatei!
2446
- feat: add SemVer scalar (#1728) - Thanks @mammadatei!
2547

2648
## 1.18.0
2749

2850
### Minor Changes
2951

30-
- [`4db9d82`](https://github.com/Urigo/graphql-scalars/commit/4db9d82f36c834dfe37ac3759429c12a1cc24060) Thanks
31-
[@saihaj](https://github.com/saihaj)! - CUID Scalar
52+
- [`4db9d82`](https://github.com/Urigo/graphql-scalars/commit/4db9d82f36c834dfe37ac3759429c12a1cc24060)
53+
Thanks [@saihaj](https://github.com/saihaj)! - CUID Scalar
3254

3355
A field whose value conforms to the standard cuid format as specified in
3456
[This Repo](https://github.com/ericelliott/cuid#broken-down).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-scalars",
3-
"version": "1.20.4",
3+
"version": "1.21.0",
44
"type": "module",
55
"description": "A collection of scalar types not included in base GraphQL.",
66
"repository": {

0 commit comments

Comments
 (0)