Skip to content

Commit 3380f97

Browse files
colbyfayocksemantic-release-botmatiasfha
authored
feat: release 1.0.0 (#16)
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: Matias Hernandez <matiasfh@gmail.com>
1 parent 61ca1e1 commit 3380f97

39 files changed

+2873
-922
lines changed

.github/workflows/test_and_release.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node: [ '16', '18' ]
11+
node: ['18' ]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: pnpm/action-setup@v2
@@ -30,22 +30,29 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v2
33-
with:
34-
fetch-depth: 0
35-
- uses: actions/setup-node@v2
36-
with:
37-
node-version: '16'
33+
3834
- uses: pnpm/action-setup@v2
3935
with:
4036
version: 7
37+
38+
- uses: actions/setup-node@v3
39+
with:
40+
node-version: '18'
41+
cache: 'pnpm'
42+
# https://github.com/pnpm/pnpm/issues/3141
43+
registry-url: 'https://registry.npmjs.org'
44+
4145
- name: Install dependencies
4246
run: pnpm install
4347
working-directory: ./svelte-cloudinary
48+
4449
- name: Build package
4550
run: pnpm package
4651
working-directory: ./svelte-cloudinary
52+
4753
- name: Release
54+
run: npx semantic-release
4855
env:
4956
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5057
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
51-
run: npx semantic-release
58+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.releaserc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
],
4242
[
43-
"@colbyfayock/semantic-release-pnpm",
43+
"@semantic-release/npm",
4444
{
4545
"pkgRoot": "svelte-cloudinary"
4646
}
@@ -50,7 +50,8 @@
5050
{
5151
"assets": [
5252
"svelte-cloudinary/package.json",
53-
"CHANGELOG.md"
53+
"CHANGELOG.md",
54+
"README.md"
5455
]
5556
}
5657
],

CHANGELOG.md

