Skip to content

Commit 20ec2d9

Browse files
committed
chore(release): publish
- @cld-apis/[email protected] - [email protected] - @cld-apis/[email protected]
1 parent 0406f91 commit 20ec2d9

File tree

6 files changed

+34
-7
lines changed

6 files changed

+34
-7
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.6](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/[email protected]...@cld-apis/[email protected]) (2022-01-18)
7+
8+
**Note:** Version bump only for package @cld-apis/types
9+
10+
11+
12+
13+
614
## [0.1.5](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/[email protected]...@cld-apis/[email protected]) (2022-01-18)
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.5",
3+
"version": "0.1.6",
44
"description": "Cloudinary TypeScript types",
55
"author": "Maya Shavin <[email protected]>",
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.5",
24+
"@cld-apis/utils": "^0.2.0",
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.4](https://github.com/mayashavin/cloudinary-api/compare/[email protected]@0.2.4) (2022-01-18)
7+
8+
**Note:** Version bump only for package cloudinary-build-url
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/mayashavin/cloudinary-api/compare/[email protected]@0.2.3) (2022-01-18)
715

816
**Note:** Version bump only for package cloudinary-build-url

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.3",
3+
"version": "0.2.4",
44
"description": "Lighter Url generator for Cloudinary",
55
"author": "Maya Shavin <[email protected]>",
66
"license": "MIT",
@@ -38,10 +38,10 @@
3838
"typescript"
3939
],
4040
"dependencies": {
41-
"@cld-apis/utils": "^0.1.5"
41+
"@cld-apis/utils": "^0.2.0"
4242
},
4343
"devDependencies": {
44-
"@cld-apis/types": "^0.1.5",
44+
"@cld-apis/types": "^0.1.6",
4545
"@types/jest": "^26.0.15",
4646
"@types/node": "^14.14.7",
4747
"agadoo": "^2.0.0",

packages/utils/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.0](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/[email protected]...@cld-apis/[email protected]) (2022-01-18)
7+
8+
9+
### Features
10+
11+
* replaced lodash.snakecase with snake-case [#24](https://github.com/mayashavin/cloudinary-api/issues/24) ([5af2b05](https://github.com/mayashavin/cloudinary-api/commit/5af2b05e5af300c9b26b7f8e93c984d5735bcb7a))
12+
13+
14+
15+
16+
617
## [0.1.5](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/[email protected]...@cld-apis/[email protected]) (2022-01-18)
718

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

packages/utils/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/utils",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"description": "Cloudinary constants and helpers for transformations",
55
"author": "Maya Shavin <[email protected]>",
66
"homepage": "https://github.com/mayashavin/cloudinary-api/tree/master/packages/constants#readme",
@@ -59,7 +59,7 @@
5959
"publishConfig": {
6060
"access": "public"
6161
},
62-
"dependencies": {
62+
"dependencies": {
6363
"snake-case": "^3.0.4"
6464
},
6565
"gitHead": "f971cf36603f8a9fa1b3854094b2fd735f65f595"

0 commit comments

Comments
 (0)