Skip to content

Commit f4c1981

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent 86e0fdf commit f4c1981

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# v0.4.0 (Thu Apr 28 2022)
2+
3+
#### 🚀 Enhancement
4+
5+
- `@code-hike/mdx`
6+
- Monopackage refactor [#147](https://github.com/code-hike/codehike/pull/147) ([@pomber](https://github.com/pomber))
7+
8+
#### 🐛 Bug Fix
9+
10+
- `@code-hike/mdx`
11+
- Fix preview width [#165](https://github.com/code-hike/codehike/pull/165) ([@pomber](https://github.com/pomber))
12+
- Python comments support [#163](https://github.com/code-hike/codehike/pull/163) ([@pomber](https://github.com/pomber))
13+
- Smart imports [#160](https://github.com/code-hike/codehike/pull/160) ([@pomber](https://github.com/pomber))
14+
- Export internals [#159](https://github.com/code-hike/codehike/pull/159) ([@pomber](https://github.com/pomber))
15+
- Docusaurus example [#158](https://github.com/code-hike/codehike/pull/158) ([@pomber](https://github.com/pomber))
16+
- Rename esm to .mjs [#157](https://github.com/code-hike/codehike/pull/157) ([@pomber](https://github.com/pomber))
17+
- Fix longest line trim [#155](https://github.com/code-hike/codehike/pull/155) ([@pomber](https://github.com/pomber))
18+
- Browser example [#154](https://github.com/code-hike/codehike/pull/154) ([@pomber](https://github.com/pomber))
19+
- Test site [#149](https://github.com/code-hike/codehike/pull/149) ([@pomber](https://github.com/pomber))
20+
21+
#### Authors: 1
22+
23+
- Rodrigo Pombo ([@pomber](https://github.com/pomber))
24+
25+
---
26+
127
# v0.3.0 (Thu Mar 03 2022)
228

329
#### 🚀 Enhancement

packages/mdx/CHANGELOG.md

+55
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
# v0.4.0 (Thu Apr 28 2022)
2+
3+
#### 🚀 Enhancement
4+
5+
- Monopackage refactor [#147](https://github.com/code-hike/codehike/pull/147) ([@pomber](https://github.com/pomber))
6+
7+
#### 🐛 Bug Fix
8+
9+
- Merge branch 'main' into next ([@pomber](https://github.com/pomber))
10+
- Fix preview width [#165](https://github.com/code-hike/codehike/pull/165) ([@pomber](https://github.com/pomber))
11+
- Fix preview width ([@pomber](https://github.com/pomber))
12+
- Python comments support [#163](https://github.com/code-hike/codehike/pull/163) ([@pomber](https://github.com/pomber))
13+
- Add support for bash-like comments ([@pomber](https://github.com/pomber))
14+
- Smart imports [#160](https://github.com/code-hike/codehike/pull/160) ([@pomber](https://github.com/pomber))
15+
- Bundle client deps ([@pomber](https://github.com/pomber))
16+
- Add import depending on usage ([@pomber](https://github.com/pomber))
17+
- Only import if using code hike ([@pomber](https://github.com/pomber))
18+
- Move imports to the end ([@pomber](https://github.com/pomber))
19+
- Export internals [#159](https://github.com/code-hike/codehike/pull/159) ([@pomber](https://github.com/pomber))
20+
- Export internals ([@pomber](https://github.com/pomber))
21+
- Docusaurus example [#158](https://github.com/code-hike/codehike/pull/158) ([@pomber](https://github.com/pomber))
22+
- Fix rollup warnings ([@pomber](https://github.com/pomber))
23+
- Fix transparent color ([@pomber](https://github.com/pomber))
24+
- Rename esm to .mjs [#157](https://github.com/code-hike/codehike/pull/157) ([@pomber](https://github.com/pomber))
25+
- Rename esm to .mjs ([@pomber](https://github.com/pomber))
26+
- Fix longest line trim [#155](https://github.com/code-hike/codehike/pull/155) ([@pomber](https://github.com/pomber))
27+
- Fix longest line trim ([@pomber](https://github.com/pomber))
28+
- Browser example [#154](https://github.com/code-hike/codehike/pull/154) ([@pomber](https://github.com/pomber))
29+
- Add browser example ([@pomber](https://github.com/pomber))
30+
- Add index.browser.mjs ([@pomber](https://github.com/pomber))
31+
- Test site [#149](https://github.com/code-hike/codehike/pull/149) ([@pomber](https://github.com/pomber))
32+
- Remove stuff ([@pomber](https://github.com/pomber))
33+
- Add debug link ([@pomber](https://github.com/pomber))
34+
- Styling ([@pomber](https://github.com/pomber))
35+
- Remove nft ([@pomber](https://github.com/pomber))
36+
- Move to static props ([@pomber](https://github.com/pomber))
37+
- Try include files ([@pomber](https://github.com/pomber))
38+
- And again ([@pomber](https://github.com/pomber))
39+
- Try again ([@pomber](https://github.com/pomber))
40+
- Ditch mdx-bundler ([@pomber](https://github.com/pomber))
41+
- Add test script \[skip ci\] ([@pomber](https://github.com/pomber))
42+
- Reset code box-sizing ([@pomber](https://github.com/pomber))
43+
- Patch mdx bundler ([@pomber](https://github.com/pomber))
44+
- Adapt examples ([@pomber](https://github.com/pomber))
45+
- Better package exports ([@pomber](https://github.com/pomber))
46+
- More typescript and rollup ([@pomber](https://github.com/pomber))
47+
- Fix typescript ([@pomber](https://github.com/pomber))
48+
- Move all packages into one ([@pomber](https://github.com/pomber))
49+
50+
#### Authors: 1
51+
52+
- Rodrigo Pombo ([@pomber](https://github.com/pomber))
53+
54+
---
55+
156
# v0.3.0 (Thu Mar 03 2022)
257

358
#### 🚀 Enhancement

0 commit comments

Comments
 (0)