Skip to content

Commit f158392

Browse files
author
Maya Shavin
committed
chore(release): publish
- @cld-apis/types@0.1.3 - cloudinary-build-url@0.2.1 - @cld-apis/utils@0.1.3 - vue-cli-plugin-cloudinary-api@0.1.4
1 parent 2f7a1d6 commit f158392

File tree

8 files changed

+53
-7
lines changed

8 files changed

+53
-7
lines changed

packages/types/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.3](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/types@0.1.2...@cld-apis/types@0.1.3) (2021-02-03)
7+
8+
9+
### Bug Fixes
10+
11+
* repeat import Asset ([2f7a1d6](https://github.com/mayashavin/cloudinary-api/commit/2f7a1d64782b8086635b28b6423c15bae332be42))
12+
13+
14+
15+
# 0.2.0 (2021-02-03)
16+
17+
18+
19+
20+
621
## 0.1.2 (2021-02-03)
722

823

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.2",
3+
"version": "0.1.3",
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.2",
24+
"@cld-apis/utils": "^0.1.3",
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.1](https://github.com/mayashavin/cloudinary-api/compare/cloudinary-build-url@0.2.0...cloudinary-build-url@0.2.1) (2021-02-03)
7+
8+
9+
### Bug Fixes
10+
11+
* repeat import Asset ([2f7a1d6](https://github.com/mayashavin/cloudinary-api/commit/2f7a1d64782b8086635b28b6423c15bae332be42))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/mayashavin/cloudinary-api/compare/cloudinary-build-url@0.0.3...cloudinary-build-url@0.2.0) (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.0",
3+
"version": "0.2.1",
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.2"
41+
"@cld-apis/utils": "^0.1.3"
4242
},
4343
"devDependencies": {
44-
"@cld-apis/types": "^0.1.2",
44+
"@cld-apis/types": "^0.1.3",
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.3](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/utils@0.1.2...@cld-apis/utils@0.1.3) (2021-02-03)
7+
8+
**Note:** Version bump only for package @cld-apis/utils
9+
10+
11+
12+
13+
614
## 0.1.2 (2021-02-03)
715

816

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.2",
3+
"version": "0.1.3",
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",

packages/vue-cli-plugin-cloudinary-api/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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/vue-cli-plugin-cloudinary-api@0.1.3...vue-cli-plugin-cloudinary-api@0.1.4) (2021-02-03)
7+
8+
9+
10+
# 0.2.0 (2021-02-03)
11+
12+
**Note:** Version bump only for package vue-cli-plugin-cloudinary-api
13+
14+
15+
16+
17+
618
## 0.1.3 (2021-02-03)
719

820
**Note:** Version bump only for package vue-cli-plugin-cloudinary-api

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.3",
3+
"version": "0.1.4",
44
"description": "Cloudinary light APIs plugin for vue-cli (3.0+)",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)