Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #439

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected] (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