File tree Expand file tree Collapse file tree 8 files changed +72
-8
lines changed
vue-cli-plugin-cloudinary-api Expand file tree Collapse file tree 8 files changed +72
-8
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ ## 0.1.2 (2021-02-03)
7+
8+
9+ ### Bug Fixes
10+
11+ * add colorify and artistic filters ([ c2409ab] ( https://github.com/mayashavin/cloudinary-api/commit/c2409abd302388307813b1bfe79843d1c081fa1c ) )
12+ * add more types for server api ([ 9548f34] ( https://github.com/mayashavin/cloudinary-api/commit/9548f34a7a4a662e8bdd991dc1d61b864c3f2d03 ) )
13+ * fix type import ([ 4cf6928] ( https://github.com/mayashavin/cloudinary-api/commit/4cf69286c05b1e7f061e74426ab70aff2ad3e1ce ) )
14+ * wrong effect type for video ([ 0141413] ( https://github.com/mayashavin/cloudinary-api/commit/01414131f650bd946873e2b0f1d16c71feeffacd ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @cld-apis/types" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
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" ,
2121 "agadoo" : " agadoo dist/"
2222 },
2323 "dependencies" : {
24+ "@cld-apis/utils" : " ^0.1.2" ,
2425 "@types/node" : " ^14.14.10" ,
25- "@cld-apis/utils" : " ^0.1.1" ,
2626 "agadoo" : " ^2.0.0" ,
2727 "bundlewatch" : " ^0.3.1" ,
2828 "husky" : " ^4.3.0"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 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)
7+
8+
9+ ### Bug Fixes
10+
11+ * add colorify and artistic filters ([ c2409ab] ( https://github.com/mayashavin/cloudinary-api/commit/c2409abd302388307813b1bfe79843d1c081fa1c ) )
12+ * improve build ([ a6aaf53] ( https://github.com/mayashavin/cloudinary-api/commit/a6aaf534e906da83b56d0c02ca0ae09be1f1f9e3 ) )
13+
14+
15+
16+ ## 0.1.1 (2020-12-15)
17+
18+
19+ ### Bug Fixes
20+
21+ * logic for modifeir ([ eef1514] ( https://github.com/mayashavin/cloudinary-api/commit/eef1514209acfbd75b9b0586cc8465890a96a706 ) )
22+ * move [ @cld-utils ] ( https://github.com/cld-utils ) to dependencies ([ 76d2e7b] ( https://github.com/mayashavin/cloudinary-api/commit/76d2e7bc41526c8b6707c6e9e322dd01b8f6ad8d ) )
23+ * remove socialCard ([ e16ec2e] ( https://github.com/mayashavin/cloudinary-api/commit/e16ec2efb339dfa08c92eebf2ae2fee8e32b4b9f ) )
24+ * rename consts ([ ea5a424] ( https://github.com/mayashavin/cloudinary-api/commit/ea5a424d9859add8e2fc9df073c0c54bf9ecc289 ) )
25+
26+
27+ ### Features
28+
29+ * expose transformer api, add types ([ 049f3f2] ( https://github.com/mayashavin/cloudinary-api/commit/049f3f2c76fe36368fb50f689a4233f02c8122aa ) )
30+ * group x,y to position ([ 19f5c50] ( https://github.com/mayashavin/cloudinary-api/commit/19f5c5099d882604eba313077189b43d377a8a76 ) )
31+
32+
33+
34+
35+
636## [ 0.0.3] ( https://github.com/mayashavin/cloudinary-api/compare/cloudinary-build-url@0.0.2...cloudinary-build-url@0.0.3 ) (2020-11-15)
737
838
Original file line number Diff line number Diff line change 11{
22 "name" : " cloudinary-build-url" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Lighter Url generator for Cloudinary" ,
55 "author" : " Maya Shavin <maya@cloudinary.com>" ,
66 "license" : " MIT" ,
3737 " typescript"
3838 ],
3939 "dependencies" : {
40- "@cld-apis/utils" : " ^0.1.1 "
40+ "@cld-apis/utils" : " ^0.1.2 "
4141 },
4242 "devDependencies" : {
43+ "@cld-apis/types" : " ^0.1.2" ,
4344 "@types/jest" : " ^26.0.15" ,
4445 "@types/node" : " ^14.14.7" ,
4546 "agadoo" : " ^2.0.0" ,
4849 "jest" : " ^26.6.3" ,
4950 "jest-html-reporters" : " ^2.1.0" ,
5051 "ts-jest" : " ^26.4.4" ,
51- "typescript" : " ^4.0.5" ,
52- "@cld-apis/types" : " ^0.1.0"
52+ "typescript" : " ^4.0.5"
5353 },
5454 "bugs" : {
5555 "url" : " https://github.com/mayashavin/cloudinary-api/issues"
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ ## 0.1.2 (2021-02-03)
7+
8+
9+ ### Bug Fixes
10+
11+ * add colorify and artistic filters ([ c2409ab] ( https://github.com/mayashavin/cloudinary-api/commit/c2409abd302388307813b1bfe79843d1c081fa1c ) )
12+ * add more types for server api ([ 9548f34] ( https://github.com/mayashavin/cloudinary-api/commit/9548f34a7a4a662e8bdd991dc1d61b864c3f2d03 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @cld-apis/utils" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
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" ,
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ ## 0.1.3 (2021-02-03)
7+
8+ ** Note:** Version bump only for package vue-cli-plugin-cloudinary-api
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-cli-plugin-cloudinary-api" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " Cloudinary light APIs plugin for vue-cli (3.0+)" ,
55 "keywords" : [
66 " vue" ,
You can’t perform that action at this time.
0 commit comments