Skip to content

Commit

Permalink
Merge pull request #13 from windyroad/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
tompahoward authored Sep 12, 2023
2 parents ce5a4e8 + 942b5d1 commit 3616b80
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-tables-admire.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/fetch-fragment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @windyroad/fetch-link

## 2.0.4

### Patch Changes

- ce5a4e8: fixed issues handling relative urls when the response.url is undefined or not a valid URL.

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-fragment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/fetch-fragment",
"version": "2.0.3",
"version": "2.0.4",
"description": "A fetch library that can retrieve json fragments",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/fetch-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @windyroad/fetch-link

## 3.0.4

### Patch Changes

- Updated dependencies [ce5a4e8]
- @windyroad/fetch-fragment@2.0.4

## 3.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/fetch-link",
"version": "3.0.3",
"version": "3.0.4",
"description": "A library that adapts the fetch API to work with RFC8288 Link objects.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@windyroad/adapt-fetch-inputs": "3.0.1",
"@windyroad/decorate-fetch-response": "3.0.1",
"@windyroad/fetch-fragment": "2.0.3",
"@windyroad/fetch-fragment": "2.0.4",
"@windyroad/wrap-fetch": "3.0.1",
"@windyroad/link-header": "1.0.0",
"json-ptr": "^3.1.1",
Expand Down

0 comments on commit 3616b80

Please sign in to comment.