Skip to content

Commit

Permalink
Merge pull request #380 from Giphy/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
giannif authored May 30, 2023
2 parents 5223f88 + c6ccac9 commit d7c4ffb
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/moody-frogs-appear.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @giphy/js-analytics

## 4.3.2

### Patch Changes

- 8c8e8d6: Add types to package.json export field
- Updated dependencies [8c8e8d6]
- @giphy/js-util@4.4.2

## 4.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"name": "@giphy/js-analytics",
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/analytics",
"version": "4.3.1",
"version": "4.3.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/brand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @giphy/js-brand

## 2.3.2

### Patch Changes

- 8c8e8d6: Add types to package.json export field

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/brand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typescript": "^5.0.4"
},
"name": "@giphy/js-brand",
"version": "2.3.1",
"version": "2.3.2",
"main": "./dist/index.js",
"description": "colors, fonts, and other shared css",
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/brand",
Expand Down
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)

## 4.9.2

### Patch Changes

- 8c8e8d6: Add types to package.json export field
- Updated dependencies [8c8e8d6]
- @giphy/js-util@4.4.2

## 4.9.1

### Patch 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": "4.9.1",
"version": "4.9.2",
"main": "dist/index.js",
"description": "Javascript API to fetch gifs and stickers from the GIPHY API.",
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/fetch-api",
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@6.0.0 (2022-08-03)

## 6.9.4

### Patch Changes

- 8c8e8d6: Add types to package.json export field
- Updated dependencies [8c8e8d6]
- @giphy/js-analytics@4.3.2
- @giphy/js-fetch-api@4.9.2
- @giphy/js-brand@2.3.2
- @giphy/js-util@4.4.2

## 6.9.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 @@ -44,7 +44,7 @@
"webpack": "^5.74.0"
},
"name": "@giphy/react-components",
"version": "6.9.3",
"version": "6.9.4",
"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
6 changes: 6 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 4.0.0 (2021-08-09)

## 4.4.2

### Patch Changes

- 8c8e8d6: Add types to package.json export field

## 4.4.1

### Patch 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": "4.4.1",
"version": "4.4.2",
"main": "dist/index.js",
"description": "Shared giphy js utils",
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/util",
Expand Down

0 comments on commit d7c4ffb

Please sign in to comment.