Skip to content

Commit

Permalink
Merge pull request #410 from Giphy/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
giannif authored Aug 2, 2023
2 parents de1c0a5 + dc9eddc commit 94cdaa9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/angry-lamps-dream.md

This file was deleted.

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

## 5.1.0

### Minor Changes

- ad0f108: react-components: percentWidth prop on gif allows you to display a Gif component using a css percentage value

fetch-api: add type videos to related end point

## 5.0.0

### Major 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.0.0",
"version": "5.1.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
13 changes: 13 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## @giphy/react-components

## 8.1.0

### Minor Changes

- ad0f108: react-components: percentWidth prop on gif allows you to display a Gif component using a css percentage value

fetch-api: add type videos to related end point

### Patch Changes

- Updated dependencies [ad0f108]
- @giphy/js-fetch-api@5.1.0

## 8.0.0

### Major 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 @@ -51,7 +51,7 @@
"webpack": "^5.74.0"
},
"name": "@giphy/react-components",
"version": "8.0.0",
"version": "8.1.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 94cdaa9

Please sign in to comment.