Skip to content

Commit

Permalink
Merge pull request #445 from Giphy/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
giannif authored May 3, 2024
2 parents fd0de34 + f12a94b commit 0380176
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 15 deletions.
11 changes: 0 additions & 11 deletions .changeset/witty-singers-chew.md

This file was deleted.

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

## 5.5.0

### Minor Changes

- 94158d9: - moat tracking in react components
- remove unused deps in util
- append bottle data in fetch-api
- update types for gif to include bottle_data

### Patch Changes

- Updated dependencies [94158d9]
- @giphy/js-types@5.1.0
- @giphy/js-util@5.1.0

## 5.4.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.4.0",
"version": "5.5.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
16 changes: 16 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## @giphy/react-components

## 9.5.0

### Minor Changes

- 94158d9: - moat tracking in react components
- remove unused deps in util
- append bottle data in fetch-api
- update types for gif to include bottle_data

### Patch Changes

- Updated dependencies [94158d9]
- @giphy/js-fetch-api@5.5.0
- @giphy/js-types@5.1.0
- @giphy/js-util@5.1.0

## 9.4.1

### 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.4.1",
"version": "9.5.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
9 changes: 9 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @giphy/js-types

## 5.1.0

### Minor Changes

- 94158d9: - moat tracking in react components
- remove unused deps in util
- append bottle data in fetch-api
- update types for gif to include bottle_data

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"name": "@giphy/js-types",
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/types",
"version": "5.0.0",
"version": "5.1.0",
"main": "dist/index.d.ts",
"types": "dist/index.d.ts",
"publishConfig": {
Expand Down
14 changes: 14 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## 4.4.2

## 5.1.0

### Minor Changes

- 94158d9: - moat tracking in react components
- remove unused deps in util
- append bottle data in fetch-api
- update types for gif to include bottle_data

### Patch Changes

- Updated dependencies [94158d9]
- @giphy/js-types@5.1.0

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:watch": "run -T jest --config ./jestconfig.js --watchAll"
},
"name": "@giphy/js-util",
"version": "5.0.0",
"version": "5.1.0",
"description": "Shared giphy js utils",
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/util",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 0380176

Please sign in to comment.