Skip to content

Commit

Permalink
Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 2, 2023
1 parent ad67782 commit 498974e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-panthers-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-spiders-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-pants-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-birds-clean.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @frontside/hydraphql

## 0.1.0

### Minor Changes

- b0cca19: Change a way of declaring GraphQL schema mappers
- a898750: Improve @resolve directive to handle arrays

### Patch Changes

- 3244b34: #4 Add `Core` module to schema transformation implicitly
- 508e6d7: Update readme and add some examples of using HydraphQL without Backstage

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontside/hydraphql",
"description": "Tool that DRY and then Hydrate your GraphQL schema",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 498974e

Please sign in to comment.