From e4f021a123808a0a38657b790cc8e43748264ea5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:07:59 -0400 Subject: [PATCH] Version Packages (#29) Co-authored-by: github-actions[bot] --- .changeset/strong-llamas-wash.md | 5 ----- CHANGELOG.md | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 .changeset/strong-llamas-wash.md diff --git a/.changeset/strong-llamas-wash.md b/.changeset/strong-llamas-wash.md deleted file mode 100644 index 9327808..0000000 --- a/.changeset/strong-llamas-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/graphql-testing-library": minor ---- - -Defer support diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0d556..2340cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1 @@ -# @apollo/graphql-testing-library \ No newline at end of file +# @apollo/graphql-testing-library diff --git a/package.json b/package.json index b1794e1..7616673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/graphql-testing-library", - "version": "0.0.0", + "version": "0.1.0", "private": true, "repository": { "url": "git+https://github.com/apollographql/graphql-testing-library"