Skip to content

Commit 96f1ab9

Browse files
authored
Merge pull request #472 from Giphy/changeset-release/master
Version Packages
2 parents bba502b + 5d7fc8d commit 96f1ab9

File tree

6 files changed

+24
-13
lines changed

6 files changed

+24
-13
lines changed

.changeset/kind-socks-relate.md

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

.changeset/rotten-cups-hear.md

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

packages/fetch-api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 4.1.1 (2021-08-09)
22

3+
## 5.7.0
4+
5+
### Minor Changes
6+
7+
- 39fdc51: add a workaround for channels with hidden gifs
8+
9+
### Patch Changes
10+
11+
- 5f3ea10: hidden gifs workarounds: tweak the logic for knowing when to fetch more gifs
12+
313
## 5.6.0
414

515
### Minor Changes

packages/fetch-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:watch": "run -T jest --config ./jestconfig.js --watchAll"
1111
},
1212
"name": "@giphy/js-fetch-api",
13-
"version": "5.6.0",
13+
"version": "5.7.0",
1414
"description": "Javascript API to fetch gifs and stickers from the GIPHY API.",
1515
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/fetch-api",
1616
"main": "dist/index.cjs",

packages/react-components/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## @giphy/react-components
22

3+
## 10.1.0
4+
5+
### Minor Changes
6+
7+
- 39fdc51: add a workaround for channels with hidden gifs
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [39fdc51]
12+
- Updated dependencies [5f3ea10]
13+
- @giphy/js-fetch-api@5.7.0
14+
315
## 10.0.1
416

517
### Patch Changes

packages/react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"vite": "^6.0.11"
4848
},
4949
"name": "@giphy/react-components",
50-
"version": "10.0.1",
50+
"version": "10.1.0",
5151
"description": "A lightweight set of components, focused on easy-of-use and performance.",
5252
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/react-components",
5353
"main": "dist/index.js",

0 commit comments

Comments
 (0)