diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 28649f2b..afc31bfa 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -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": [ @@ -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" }, diff --git a/packages/components/package.json b/packages/components/package.json index c5a1e975..b2c41c9c 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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", @@ -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", diff --git a/packages/fetch-api/package.json b/packages/fetch-api/package.json index 5bc03daa..c57a74ff 100644 --- a/packages/fetch-api/package.json +++ b/packages/fetch-api/package.json @@ -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", @@ -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": { diff --git a/packages/react-components/package.json b/packages/react-components/package.json index 3f65fbf3..d4737c3c 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -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", @@ -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", diff --git a/packages/util/package.json b/packages/util/package.json index 36180b77..1d159f3a 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -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",