Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @cld-apis/types@0.1.6
 - cloudinary-build-url@0.2.4
 - @cld-apis/utils@0.2.0
  • Loading branch information
colbyfayock committed Jan 18, 2022
1 parent 0406f91 commit 20ec2d9
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.6](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/types@0.1.5...@cld-apis/types@0.1.6) (2022-01-18)

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





## [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)

**Note:** Version bump only for package @cld-apis/types
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cld-apis/types",
"version": "0.1.5",
"version": "0.1.6",
"description": "Cloudinary TypeScript types",
"author": "Maya Shavin <maya@cloudinary.com>",
"homepage": "https://github.com/mayashavin/cloudinary-api/tree/master/packages/types#readme",
Expand All @@ -21,7 +21,7 @@
"agadoo": "agadoo dist/"
},
"dependencies": {
"@cld-apis/utils": "^0.1.5",
"@cld-apis/utils": "^0.2.0",
"@types/node": "^14.14.10",
"agadoo": "^2.0.0",
"bundlewatch": "^0.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/url/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.4](https://github.com/mayashavin/cloudinary-api/compare/cloudinary-build-url@0.2.3...cloudinary-build-url@0.2.4) (2022-01-18)

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





## [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)

**Note:** Version bump only for package cloudinary-build-url
Expand Down
6 changes: 3 additions & 3 deletions packages/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-build-url",
"version": "0.2.3",
"version": "0.2.4",
"description": "Lighter Url generator for Cloudinary",
"author": "Maya Shavin <maya@cloudinary.com>",
"license": "MIT",
Expand Down Expand Up @@ -38,10 +38,10 @@
"typescript"
],
"dependencies": {
"@cld-apis/utils": "^0.1.5"
"@cld-apis/utils": "^0.2.0"
},
"devDependencies": {
"@cld-apis/types": "^0.1.5",
"@cld-apis/types": "^0.1.6",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.7",
"agadoo": "^2.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/utils@0.1.5...@cld-apis/utils@0.2.0) (2022-01-18)


### Features

* replaced lodash.snakecase with snake-case [#24](https://github.com/mayashavin/cloudinary-api/issues/24) ([5af2b05](https://github.com/mayashavin/cloudinary-api/commit/5af2b05e5af300c9b26b7f8e93c984d5735bcb7a))





## [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)

**Note:** Version bump only for package @cld-apis/utils
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cld-apis/utils",
"version": "0.1.5",
"version": "0.2.0",
"description": "Cloudinary constants and helpers for transformations",
"author": "Maya Shavin <maya@cloudinary.com>",
"homepage": "https://github.com/mayashavin/cloudinary-api/tree/master/packages/constants#readme",
Expand Down Expand Up @@ -59,7 +59,7 @@
"publishConfig": {
"access": "public"
},
"dependencies": {
"dependencies": {
"snake-case": "^3.0.4"
},
"gitHead": "f971cf36603f8a9fa1b3854094b2fd735f65f595"
Expand Down

0 comments on commit 20ec2d9

Please sign in to comment.