Skip to content

Commit b588ae8

Browse files
authored
Merge pull request #193 from primer/changeset-release/master
Version Packages
2 parents 1cb95fc + 6ebc1ad commit b588ae8

10 files changed

+52
-51
lines changed

.changeset/brave-crabs-suffer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curly-hats-grow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gorgeous-turkeys-tease.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-beds-talk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-ears-smoke.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/perfect-geese-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shiny-news-unite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silent-schools-remember.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

theme/CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# @primer/gatsby-theme-doctocat
2+
3+
## 1.0.0
4+
### Major Changes
5+
6+
7+
8+
- [`152402c`](https://github.com/primer/doctocat/commit/152402cd09f32a491f59283cc02570b0142f4bd9) [#184](https://github.com/primer/doctocat/pull/184) Thanks [@colebemis](https://github.com/colebemis)! - Update the `Do` and `Dont` component APIs to allow consumers to control how images are rendered:
9+
10+
```diff
11+
- <Do src="https://example.com/do.png">
12+
- Use brief and direct communication
13+
- </Do>
14+
+ <Do>
15+
+ <img src="https://example.com/do.png" alt="" />
16+
+ <Caption>Use brief and direct communication</Caption>
17+
+ </Do>
18+
```
19+
20+
### Minor Changes
21+
22+
23+
24+
- [`f6f5619`](https://github.com/primer/doctocat/commit/f6f56192406dd7d3144cbe1ec75955c8c383a689) [#186](https://github.com/primer/doctocat/pull/186) Thanks [@colebemis](https://github.com/colebemis)! - Make `Caption` component globally available in all markdown files as a [shortcode](https://mdxjs.com/blog/shortcodes)
25+
26+
27+
28+
- [`ea38980`](https://github.com/primer/doctocat/commit/ea38980e188f8a6eae562961b8a68c85449296dc) [#184](https://github.com/primer/doctocat/pull/184) Thanks [@colebemis](https://github.com/colebemis)! - Make `Do`, `Dont`, and `DoDontContainer` components globally available in all markdown files as [shortcodes](https://mdxjs.com/blog/shortcodes)
29+
30+
31+
32+
- [`ce82f93`](https://github.com/primer/doctocat/commit/ce82f93e026d820c282e188241b6b0807edd7a27) [#185](https://github.com/primer/doctocat/pull/185) Thanks [@colebemis](https://github.com/colebemis)! - Polish code example styles
33+
34+
35+
### Patch Changes
36+
37+
38+
39+
- [`8ca48d1`](https://github.com/primer/doctocat/commit/8ca48d1b6262b54ae63654d19a74861501cdb451) [#194](https://github.com/primer/doctocat/pull/194) Thanks [@colebemis](https://github.com/colebemis)! - Fetch contributor data on deploy builds again
40+
41+
42+
43+
- [`cab38c3`](https://github.com/primer/doctocat/commit/cab38c38eb00a9645991147b28a47a535dcd1d41) [#190](https://github.com/primer/doctocat/pull/190) Thanks [@colebemis](https://github.com/colebemis)! - Make the navigation dropdown background color dark
44+
45+
46+
47+
- [`5fb29c9`](https://github.com/primer/doctocat/commit/5fb29c9000dd2a26919f661d969142fa1938d329) [#187](https://github.com/primer/doctocat/pull/187) Thanks [@mvasilkov](https://github.com/mvasilkov)! - Fix typo in an internal import
48+
49+
50+
51+
- [`cab38c3`](https://github.com/primer/doctocat/commit/cab38c38eb00a9645991147b28a47a535dcd1d41) [#190](https://github.com/primer/doctocat/pull/190) Thanks [@colebemis](https://github.com/colebemis)! - Update the navigation dropdown icon from a `chrevon` to a `caret` to follow our [progressive disclosure guidelines](https://primer.style/design/ui-patterns/progressive-disclosure#progressive-disclosure-ui-patterns)

theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/gatsby-theme-doctocat",
3-
"version": "0.25.3",
3+
"version": "1.0.0",
44
"main": "index.js",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)