Skip to content

Commit 0833bbf

Browse files
committed
v1.0.1
1 parent a3c0ff7 commit 0833bbf

File tree

7 files changed

+80
-204
lines changed

7 files changed

+80
-204
lines changed

.changeset/config.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "code-hike/codehike" }
6+
],
47
"commit": false,
58
"fixed": [],
69
"linked": [],

.changeset/lovely-houses-rule.md

-5
This file was deleted.

.changeset/violet-insects-melt.md

-5
This file was deleted.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@changesets/cli": "2.27.1",
16+
"@changesets/changelog-github": "0.5.0",
1617
"prettier": "^3.1.1",
1718
"turbo": "^1.11.2",
1819
"pkg-pr-new": "0.0.20"

packages/codehike/changelog.md

+8-192
Original file line numberDiff line numberDiff line change
@@ -1,202 +1,18 @@
11
# codehike
22

3-
## 1.0.0
4-
5-
### Major Changes
6-
7-
- Fine-grained Markdown
8-
- Headless codeblocks
9-
10-
See [the announcement blog post](https://codehike.org/blog/v1) for more details.
11-
12-
## 1.0.0-beta.9
13-
14-
### Patch Changes
15-
16-
- 594a5a6: Tabs indentation
17-
18-
## 1.0.0-beta.8
19-
20-
### Minor Changes
21-
22-
- 614b36c: Add inline code component and plugin
23-
24-
### Patch Changes
25-
26-
- 132d6ef: Support consecutive lines of imgs and values
27-
28-
## 1.0.0-beta.7
29-
30-
### Patch Changes
31-
32-
- ea9312f: Fix empty lines at the start of codeblock
33-
- bf4c22f: Make parse independent of zod
34-
35-
## 1.0.0-beta.6
36-
37-
### Patch Changes
38-
39-
- eed5e28: Replace code element with div
40-
41-
## 1.0.0-beta.5
42-
43-
### Minor Changes
44-
45-
- Update lighter
46-
47-
## 1.0.0-beta.4
48-
49-
### Minor Changes
50-
51-
- 31bfd50: Add code element to Pre component
52-
53-
## 1.0.0-beta.3
54-
55-
### Minor Changes
56-
57-
- a522ada: Improve annotation stacking
58-
59-
## 1.0.0-beta.2
60-
61-
### Patch Changes
62-
63-
- 5d9a9f7: Fix annotation detection for some languages
64-
65-
## 1.0.0-beta.1
66-
67-
### Minor Changes
68-
69-
- f26b8c4: Add totalLines
70-
71-
## 1.0.0-alpha.21
72-
73-
### Minor Changes
74-
75-
- 218c6e2: Change annotation components layout
76-
77-
## 1.0.0-alpha.20
78-
79-
### Patch Changes
80-
81-
- 3032936: Move selection utils
82-
83-
## 1.0.0-alpha.19
84-
85-
### Patch Changes
86-
87-
- d4d5c01: Add token transitions helper
88-
89-
## 1.0.0-alpha.18
90-
91-
### Patch Changes
92-
93-
- 09f9094: Add static fallback
94-
95-
## 1.0.0-alpha.17
96-
97-
### Patch Changes
98-
99-
- Add component blocks
100-
101-
## 1.0.0-alpha.16
102-
103-
### Patch Changes
104-
105-
- Fix highlighted schema
106-
107-
## 1.0.0-alpha.15
108-
109-
### Patch Changes
110-
111-
- 33f0b11: Add ignoreCode to config
112-
- 169ec88: Add remark syntax highlighting for non-rsc
113-
114-
## 1.0.0-alpha.14
115-
116-
### Patch Changes
117-
118-
- b9e3021: Add non-RSC config
119-
120-
## 1.0.0-alpha.13
121-
122-
### Minor Changes
123-
124-
- 3f36591: Blocks API
125-
126-
## 1.0.0-alpha.12
127-
128-
### Minor Changes
129-
130-
- Rename query and steps
131-
132-
## 1.0.0-alpha.11
133-
134-
### Patch Changes
135-
136-
- Fix Image schema
137-
138-
## 1.0.0-alpha.10
139-
140-
### Patch Changes
141-
142-
- Fix parse type
143-
144-
## 1.0.0-alpha.9
145-
146-
### Patch Changes
147-
148-
- Add parseContent
149-
150-
## 1.0.0-alpha.8
3+
## 1.0.1
1514

1525
### Patch Changes
1536

154-
- Add schemas
7+
- [#435](https://github.com/code-hike/codehike/pull/435) [`ead378e`](https://github.com/code-hike/codehike/commit/ead378ea46fedc16ca6b9e1cec6fe0c0cf99090f) Thanks [@pomber](https://github.com/pomber)! - Better use of `jsxDEV` when children aren't static
1558

156-
## 1.0.0-alpha.7
9+
- [#441](https://github.com/code-hike/codehike/pull/441) [`bed14e3`](https://github.com/code-hike/codehike/commit/bed14e3d330f8ed661d2fedce911b3d669eebeb2) Thanks [@pomber](https://github.com/pomber)! - Compatibility with ts `moduleResolution: node`
15710

158-
### Patch Changes
159-
160-
- From annotation in remark
161-
162-
## 1.0.0-alpha.6
163-
164-
### Patch Changes
165-
166-
- Rename getHike to getBlocks
167-
168-
## 1.0.0-alpha.5
169-
170-
### Minor Changes
171-
172-
- New hike syntax
173-
174-
## 1.0.0-alpha.4
175-
176-
### Patch Changes
177-
178-
- Export getHike
179-
180-
## 1.0.0-alpha.3
181-
182-
### Patch Changes
183-
184-
- Make className optional
185-
186-
## 1.0.0-alpha.2
187-
188-
### Minor Changes
189-
190-
- Steps with multiple elements
191-
192-
## 1.0.0-alpha.1
193-
194-
### Patch Changes
195-
196-
- Add click handler to ScrollyStep
197-
198-
## 1.0.0-alpha.0
11+
## 1.0.0
19912

20013
### Major Changes
20114

202-
- Init codehike
15+
- Fine-grained Markdown
16+
- Headless codeblocks
17+
18+
See [the announcement blog post](https://codehike.org/blog/v1) for more details.

packages/codehike/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codehike",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Build rich content websites with Markdown and React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)