Lines changed: 277 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,277 @@
1+
# [1.0.0-beta.21](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2023-06-27)
2+
3+
4+
### Bug Fixes
5+
6+
* patch update, add support for CldOgImage, remove non-released components. Updated documentation ([5f55b59](https://github.com/cloudinary-community/svelte-cloudinary/commit/5f55b5978cd5a0a4faac59e19cc32aece5037739))
7+
8+
# [1.0.0-beta.20](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2023-06-27)
9+
10+
11+
### Bug Fixes
12+
13+
* patch update, add support for with and height as number | string | undefined ([17b5479](https://github.com/cloudinary-community/svelte-cloudinary/commit/17b5479733709ad7de20d080a72f18c79e3e08f1))
14+
15+
# [1.0.0-beta.19](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2023-06-26)
16+
17+
18+
### Bug Fixes
19+
20+
* patch update, add support for config options ([ac89edc](https://github.com/cloudinary-community/svelte-cloudinary/commit/ac89edc1427fe1e2f1fa82c7bda3147090edf617))
21+
22+
# [1.0.0-beta.18](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2023-06-23)
23+
24+
25+
### Bug Fixes
26+
27+
* preserveTransformations Type Def ([#31](https://github.com/cloudinary-community/svelte-cloudinary/issues/31)) ([91a3736](https://github.com/cloudinary-community/svelte-cloudinary/commit/91a3736caa9f3d309f4a654240eab86e0cc6a510)), closes [#28](https://github.com/cloudinary-community/svelte-cloudinary/issues/28)
28+
29+
# [1.0.0-beta.17](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2023-06-23)
30+
31+
32+
### Bug Fixes
33+
34+
* Remove direct Props spread from Image tag ([#26](https://github.com/cloudinary-community/svelte-cloudinary/issues/26)) ([7fc0832](https://github.com/cloudinary-community/svelte-cloudinary/commit/7fc0832bb5545c79caf9921000f398d87342f54a)), closes [/github.com/cloudinary-community/svelte-cloudinary/blob/main/svelte-cloudinary/src/lib/components/CldImage.svelte#L56](https://github.com//github.com/cloudinary-community/svelte-cloudinary/blob/main/svelte-cloudinary/src/lib/components/CldImage.svelte/issues/L56) [#25](https://github.com/cloudinary-community/svelte-cloudinary/issues/25)
35+
36+
# [1.0.0-beta.16](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2023-06-23)
37+
38+
39+
### Bug Fixes
40+
41+
* CDN option for Unpic ([#23](https://github.com/cloudinary-community/svelte-cloudinary/issues/23)) ([8180008](https://github.com/cloudinary-community/svelte-cloudinary/commit/81800089d1e7550e3b1f21ce8cddcdf7b94ed278)), closes [#22](https://github.com/cloudinary-community/svelte-cloudinary/issues/22)
42+
43+
# [1.0.0-beta.15](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2023-06-22)
44+
45+
46+
### Bug Fixes
47+
48+
* patch update, patch missing srcset on unpic Image component ([5509f36](https://github.com/cloudinary-community/svelte-cloudinary/commit/5509f3698180e26068a035281a40437818f00f53))
49+
50+
# [1.0.0-beta.14](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2023-06-22)
51+
52+
53+
### Bug Fixes
54+
55+
* usage docs ([b858c6c](https://github.com/cloudinary-community/svelte-cloudinary/commit/b858c6c16c09faeb3d6e5562cf99ee97732f1338))
56+
57+
# [1.0.0-beta.13](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2023-06-22)
58+
59+
60+
### Bug Fixes
61+
62+
* patch update, patch missing srcset on unpic Image component ([3ee3867](https://github.com/cloudinary-community/svelte-cloudinary/commit/3ee3867961b702331cf44aeae2dfeebe179e9076))
63+
64+
# [1.0.0-beta.12](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2023-06-22)
65+
66+
67+
### Bug Fixes
68+
69+
* patch update, updated docs ([b723c0d](https://github.com/cloudinary-community/svelte-cloudinary/commit/b723c0d759e69a47cb744401f49b8b6de0b5b9dc))
70+
71+
# [1.0.0-beta.11](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-06-22)
72+
73+
74+
### Bug Fixes
75+
76+
* patch update, upgrade to svelte 4, fix analytics ([18ade13](https://github.com/cloudinary-community/svelte-cloudinary/commit/18ade13c6f7b4b1963c83a8de4f0cf4562a49faf))
77+
* patch update, upgrade to svelte 4, fix analytics ([6d697e1](https://github.com/cloudinary-community/svelte-cloudinary/commit/6d697e19e1d597ef1c6c73a3160cfb4b01d7da6b))
78+
79+
# [1.0.0-beta.10](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2023-06-22)
80+
81+
82+
### Bug Fixes
83+
84+
* patch update, fix importing lib version when building and packaging ([0152f38](https://github.com/cloudinary-community/svelte-cloudinary/commit/0152f384a14e872a920034b3e8584ea5366eb62b))
85+
* patch update, fix importing lib version when building and packaging ([169366c](https://github.com/cloudinary-community/svelte-cloudinary/commit/169366ceeec85c89669efa657e5103324fa74198))
86+
* patch update, generate metadata as json file on dev/build/packaging ([f62a855](https://github.com/cloudinary-community/svelte-cloudinary/commit/f62a855378e228ede51104289afd839ad026df10))
87+
* patch update, generate metadata as json file on dev/build/packaging ([1847cbb](https://github.com/cloudinary-community/svelte-cloudinary/commit/1847cbb70f835597f270fd01939ac78fa26278fa))
88+
89+
# [1.0.0-beta.9](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2023-06-19)
90+
91+
92+
### Bug Fixes
93+
94+
* patch update, fix ts import not recognized ([0359711](https://github.com/cloudinary-community/svelte-cloudinary/commit/0359711c95786d8e4031777114513f3aa37beb3c))
95+
* patch update, generate CldImageProps.svelte.d.ts ([2d58ca0](https://github.com/cloudinary-community/svelte-cloudinary/commit/2d58ca034bd897d565549a80a42d2a9ccefe7f78))
96+
97+
# [1.0.0-beta.8](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2023-06-15)
98+
99+
100+
### Bug Fixes
101+
102+
* copying README to project directory ([#18](https://github.com/cloudinary-community/svelte-cloudinary/issues/18)) ([66d0d18](https://github.com/cloudinary-community/svelte-cloudinary/commit/66d0d18a3a453508caf76cd2a897a278b8f67958))
103+
104+
# [1.0.0-beta.7](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2023-06-15)
105+
106+
107+
### Bug Fixes
108+
109+
* patch update, copy README and LICENSE on build ([6bf3f65](https://github.com/cloudinary-community/svelte-cloudinary/commit/6bf3f659210028140701338cb2392beb141d8712))
110+
111+
# [1.0.0-beta.6](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2023-06-15)
112+
113+
114+
### Bug Fixes
115+
116+
* patch update, fix package.json import ([6a42d6d](https://github.com/cloudinary-community/svelte-cloudinary/commit/6a42d6d995da9c131ca966ef5433856b3977a9b7))
117+
118+
# [1.0.0-beta.5](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2023-06-14)
119+
120+
121+
### Bug Fixes
122+
123+
* fix issues on beta for CldImage ([#15](https://github.com/cloudinary-community/svelte-cloudinary/issues/15)) ([3c2fdec](https://github.com/cloudinary-community/svelte-cloudinary/commit/3c2fdec1a8e6b74b51def7ed21ff21a4a91b723e)), closes [#11](https://github.com/cloudinary-community/svelte-cloudinary/issues/11) [#13](https://github.com/cloudinary-community/svelte-cloudinary/issues/13) [#12](https://github.com/cloudinary-community/svelte-cloudinary/issues/12) [#10](https://github.com/cloudinary-community/svelte-cloudinary/issues/10)
124+
125+
# [1.0.0-beta.4](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2023-06-08)
126+
127+
128+
### Features
129+
130+
* pnpm > npm release ([83d2309](https://github.com/cloudinary-community/svelte-cloudinary/commit/83d23092ac4d7516280ee5caf79f3e2042124647))
131+
132+
# [1.0.0-beta.3](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-06-08)
133+
134+
135+
### Features
136+
137+
* test ([508c289](https://github.com/cloudinary-community/svelte-cloudinary/commit/508c28956169518b6753ebe91ca9c8ac45d816f0))
138+
139+
# [1.0.0-beta.2](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-06-01)
140+
141+
142+
### Bug Fixes
143+
144+
* improve docs site, use a light theme as default ([baec45e](https://github.com/cloudinary-community/svelte-cloudinary/commit/baec45e334baf93df1a83a1e9e5651e6fba949d6))
145+
146+
# 1.0.0-beta.1 (2023-06-01)
147+
148+
149+
### Bug Fixes
150+
151+
* readme file fix ([fda4f40](https://github.com/cloudinary-community/svelte-cloudinary/commit/fda4f40de33ed2121501eab5b58816b3d249100a))
152+
* release file ([511f206](https://github.com/cloudinary-community/svelte-cloudinary/commit/511f2062c0d227e0f93bd470a2cba74668c9dfef))
153+
154+
155+
### Features
156+
157+
* test ([cd52a49](https://github.com/cloudinary-community/svelte-cloudinary/commit/cd52a49da46edcefb2303eab8104d41c5391ffd3))
158+
* test ([4be583a](https://github.com/cloudinary-community/svelte-cloudinary/commit/4be583a4dc8be8cf74fe299b1b4ed3b44bdd13c3))
159+
* Update package.json ([6a78b82](https://github.com/cloudinary-community/svelte-cloudinary/commit/6a78b82fcae6f3f523057021475646a0e5a39967))
160+
* Update README.md ([fbd705f](https://github.com/cloudinary-community/svelte-cloudinary/commit/fbd705fdda4be1433ed20b35ae5f36c560e37c04))
161+
* Update README.md ([5677fe4](https://github.com/cloudinary-community/svelte-cloudinary/commit/5677fe420b6d9d2d87d36e5d8225892131099731))
162+
163+
# 1.0.0 (2023-05-31)
164+
165+
166+
### Bug Fixes
167+
168+
* release file ([511f206](https://github.com/cloudinary-community/svelte-cloudinary/commit/511f2062c0d227e0f93bd470a2cba74668c9dfef))
169+
170+
171+
### Features
172+
173+
* test ([cd52a49](https://github.com/cloudinary-community/svelte-cloudinary/commit/cd52a49da46edcefb2303eab8104d41c5391ffd3))
174+
* test ([4be583a](https://github.com/cloudinary-community/svelte-cloudinary/commit/4be583a4dc8be8cf74fe299b1b4ed3b44bdd13c3))
175+
* Update package.json ([6a78b82](https://github.com/cloudinary-community/svelte-cloudinary/commit/6a78b82fcae6f3f523057021475646a0e5a39967))
176+
* Update README.md ([fbd705f](https://github.com/cloudinary-community/svelte-cloudinary/commit/fbd705fdda4be1433ed20b35ae5f36c560e37c04))
177+
* Update README.md ([5677fe4](https://github.com/cloudinary-community/svelte-cloudinary/commit/5677fe420b6d9d2d87d36e5d8225892131099731))
178+
179+
# 1.0.0-beta.1 (2023-05-31)
180+
181+
182+
### Bug Fixes
183+
184+
* release file ([511f206](https://github.com/cloudinary-community/svelte-cloudinary/commit/511f2062c0d227e0f93bd470a2cba74668c9dfef))
185+
186+
187+
### Features
188+
189+
* test ([cd52a49](https://github.com/cloudinary-community/svelte-cloudinary/commit/cd52a49da46edcefb2303eab8104d41c5391ffd3))
190+
* test ([4be583a](https://github.com/cloudinary-community/svelte-cloudinary/commit/4be583a4dc8be8cf74fe299b1b4ed3b44bdd13c3))
191+
* Update package.json ([6a78b82](https://github.com/cloudinary-community/svelte-cloudinary/commit/6a78b82fcae6f3f523057021475646a0e5a39967))
192+
* Update README.md ([fbd705f](https://github.com/cloudinary-community/svelte-cloudinary/commit/fbd705fdda4be1433ed20b35ae5f36c560e37c04))
193+
* Update README.md ([5677fe4](https://github.com/cloudinary-community/svelte-cloudinary/commit/5677fe420b6d9d2d87d36e5d8225892131099731))
194+
195+
# [1.0.0-beta.3](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-05-31)
196+
197+
198+
### Bug Fixes
199+
200+
* release file ([511f206](https://github.com/cloudinary-community/svelte-cloudinary/commit/511f2062c0d227e0f93bd470a2cba74668c9dfef))
201+
202+
203+
### Features
204+
205+
* test ([cd52a49](https://github.com/cloudinary-community/svelte-cloudinary/commit/cd52a49da46edcefb2303eab8104d41c5391ffd3))
206+
* test ([4be583a](https://github.com/cloudinary-community/svelte-cloudinary/commit/4be583a4dc8be8cf74fe299b1b4ed3b44bdd13c3))
207+
208+
# [1.0.0-beta.3](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-05-31)
209+
210+
211+
### Bug Fixes
212+
213+
* release file ([511f206](https://github.com/cloudinary-community/svelte-cloudinary/commit/511f2062c0d227e0f93bd470a2cba74668c9dfef))
214+
215+
216+
### Features
217+
218+
* test ([cd52a49](https://github.com/cloudinary-community/svelte-cloudinary/commit/cd52a49da46edcefb2303eab8104d41c5391ffd3))
219+
* test ([4be583a](https://github.com/cloudinary-community/svelte-cloudinary/commit/4be583a4dc8be8cf74fe299b1b4ed3b44bdd13c3))
220+
221+
# [1.0.0-beta.3](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-05-31)
222+
223+
224+
### Bug Fixes
225+
226+
* release file ([511f206](https://github.com/cloudinary-community/svelte-cloudinary/commit/511f2062c0d227e0f93bd470a2cba74668c9dfef))
227+
228+
229+
### Features
230+
231+
* test ([cd52a49](https://github.com/cloudinary-community/svelte-cloudinary/commit/cd52a49da46edcefb2303eab8104d41c5391ffd3))
232+
* test ([4be583a](https://github.com/cloudinary-community/svelte-cloudinary/commit/4be583a4dc8be8cf74fe299b1b4ed3b44bdd13c3))
233+
234+
# [1.0.0-beta.3](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-05-31)
235+
236+
237+
### Features
238+
239+
* test ([cd52a49](https://github.com/cloudinary-community/svelte-cloudinary/commit/cd52a49da46edcefb2303eab8104d41c5391ffd3))
240+
* test ([4be583a](https://github.com/cloudinary-community/svelte-cloudinary/commit/4be583a4dc8be8cf74fe299b1b4ed3b44bdd13c3))
241+
242+
# [1.0.0-beta.3](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-05-31)
243+
244+
245+
### Features
246+
247+
* test ([cd52a49](https://github.com/cloudinary-community/svelte-cloudinary/commit/cd52a49da46edcefb2303eab8104d41c5391ffd3))
248+
* test ([4be583a](https://github.com/cloudinary-community/svelte-cloudinary/commit/4be583a4dc8be8cf74fe299b1b4ed3b44bdd13c3))
249+
250+
# [1.0.0-beta.4](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2023-05-30)
251+
252+
253+
### Features
254+
255+
* test ([cd52a49](https://github.com/cloudinary-community/svelte-cloudinary/commit/cd52a49da46edcefb2303eab8104d41c5391ffd3))
256+
257+
# [1.0.0-beta.3](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-05-30)
258+
259+
260+
### Features
261+
262+
* test ([4be583a](https://github.com/cloudinary-community/svelte-cloudinary/commit/4be583a4dc8be8cf74fe299b1b4ed3b44bdd13c3))
263+
264+
# [1.0.0-beta.2](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-05-30)
265+
266+
267+
### Features
268+
269+
* Update README.md ([fbd705f](https://github.com/cloudinary-community/svelte-cloudinary/commit/fbd705fdda4be1433ed20b35ae5f36c560e37c04))
270+
271+
# 1.0.0-beta.1 (2023-05-30)
272+
273+
274+
### Features
275+
276+
* Update package.json ([6a78b82](https://github.com/cloudinary-community/svelte-cloudinary/commit/6a78b82fcae6f3f523057021475646a0e5a39967))
277+
* Update README.md ([5677fe4](https://github.com/cloudinary-community/svelte-cloudinary/commit/5677fe420b6d9d2d87d36e5d8225892131099731))

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@
1212

1313
######
1414

15-
<a href="https://github.com/cloudinary-community/svelte-cloudinary/actions/workflows/test_and_release.yml"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/cloudinary-community/svelte-cloudinary/test_and_release.yml?branch=main&label=Test%20%26%20Release&style=flat-square"></a> <a href="https://www.npmjs.com/package/svelte-cloudinary"><img alt="npm" src="https://img.shields.io/npm/v/svelte-cloudinary?style=flat-square"></a> <a href="https://github.com/cloudinary-community/svelte-cloudinary/blob/main/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/cloudinary-community/svelte-cloudinary?label=License&style=flat-square"></a>
15+
<a href="https://github.com/cloudinary-community/svelte-cloudinary/actions/workflows/test_and_release.yml">
16+
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/cloudinary-community/svelte-cloudinary/test_and_release.yml?branch=beta&label=Test%20%26%20Release&style=flat-square"></a>
17+
18+
<a href="https://www.npmjs.com/package/svelte-cloudinary"><img alt="npm" src="https://img.shields.io/npm/v/svelte-cloudinary?style=flat-square"></a>
19+
20+
<a href="https://github.com/cloudinary-community/svelte-cloudinary/blob/main/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/cloudinary-community/svelte-cloudinary?label=License&style=flat-square"></a>
1621

1722
# Svelte Cloudinary
1823

1924
High-performance image delivery and uploading at scale in Svelte powered by Cloudinary.
2025

21-
<a href="#-features">Features</a> • <a href="#-getting-started">Getting Started</a> • <a href="#%EF%B8%8F-community--support">Community & Support</a> • <a href="#-contributing">Contributing</a>
26+
<a href="#-features">Features</a> • <a href="#-getting-started">Getting Started</a> • <a href="#-community--support">Community & Support</a> • <a href="#-contributing">Contributing</a>
2227

2328
**This plugin is a community library and not officially supported by Cloudinary.**
2429

@@ -59,15 +64,7 @@ import { CldImage } from 'svelte-cloudinary';
5964
<CldImage width="600" height="600" src="<Public ID or Cloudinary URL>" alt="<Alt Text>" />
6065
```
6166

62-
[Learn more about CldImage on the Svelte Cloudinary Docs](https://svelte-cloudinary.spacejelly.dev/components/cldimage/basic-usage)
63-
64-
### Other Use Cases
65-
66-
- [Background Removal](https://svelte-cloudinary.spacejelly.dev/use-cases/background-removal)
67-
- [Image Overlays](https://svelte-cloudinary.spacejelly.dev/use-cases/image-overlays)
68-
- [Image Underlays](https://svelte-cloudinary.spacejelly.dev/use-cases/image-underlays)
69-
- [Social Media Card](https://svelte-cloudinary.spacejelly.dev/use-cases/social-media-card)
70-
- [Text Overlays](https://svelte-cloudinary.spacejelly.dev/use-cases/text-overlays)
67+
[Learn more about CldImage on the Svelte Cloudinary Docs](https://svelte-cloudinary.vercel.app/components/cldimage/basic-usage)
7168

7269
## ❤️ Community & Support
7370

@@ -170,4 +167,3 @@ Thanks [cupcakearmy](https://github.com/cupcakearmy) for handing off the origina
170167
<!-- prettier-ignore-end -->
171168

172169
<!-- ALL-CONTRIBUTORS-LIST:END -->
173-

docs/env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VITE_PUBLIC_CLOUDINARY_CLOUD_NAME=colbycloud-next-cloudinary
1+
VITE_PUBLIC_CLOUDINARY_CLOUD_NAME=

0 commit comments

Comments
 (0)