Skip to content

Commit

Permalink
Merge pull request #437 from Giphy/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
giannif authored Feb 22, 2024
2 parents 3d61e3e + f1d3cb1 commit ea4dea7
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-bulldogs-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-jeans-clap.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/fetch-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 4.1.1 (2021-08-09)

## 5.4.0

### Minor Changes

- 3b5e333: remove qs library, use URLSearchParams

## 5.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:watch": "run -T jest --config ./jestconfig.js --watchAll"
},
"name": "@giphy/js-fetch-api",
"version": "5.3.0",
"version": "5.4.0",
"description": "Javascript API to fetch gifs and stickers from the GIPHY API.",
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/fetch-api",
"main": "dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## @giphy/react-components

## 9.3.0

### Minor Changes

- 6534ea6: add fetchpriority prop to Gif component

### Patch Changes

- Updated dependencies [3b5e333]
- @giphy/js-fetch-api@5.4.0

## 9.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"webpack": "^5.74.0"
},
"name": "@giphy/react-components",
"version": "9.2.3",
"version": "9.3.0",
"description": "A lightweight set of components, focused on easy-of-use and performance.",
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/react-components",
"main": "dist/index.js",
Expand Down

0 comments on commit ea4dea7

Please sign in to comment.