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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # ada-ui
2
2
 
3
+ ## 5.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 7f8a89a: Updated readme
8
+
3
9
  ## 5.7.2
4
10
 
5
11
  ### Patch Changes
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 contains only `/snapshot`
40
+ - For creating prereleases (snapshots), add a new comment to your PR which
41
+ contains only `/snapshot`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ada-ui",
3
- "version": "5.7.2",
3
+ "version": "5.7.3",
4
4
  "scripts": {
5
5
  "dev": "concurrently -n scss,serve 'sass scss:css --watch --embed-source-map' 'alive-server .'",
6
6
  "postdev": "git checkout css/*",