Skip to content

Commit

Permalink
Merge pull request #393 from Giphy/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
giannif authored Jun 26, 2023
2 parents aff0d67 + 08ede72 commit 81d2def
Show file tree
Hide file tree
Showing 13 changed files with 90 additions and 20 deletions.
14 changes: 0 additions & 14 deletions .changeset/tidy-fishes-sparkle.md

This file was deleted.

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

## 5.0.0

### Major Changes

- 9914802: util, analytics, fetch-api and brand are all type: module now. See [here](https://github.com/Giphy/giphy-js/pull/391#issue-1770394467) for more info

## Possible breaking change

The output format has changed. If you are accessing files in dist, your build will fail.

### Patch Changes

- Updated dependencies [9914802]
- @giphy/js-util@5.0.0

## 4.3.2

### 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.2",
"version": "5.0.0",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"module": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/brand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @giphy/js-brand

## 3.0.0

### Major Changes

- 9914802: util, analytics, fetch-api and brand are all type: module now. See [here](https://github.com/Giphy/giphy-js/pull/391#issue-1770394467) for more info

## Possible breaking change

The output format has changed. If you are accessing files in dist, your build will fail.

## 2.3.2

### 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.2",
"version": "3.0.0",
"description": "colors, fonts, and other shared css",
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/brand",
"main": "dist/index.cjs",
Expand Down
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.0.0

### Major Changes

- 9914802: util, analytics, fetch-api and brand are all type: module now. See [here](https://github.com/Giphy/giphy-js/pull/391#issue-1770394467) for more info

## Possible breaking change

The output format has changed. If you are accessing files in dist, your build will fail.

### Patch Changes

- Updated dependencies [9914802]
- @giphy/js-util@5.0.0

## 4.9.3

- 8ddfb8c: check for require so esm build doesn't fail
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.3",
"version": "5.0.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

## 7.0.1

### Patch Changes

- 9914802: util, analytics, fetch-api and brand are all type: module now. See [here](https://github.com/Giphy/giphy-js/pull/391#issue-1770394467) for more info

## Possible breaking change

The output format has changed. If you are accessing files in dist, your build will fail.

- Updated dependencies [9914802]
- @giphy/js-analytics@5.0.0
- @giphy/js-fetch-api@5.0.0
- @giphy/js-brand@3.0.0
- @giphy/js-util@5.0.0

## 7.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 @@ -44,7 +44,7 @@
"webpack": "^5.74.0"
},
"name": "@giphy/react-components",
"version": "7.0.0",
"version": "7.0.1",
"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
18 changes: 18 additions & 0 deletions packages/svelte-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @giphy/svelte-components

## 0.1.0

### Minor Changes

- 9914802: util, analytics, fetch-api and brand are all type: module now. See [here](https://github.com/Giphy/giphy-js/pull/391#issue-1770394467) for more info

## Possible breaking change

The output format has changed. If you are accessing files in dist, your build will fail.

### Patch Changes

- Updated dependencies [9914802]
- @giphy/js-analytics@5.0.0
- @giphy/js-fetch-api@5.0.0
- @giphy/js-brand@3.0.0
- @giphy/js-util@5.0.0

## 0.0.3

### 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": "0.0.3",
"version": "0.1.0",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand Down
10 changes: 10 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 4.4.2

## 5.0.0

### Major Changes

- 9914802: util, analytics, fetch-api and brand are all type: module now. See [here](https://github.com/Giphy/giphy-js/pull/391#issue-1770394467) for more info

## Possible breaking change

The output format has changed. If you are accessing files in dist, your build will fail.

### Patch Changes

- 8c8e8d6: Add types to package.json export field
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.2",
"version": "5.0.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 81d2def

Please sign in to comment.