ariadne_view_components 0.0.21 → 0.0.23

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: 999c04ea406974059c5a9b655fe0977b9a131cf30ac1bde0c08484fb78109ee1
4
- data.tar.gz: ada147d55c58689281abd82c7a718549c130b3fd7e1f2028f23975c067a67a3a
3
+ metadata.gz: 9d8ecdb4c95aa04e2a43974b5903a9fa1ff0b25c4b043d5543cad806891eb895
4
+ data.tar.gz: 5c28fef373876e75a5cc2ec380eede196a0ced09a6069cd92537b519e79a8d9c
5
5
  SHA512:
6
- metadata.gz: a531dfd80765a7b922d78ae59425479d9715861013357938d2b9462d9406b15cd592df3bc10748048f42113b086290308ef5342401a94254c9ea8db65f24d317
7
- data.tar.gz: 002f3572058a01c1c2276d9da8e35fdb3a5938fa8fc6515be4e72c361eef55f69a870dec6457d2f18e4afa11c3b8e4a16eb5076a71af0fcf3e439d4439ee523f
6
+ metadata.gz: 05c6c67f2e72083c8302607068b34735ff44c55d0a52ffe9cb858aa09a77b0cf5e7702f90cdcc73444f72d960eea0b77609260731f7f9b5eaba7f62e2c5c107d
7
+ data.tar.gz: 4dbb204498f9e7d96526dd2db9508cead86a1026af0ef84500df142423055f498966e81f8104b234e3e6cd580c4d27855bed86f22284e287a532e9165c49fa44
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