Skip to content

Commit

Permalink
Merge pull request #439 from Giphy/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
giannif authored Apr 22, 2024
2 parents 0f66a98 + e163e06 commit 8600a45
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/dull-cherries-hang.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mean-stingrays-grow.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## @giphy/js-components@5.4.1 (2022-03-02)

## 5.13.0

### Minor Changes

- eef27e2: Readme updates for react, js, and svelte components to provide information re: pingbacks

## 5.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typescript": "^4.7.4"
},
"name": "@giphy/js-components",
"version": "5.12.1",
"version": "5.13.0",
"description": "A lightweight set of components, focused on easy-of-use and performance.",
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/components",
"main": "dist/index.js",
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.4.0

### Minor Changes

- eef27e2: Readme updates for react, js, and svelte components to provide information re: pingbacks

### Patch Changes

- 69c5a20: - Grid supports editableGifs
- make fetchpriority lowercase to avoid runtime warning

## 9.3.0

### Minor 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.3.0",
"version": "9.4.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
6 changes: 6 additions & 0 deletions packages/svelte-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @giphy/svelte-components

## 1.1.0

### Minor Changes

- eef27e2: Readme updates for react, js, and svelte components to provide information re: pingbacks

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giphy/svelte-components",
"version": "1.0.1",
"version": "1.1.0",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand Down

0 comments on commit 8600a45

Please sign in to comment.