Skip to content

Commit 4db9d82

Browse files
committed
Revert "chore(release): update monorepo packages versions (#1670)"
This reverts commit 6a1d5ad.
1 parent 6a1d5ad commit 4db9d82

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

.changeset/lucky-waves-reflect.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'graphql-scalars': minor
3+
---
4+
5+
CUID Scalar
6+
7+
A field whose value conforms to the standard cuid format as specified in
8+
[This Repo](https://github.com/ericelliott/cuid#broken-down).

CHANGELOG.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
11
## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases)
2-
3-
## 1.18.0
4-
5-
### Minor Changes
6-
7-
- [`451e877`](https://github.com/Urigo/graphql-scalars/commit/451e877581e7da7bb66e7125e12cc7e7c30a65de) Thanks
8-
[@saihaj](https://github.com/saihaj)! - CUID Scalar
9-
10-
A field whose value conforms to the standard cuid format as specified in
11-
[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.18.0",
3+
"version": "1.17.0",
44
"description": "A collection of scalar types not included in base GraphQL.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)