ariadne_view_components 0.0.21-arm64-darwin → 0.0.23-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84f10d02815aa8c435529430e89db163874a67182d93864e529e7c1292331c8e
4
- data.tar.gz: 61df81abb1ccc37b676c2f10975e54561dbed5bc726667210332b998d5747ca9
3
+ metadata.gz: 99025179c5c2d3d2073c48656327779947870de0d9752fd3b81a61493162c821
4
+ data.tar.gz: d3bc356842d81db981bbffb8a9e246d2df29b0bd006d108d499a0731b02cbda7
5
5
  SHA512:
6
- metadata.gz: a2528e0bd3b5fa49e945d25e6e7807a1442f978ec4e9d9b19601af4331a74c004d2180f21347d8ce5b3939d73d8316daa3aea9982944967b59bb0f656347248f
7
- data.tar.gz: 1d63c4577390892f3b0081fb19d44a7f64a5a34338fe2ff27035e51ccd59a37e47a31d032345774cd38c82293792d20264800a89f87ce5eef32e8cdc4501ac41
6
+ metadata.gz: 56957e7be063f43d8e89aab46a4a2113fcc96fc47a1639ca872c78748fb63a352e42d46bdcb4dba7c0426380c195c6bdc88c34534bd87873dd4483bb0d15d00b
7
+ data.tar.gz: 5fdf776d973f412ab8d563772ca938cc920d44ca95101a130356f5d9fa6e924feddf2b75faed673ee76238b6e2161aa2e6d8fab8f8cb3ea9cac0ba8ae9e43426
data/CHANGELOG.md CHANGED
@@ -2,7 +2,25 @@
2
2
 
3
3
  ## [Unreleased](https://github.com/yettoapp/ariadne/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.20...HEAD)
5
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.22...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - How docs got their groove back [\#24](https://github.com/yettoapp/ariadne/pull/24) ([gjtorikian](https://github.com/gjtorikian))
10
+ - quality of life updates [\#23](https://github.com/yettoapp/ariadne/pull/23) ([birdcar](https://github.com/birdcar))
11
+
12
+ ## [0.0.22](https://github.com/yettoapp/ariadne/tree/0.0.22) (2022-10-13)
13
+
14
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.21...0.0.22)
15
+
16
+ **Merged pull requests:**
17
+
18
+ - pill component updates [\#22](https://github.com/yettoapp/ariadne/pull/22) ([birdcar](https://github.com/birdcar))
19
+ - Restyle the comment component [\#21](https://github.com/yettoapp/ariadne/pull/21) ([birdcar](https://github.com/birdcar))
20
+
21
+ ## [0.0.21](https://github.com/yettoapp/ariadne/tree/0.0.21) (2022-10-12)
22
+
23
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.20...0.0.21)
6
24
 
7
25
  **Merged pull requests:**
8
26
 
@@ -23,15 +41,15 @@
23
41
 
24
42
  ## [0.0.18](https://github.com/yettoapp/ariadne/tree/0.0.18) (2022-10-07)
25
43
 
26
- [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.17...0.0.18)
44
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.17...0.0.18)
27
45
 
28
- ## [v0.0.17](https://github.com/yettoapp/ariadne/tree/v0.0.17) (2022-10-05)
46
+ ## [0.0.17](https://github.com/yettoapp/ariadne/tree/0.0.17) (2022-10-05)
29
47
 
30
- [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.17...v0.0.17)
48
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.17...0.0.17)
31
49
 
32
- ## [0.0.17](https://github.com/yettoapp/ariadne/tree/0.0.17) (2022-10-05)
50
+ ## [v0.0.17](https://github.com/yettoapp/ariadne/tree/v0.0.17) (2022-10-05)
33
51
 
34
- [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.16...0.0.17)
52
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.16...v0.0.17)
35
53
 
36
54
  ## [0.0.16](https://github.com/yettoapp/ariadne/tree/0.0.16) (2022-10-04)
37
55
 
data/README.md CHANGED
@@ -63,9 +63,9 @@ See [the documentation on testing](./docs/content/testing.md).
63
63
 
64
64
  ### Generating Documentation and Lookbook
65
65
 
66
- Run `script/docs` to get a build of the documentation running at `localhost:5400`. The documentation comes from the YARD comments, and all of the markdowns files in `./docs`. You can define the TOC navigation in `docs/src/@primer/gatsby-theme-doctocat/nav.yml`.
66
+ Run `script/docs_doctocat_lookbook` to get a build of the documentation running at `localhost:5300`. The documentation comes from the YARD comments, and all of the markdowns files in `./docs`. The TOC navigation is defined in `docs/src/@primer/gatsby-theme-doctocat/nav.yml`, and new entries are created automatically for you after you run `script/generate_component`.
67
67
 
68
- You can generate and view a [Lookbook](https://github.com/allmarkedup/lookbook) site via the `script/lookbook` command.
68
+ A [Lookbook](https://github.com/allmarkedup/lookbook) site is also running on `localhost:4000`. You can also choose to run Lobook separately via the `script/lookbook` command.
69
69
 
70
70
  For more information on writing documentation and presenting the components via Loobook, [here's more information](./docs/content/documentation.md)
71
71