Skip to content

Commit

Permalink
Merge pull request #11 from windyroad/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
tompahoward authored Aug 29, 2023
2 parents a82fe33 + 03d5776 commit 6395f9d
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .changeset/pink-parents-stare.md

This file was deleted.

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

## 2.0.2

### Patch Changes

- 57fca4d: Created `@windyroad/link-header`, a browser compatible Typescript fork of [HTTP Link Header], to allow
`@windyroad/fetch-link` and `@windyroad/fetch-fragment` to be used in browsers.

A huge shout-out to the team behind the [HTTP Link Header]. The comprehensive implementation and set
of tests, made porting it to Typescript a breeze.

[HTTP Link Header]: https://github.com/jhermsmeier/node-http-link-header

- Updated dependencies [57fca4d]
- @windyroad/link-header@1.0.0

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "2.0.2",
"description": "A fetch library that can retrieve json fragments",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@windyroad/decorate-fetch-response": "3.0.1",
"@windyroad/wrap-fetch": "3.0.1",
"@windyroad/link-header": "0.0.0",
"@windyroad/link-header": "1.0.0",
"json-ptr": "^3.1.1"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/fetch-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @windyroad/fetch-link

## 3.0.2

### Patch Changes

- 57fca4d: Created `@windyroad/link-header`, a browser compatible Typescript fork of [HTTP Link Header], to allow
`@windyroad/fetch-link` and `@windyroad/fetch-fragment` to be used in browsers.

A huge shout-out to the team behind the [HTTP Link Header]. The comprehensive implementation and set
of tests, made porting it to Typescript a breeze.

[HTTP Link Header]: https://github.com/jhermsmeier/node-http-link-header

- Updated dependencies [57fca4d]
- @windyroad/link-header@1.0.0
- @windyroad/fetch-fragment@2.0.2

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "3.0.2",
"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,9 +52,9 @@
"dependencies": {
"@windyroad/adapt-fetch-inputs": "3.0.1",
"@windyroad/decorate-fetch-response": "3.0.1",
"@windyroad/fetch-fragment": "2.0.1",
"@windyroad/fetch-fragment": "2.0.2",
"@windyroad/wrap-fetch": "3.0.1",
"@windyroad/link-header": "0.0.0",
"@windyroad/link-header": "1.0.0",
"json-ptr": "^3.1.1",
"uri-templates": "^0.2.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/link-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @windyroad/link-header

## 1.0.0

### Major Changes

- 57fca4d: Created `@windyroad/link-header`, a browser compatible Typescript fork of [HTTP Link Header], to allow
`@windyroad/fetch-link` and `@windyroad/fetch-fragment` to be used in browsers.

A huge shout-out to the team behind the [HTTP Link Header]. The comprehensive implementation and set
of tests, made porting it to Typescript a breeze.

[HTTP Link Header]: https://github.com/jhermsmeier/node-http-link-header
2 changes: 1 addition & 1 deletion packages/link-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/link-header",
"version": "0.0.0",
"version": "1.0.0",
"description": "Parse & format HTTP link headers according to RFC 8288",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 6395f9d

Please sign in to comment.