Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
giannif committed Jan 29, 2021
1 parent f4a274e commit 0ece5d2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:watch": "jest --config ./jestconfig.js --watchAll"
},
"name": "@giphy/js-analytics",
"version": "2.1.1",
"version": "2.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@giphy/js-types": "^3.0.0",
"@giphy/js-util": "^2.0.0",
"@giphy/js-util": "^2.1.0",
"append-query": "^2.1.0",
"throttle-debounce": "^2.3.0"
},
Expand Down
8 changes: 4 additions & 4 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.1.2",
"version": "4.1.3",
"description": "A lightweight set of components, focused on easy-of-use and performance.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -27,11 +27,11 @@
"access": "public"
},
"dependencies": {
"@giphy/js-analytics": "^2.1.1",
"@giphy/js-analytics": "^2.2.0",
"@giphy/js-brand": "^2.0.2",
"@giphy/js-fetch-api": "^2.0.1",
"@giphy/js-fetch-api": "^2.1.0",
"@giphy/js-types": "^3.0.0",
"@giphy/js-util": "^2.0.0",
"@giphy/js-util": "^2.1.0",
"bricks.js": "^1.8.0",
"emotion": "10.0.27",
"intersection-observer": "^0.11.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.0.1",
"version": "2.1.0",
"main": "dist/index.js",
"description": "Javascript API to fetch gifs and stickers from the GIPHY API.",
"types": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@giphy/js-types": "^3.0.0",
"@giphy/js-util": "^2.0.0",
"@giphy/js-util": "^2.1.0",
"qs": "^6.9.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.1.2",
"version": "2.1.3",
"description": "A lightweight set of components, focused on easy-of-use and performance.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -52,11 +52,11 @@
"dependencies": {
"@emotion/core": "10.1.1",
"@emotion/styled": "10.0.27",
"@giphy/js-analytics": "^2.1.1",
"@giphy/js-analytics": "^2.2.0",
"@giphy/js-brand": "^2.0.2",
"@giphy/js-fetch-api": "^2.0.1",
"@giphy/js-fetch-api": "^2.1.0",
"@giphy/js-types": "^3.0.0",
"@giphy/js-util": "^2.0.0",
"@giphy/js-util": "^2.1.0",
"emotion-theming": "10.0.27",
"intersection-observer": "^0.11.0",
"react-use": "15.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:watch": "jest --config ./jestconfig.js --watchAll"
},
"name": "@giphy/js-util",
"version": "2.0.0",
"version": "2.1.0",
"main": "dist/index.js",
"description": "Shared giphy js utils",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0ece5d2

Please sign in to comment.