Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
giannif committed Feb 17, 2021
1 parent db8cd9b commit adbc451
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript": "^4.0.5"
},
"name": "@giphy/js-components",
"version": "4.2.1",
"version": "4.2.2",
"description": "A lightweight set of components, focused on easy-of-use and performance.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -29,7 +29,7 @@
"dependencies": {
"@giphy/js-analytics": "^2.2.1",
"@giphy/js-brand": "^2.0.2",
"@giphy/js-fetch-api": "^2.2.1",
"@giphy/js-fetch-api": "^2.2.2",
"@giphy/js-types": "^3.0.1",
"@giphy/js-util": "^2.1.1",
"bricks.js": "^1.8.0",
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 @@ -9,7 +9,7 @@
"test:watch": "jest --config ./jestconfig.js --watchAll"
},
"name": "@giphy/js-fetch-api",
"version": "2.2.1",
"version": "2.2.2",
"main": "dist/index.js",
"description": "Javascript API to fetch gifs and stickers from the GIPHY API.",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "^4.0.5"
},
"name": "@giphy/react-components",
"version": "2.2.1",
"version": "2.2.2",
"description": "A lightweight set of components, focused on easy-of-use and performance.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -54,7 +54,7 @@
"@emotion/styled": "10.0.27",
"@giphy/js-analytics": "^2.2.1",
"@giphy/js-brand": "^2.0.2",
"@giphy/js-fetch-api": "^2.2.1",
"@giphy/js-fetch-api": "^2.2.2",
"@giphy/js-types": "^3.0.1",
"@giphy/js-util": "^2.1.1",
"emotion-theming": "10.0.27",
Expand Down

0 comments on commit adbc451

Please sign in to comment.