Skip to content

Commit f87825d

Browse files
author
Maya Shavin
committed
chore: pump-up versions
1 parent 77e996c commit f87825d

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

packages/url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript"
3838
],
3939
"dependencies": {
40-
"@cld-apis/utils": "^0.1.0"
40+
"@cld-apis/utils": "^0.1.1"
4141
},
4242
"devDependencies": {
4343
"@types/jest": "^26.0.15",

packages/utils/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cld-apis/utils",
3-
"version": "0.1.0",
4-
"description": "Cloudinary constants",
3+
"version": "0.1.1",
4+
"description": "Cloudinary constants and helpers for transformations",
55
"author": "Maya Shavin <maya@cloudinary.com>",
66
"homepage": "https://github.com/mayashavin/cloudinary-api/tree/master/packages/constants#readme",
77
"license": "MIT",
@@ -46,7 +46,6 @@
4646
"typescript"
4747
],
4848
"devDependencies": {
49-
"@cld-apis/types": "^0.1.0",
5049
"@types/jest": "^26.0.15",
5150
"@types/node": "^14.14.10",
5251
"agadoo": "^2.0.0",

packages/vue-cli-plugin-cloudinary-api/generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
module.exports = (api, opts) => {
33
api.extendPackage({
44
dependencies: {
5-
"cloudinary-build-url": "latest",
5+
"cloudinary-build-url": "^0.1.1",
66
},
77
});
88

packages/vue-cli-plugin-cloudinary-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-cloudinary-api",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Cloudinary light APIs plugin for vue-cli (3.0+)",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)