Skip to content

Commit 0d3f59e

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent 89c7e38 commit 0d3f59e

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v0.9.0 (Mon Jun 12 2023)
2+
3+
#### 🚀 Enhancement
4+
5+
- `@code-hike/mdx`
6+
- Refactor themes [#370](https://github.com/code-hike/codehike/pull/370) ([@pomber](https://github.com/pomber))
7+
8+
#### 🐛 Bug Fix
9+
10+
- `@code-hike/mdx`
11+
- `from` annotation with line range [#376](https://github.com/code-hike/codehike/pull/376) ([@pomber](https://github.com/pomber))
12+
- Fix dimensions when code starts hidden [#373](https://github.com/code-hike/codehike/pull/373) ([@pomber](https://github.com/pomber))
13+
- Merge main [#365](https://github.com/code-hike/codehike/pull/365) ([@pomber](https://github.com/pomber))
14+
15+
#### Authors: 1
16+
17+
- Rodrigo Pombo ([@pomber](https://github.com/pomber))
18+
19+
---
20+
121
# v0.8.3 (Wed May 03 2023)
222

323
#### 🐛 Bug Fix

packages/mdx/CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# v0.9.0 (Mon Jun 12 2023)
2+
3+
#### 🚀 Enhancement
4+
5+
- Refactor themes [#370](https://github.com/code-hike/codehike/pull/370) ([@pomber](https://github.com/pomber))
6+
7+
#### 🐛 Bug Fix
8+
9+
- `from` annotation with line range [#376](https://github.com/code-hike/codehike/pull/376) ([@pomber](https://github.com/pomber))
10+
- `from` annotation with line range ([@pomber](https://github.com/pomber))
11+
- Fix dimensions when code starts hidden [#373](https://github.com/code-hike/codehike/pull/373) ([@pomber](https://github.com/pomber))
12+
- Fix dimensions when code starts hidden ([@pomber](https://github.com/pomber))
13+
- More robust style tag ([@pomber](https://github.com/pomber))
14+
- Filter codeConfig properties ([@pomber](https://github.com/pomber))
15+
- Remove import ([@pomber](https://github.com/pomber))
16+
- Add missing data-ch-theme attributes ([@pomber](https://github.com/pomber))
17+
- Fix config typescript ([@pomber](https://github.com/pomber))
18+
- Remove shiki ([@pomber](https://github.com/pomber))
19+
- Change theme vars prefix ([@pomber](https://github.com/pomber))
20+
- Dont use theme variables in JS ([@pomber](https://github.com/pomber))
21+
- Remove classer ([@pomber](https://github.com/pomber))
22+
- Remove theme from client ([@pomber](https://github.com/pomber))
23+
- Remove all uses of getColor ([@pomber](https://github.com/pomber))
24+
- Remove theme from annotations ([@pomber](https://github.com/pomber))
25+
- Merge main [#365](https://github.com/code-hike/codehike/pull/365) ([@pomber](https://github.com/pomber))
26+
27+
#### Authors: 1
28+
29+
- Rodrigo Pombo ([@pomber](https://github.com/pomber))
30+
31+
---
32+
133
# v0.8.3 (Wed May 03 2023)
234

335
#### 🐛 Bug Fix

0 commit comments

Comments
 (0)