Skip to content

Commit d1d6052

Browse files
committed
chore(release): publish
- @cld-apis/types@0.1.5 - cloudinary-build-url@0.2.3 - @cld-apis/utils@0.1.5
1 parent 48bbed9 commit d1d6052

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

packages/types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.5](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/types@0.1.4...@cld-apis/types@0.1.5) (2022-01-18)
7+
8+
**Note:** Version bump only for package @cld-apis/types
9+
10+
11+
12+
13+
614
## [0.1.4](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/types@0.1.3...@cld-apis/types@0.1.4) (2022-01-10)
715

816
**Note:** Version bump only for package @cld-apis/types

packages/types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cld-apis/types",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Cloudinary TypeScript types",
55
"author": "Maya Shavin <maya@cloudinary.com>",
66
"homepage": "https://github.com/mayashavin/cloudinary-api/tree/master/packages/types#readme",
@@ -21,7 +21,7 @@
2121
"agadoo": "agadoo dist/"
2222
},
2323
"dependencies": {
24-
"@cld-apis/utils": "^0.1.4",
24+
"@cld-apis/utils": "^0.1.5",
2525
"@types/node": "^14.14.10",
2626
"agadoo": "^2.0.0",
2727
"bundlewatch": "^0.3.1",

packages/url/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.3](https://github.com/mayashavin/cloudinary-api/compare/cloudinary-build-url@0.2.2...cloudinary-build-url@0.2.3) (2022-01-18)
7+
8+
**Note:** Version bump only for package cloudinary-build-url
9+
10+
11+
12+
13+
614
## [0.2.2](https://github.com/mayashavin/cloudinary-api/compare/cloudinary-build-url@0.2.1...cloudinary-build-url@0.2.2) (2022-01-10)
715

816

packages/url/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-build-url",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Lighter Url generator for Cloudinary",
55
"author": "Maya Shavin <maya@cloudinary.com>",
66
"license": "MIT",
@@ -38,10 +38,10 @@
3838
"typescript"
3939
],
4040
"dependencies": {
41-
"@cld-apis/utils": "^0.1.4"
41+
"@cld-apis/utils": "^0.1.5"
4242
},
4343
"devDependencies": {
44-
"@cld-apis/types": "^0.1.4",
44+
"@cld-apis/types": "^0.1.5",
4545
"@types/jest": "^26.0.15",
4646
"@types/node": "^14.14.7",
4747
"agadoo": "^2.0.0",

packages/utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.5](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/utils@0.1.4...@cld-apis/utils@0.1.5) (2022-01-18)
7+
8+
**Note:** Version bump only for package @cld-apis/utils
9+
10+
11+
12+
13+
614
## [0.1.4](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/utils@0.1.3...@cld-apis/utils@0.1.4) (2022-01-10)
715

816
**Note:** Version bump only for package @cld-apis/utils

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cld-apis/utils",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"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",

0 commit comments

Comments
 (0)