Skip to content

Commit f971cf3

Browse files
committed
chore(release): publish
- @cld-apis/types@0.1.4 - cloudinary-build-url@0.2.2 - @cld-apis/utils@0.1.4
1 parent 87f4930 commit f971cf3

File tree

6 files changed

+33
-6
lines changed

6 files changed

+33
-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.4](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/types@0.1.3...@cld-apis/types@0.1.4) (2022-01-10)
7+
8+
**Note:** Version bump only for package @cld-apis/types
9+
10+
11+
12+
13+
614
## [0.1.3](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/types@0.1.2...@cld-apis/types@0.1.3) (2021-02-03)
715

816

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.3",
3+
"version": "0.1.4",
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.3",
24+
"@cld-apis/utils": "^0.1.4",
2525
"@types/node": "^14.14.10",
2626
"agadoo": "^2.0.0",
2727
"bundlewatch": "^0.3.1",

packages/url/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2](https://github.com/mayashavin/cloudinary-api/compare/cloudinary-build-url@0.2.1...cloudinary-build-url@0.2.2) (2022-01-10)
7+
8+
9+
### Bug Fixes
10+
11+
* remove format extension for public-id ([f41d461](https://github.com/mayashavin/cloudinary-api/commit/f41d461e286a9d3230c0343ebe83828eb71319e8))
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/mayashavin/cloudinary-api/compare/cloudinary-build-url@0.2.0...cloudinary-build-url@0.2.1) (2021-02-03)
718

819

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.1",
3+
"version": "0.2.2",
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.3"
41+
"@cld-apis/utils": "^0.1.4"
4242
},
4343
"devDependencies": {
44-
"@cld-apis/types": "^0.1.3",
44+
"@cld-apis/types": "^0.1.4",
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.4](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/utils@0.1.3...@cld-apis/utils@0.1.4) (2022-01-10)
7+
8+
**Note:** Version bump only for package @cld-apis/utils
9+
10+
11+
12+
13+
614
## [0.1.3](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/utils@0.1.2...@cld-apis/utils@0.1.3) (2021-02-03)
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.3",
3+
"version": "0.1.4",
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)