Skip to content

Commit 58290cf

Browse files
Version Packages (#57)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 840e5b4 commit 58290cf

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/warm-numbers-attack.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @0no-co/graphql.web
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- Remove sourcemaps' `sourcesContent` from published package
8+
Submitted by [@kitten](https://github.com/kitten) (See [#56](https://github.com/0no-co/graphql.web/pull/56))
9+
310
## 1.1.1
411

512
### Patch Changes

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@0no-co/graphql-web",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"exports": "./src/index.ts"
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@0no-co/graphql.web",
33
"description": "A spec-compliant client-side GraphQL implementation",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"author": "0no.co <[email protected]>",
66
"source": "./src/index.ts",
77
"main": "./dist/graphql.web",

0 commit comments

Comments
 (0)