ada-ui 5.7.2 → 5.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +2 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -11,9 +11,6 @@ My sci-fi inspired UI components library. Still growing...
|
|
|
11
11
|
Replace `version` with the version of your desired release, see
|
|
12
12
|
https://github.com/tklepzig/Ada/releases (e.g. `5.0.0`)
|
|
13
13
|
|
|
14
|
-
> Attention: Prior to version 3.0, the filename need a `min`:
|
|
15
|
-
> https://cdn.jsdelivr.net/gh/tklepzig/Ada@3.0.0/css/ada.min.css
|
|
16
|
-
|
|
17
14
|
## Install
|
|
18
15
|
|
|
19
16
|
# Using npm
|
|
@@ -40,4 +37,5 @@ e.g.:
|
|
|
40
37
|
Release PR (opened by a bot) that incorporates the changesets to update the
|
|
41
38
|
changelog and version number
|
|
42
39
|
- When ready for release, merge the Release PR
|
|
43
|
-
- For creating prereleases (snapshots), add a new comment to your PR which
|
|
40
|
+
- For creating prereleases (snapshots), add a new comment to your PR which
|
|
41
|
+
contains only `/snapshot`
|