ariadne_view_components 0.0.21-aarch64-linux → 0.0.23-aarch64-linux

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: b516028a7ec3ca46ec8faa69949bf4dfc657b7973c792988b462aa8f3640c41c
4
- data.tar.gz: 355d85ad563489517fa7b67458ce9bbd118a0bbd26149fd54244b46fcb52fb3a
3
+ metadata.gz: a616825d6ace7dcf3618a882e1a7dbc29af702ba100ff1aa50bb8fca4329ca70
4
+ data.tar.gz: 9859c007d3a70b58c22e5a4a377f437fb75abcd60a53a3535e9072c538a51ead
5
5
  SHA512:
6
- metadata.gz: 545be3ca13794090b58c48c29ad7c941008abc572b4c317f29b41adc55a82c1796281166ebfa624ee0fe2d7198af21d1df05be9b9b2c5735e704ad178f81c42c
7
- data.tar.gz: d85a3d50fe05a9aea35ec827ebaf748446403825688f2d0e37cf325396ccd07025817daedc6153d60cb2d69470620d46030f5ee4c01380c66731fb04f1989577
6
+ metadata.gz: c1da7b8b7e05c5aea042d81d8155ad96620b36ad0a19d61a562c16967be3d8abacf39706b5ea05c5dbd46fded7ddba799fa03ca506867b667e5c67802891cf4a
7
+ data.tar.gz: d1c574724855b630789d7af683b2c9212dabe4af42d1b2769d93c8a61fde916133d1ef5fb15ca0140197dbe30edf8d38f8bbc71bb8f3f067c20892c4c8e3874f
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