Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 24, 2023
1 parent 02c3592 commit 24de1da
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-lizards-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-pugs-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-tigers-change.md

This file was deleted.

38 changes: 30 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,56 @@
## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases)

## 1.21.0

### Minor Changes

- [#1817](https://github.com/Urigo/graphql-scalars/pull/1817)
[`39e1890`](https://github.com/Urigo/graphql-scalars/commit/39e1890f494a19a86f50392cd9c9db6e466f6086)
Thanks [@cmhhelgeson](https://github.com/cmhhelgeson)! - Add new scalar types related to Library
and Patent Classifications

### Patch Changes

- [#1801](https://github.com/Urigo/graphql-scalars/pull/1801)
[`7337d43`](https://github.com/Urigo/graphql-scalars/commit/7337d432cb8a103778ca62a570d27f3f00ec3a2c)
Thanks [@mcclurejt](https://github.com/mcclurejt)! - Expand the DID scalar regex to accommodate
did:pkh

- [#1850](https://github.com/Urigo/graphql-scalars/pull/1850)
[`ea80093`](https://github.com/Urigo/graphql-scalars/commit/ea800938238be4c676ff3a71a4d77c3e66de364a)
Thanks [@VoloshchenkoAl](https://github.com/VoloshchenkoAl)! - Support UA postal code in
PostalCode scalar

## 1.20.1

### Patch Changes

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

## 1.20.0

### Minor Changes

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

## 1.19.0

### Minor Changes

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

## 1.18.0

### Minor Changes

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

A field whose value conforms to the standard cuid format as specified in
[This Repo](https://github.com/ericelliott/cuid#broken-down).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-scalars",
"version": "1.20.4",
"version": "1.21.0",
"type": "module",
"description": "A collection of scalar types not included in base GraphQL.",
"repository": {
Expand Down

0 comments on commit 24de1da

Please sign in to comment.