Skip to content

Commit ab060c9

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent b8741ca commit ab060c9

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v0.5.0 (Tue May 10 2022)
2+
3+
#### 🚀 Enhancement
4+
5+
- `@code-hike/mdx`
6+
- Copy button component [#172](https://github.com/code-hike/codehike/pull/172) ([@pomber](https://github.com/pomber))
7+
- Remove target from code links [#169](https://github.com/code-hike/codehike/pull/169) ([@pomber](https://github.com/pomber))
8+
9+
#### 🐛 Bug Fix
10+
11+
- Contentlayer example [#170](https://github.com/code-hike/codehike/pull/170) ([@pomber](https://github.com/pomber))
12+
- `@code-hike/mdx`
13+
- Better props support for mdx [#174](https://github.com/code-hike/codehike/pull/174) ([@pomber](https://github.com/pomber))
14+
- Fix react 18 strict mode [#173](https://github.com/code-hike/codehike/pull/173) ([@pomber](https://github.com/pomber))
15+
- v0.4.0 [#167](https://github.com/code-hike/codehike/pull/167) ([@pomber](https://github.com/pomber))
16+
17+
#### Authors: 1
18+
19+
- Rodrigo Pombo ([@pomber](https://github.com/pomber))
20+
21+
---
22+
123
# v0.4.0 (Thu Apr 28 2022)
224

325
#### 🚀 Enhancement

packages/mdx/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# v0.5.0 (Tue May 10 2022)
2+
3+
#### 🚀 Enhancement
4+
5+
- Copy button component [#172](https://github.com/code-hike/codehike/pull/172) ([@pomber](https://github.com/pomber))
6+
- Remove target from code links [#169](https://github.com/code-hike/codehike/pull/169) ([@pomber](https://github.com/pomber))
7+
8+
#### 🐛 Bug Fix
9+
10+
- Better props support for mdx [#174](https://github.com/code-hike/codehike/pull/174) ([@pomber](https://github.com/pomber))
11+
- Fix parent config ([@pomber](https://github.com/pomber))
12+
- Fix wrong text ([@pomber](https://github.com/pomber))
13+
- Support more props in CH.Code ([@pomber](https://github.com/pomber))
14+
- Remove config placeholder ([@pomber](https://github.com/pomber))
15+
- Rename transform files ([@pomber](https://github.com/pomber))
16+
- Remark refactor ([@pomber](https://github.com/pomber))
17+
- Change plugin folder ([@pomber](https://github.com/pomber))
18+
- Fix react 18 strict mode [#173](https://github.com/code-hike/codehike/pull/173) ([@pomber](https://github.com/pomber))
19+
- Fix react 18 strict mode ([@pomber](https://github.com/pomber))
20+
- Add withClass annotation ([@pomber](https://github.com/pomber))
21+
- Add copy button to config ([@pomber](https://github.com/pomber))
22+
- Add codeblock button ([@pomber](https://github.com/pomber))
23+
- Fix button color ([@pomber](https://github.com/pomber))
24+
- Add themes test ([@pomber](https://github.com/pomber))
25+
- Add copy feedback ([@pomber](https://github.com/pomber))
26+
- Add button to south panel ([@pomber](https://github.com/pomber))
27+
- Copy button component ([@pomber](https://github.com/pomber))
28+
- Remove target from code links ([@pomber](https://github.com/pomber))
29+
- v0.4.0 [#167](https://github.com/code-hike/codehike/pull/167) ([@pomber](https://github.com/pomber))
30+
31+
#### Authors: 1
32+
33+
- Rodrigo Pombo ([@pomber](https://github.com/pomber))
34+
35+
---
36+
137
# v0.4.0 (Thu Apr 28 2022)
238

339
#### 🚀 Enhancement

0 commit comments

Comments
 (0)