File tree 15 files changed +66
-24
lines changed
15 files changed +66
-24
lines changed Original file line number Diff line number Diff line change
1
+ # v0.8.2 (Tue Apr 11 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - ` @code-hike/mdx `
6
+ - Update lighter [ #347 ] ( https://github.com/code-hike/codehike/pull/347 ) ([ @pomber ] ( https://github.com/pomber ) )
7
+ - add outline-color to button-reset mixin [ #345 ] ( https://github.com/code-hike/codehike/pull/345 ) ([ @Mantish ] ( https://github.com/Mantish ) )
8
+ - fix: use semantic elements [ #341 ] ( https://github.com/code-hike/codehike/pull/341 ) ([ @mfranzke ] ( https://github.com/mfranzke ) [ @pomber ] ( https://github.com/pomber ) )
9
+ - Merge main [ #339 ] ( https://github.com/code-hike/codehike/pull/339 ) ([ @pomber ] ( https://github.com/pomber ) )
10
+
11
+ #### Authors: 3
12
+
13
+ - [ @Mantish ] ( https://github.com/Mantish )
14
+ - Maximilian Franzke ([ @mfranzke ] ( https://github.com/mfranzke ) )
15
+ - Rodrigo Pombo ([ @pomber ] ( https://github.com/pomber ) )
16
+
17
+ ---
18
+
1
19
# v0.8.1 (Fri Mar 24 2023)
2
20
3
21
#### 🐛 Bug Fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bundle-test" ,
3
3
"private" : true ,
4
- "version" : " 0.8.1 " ,
4
+ "version" : " 0.8.2 " ,
5
5
"scripts" : {
6
6
"dev" : " next" ,
7
7
"build" : " next build"
8
8
},
9
9
"dependencies" : {
10
- "@code-hike/mdx" : " ^0.8.1 " ,
10
+ "@code-hike/mdx" : " ^0.8.2 " ,
11
11
"@mdx-js/loader" : " ^2.0.0" ,
12
12
"@next/mdx" : " ^13.0.7" ,
13
13
"next" : " ^13.0.7" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-contentlayer" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
7
7
"build" : " next build" ,
8
8
"start" : " next start"
9
9
},
10
10
"dependencies" : {
11
- "@code-hike/mdx" : " ^0.8.1 " ,
11
+ "@code-hike/mdx" : " ^0.8.2 " ,
12
12
"@types/node" : " ^17.0.30" ,
13
13
"contentlayer" : " 0.2.9" ,
14
14
"next" : " 13.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-docusaurus" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
14
14
"write-heading-ids" : " docusaurus write-heading-ids"
15
15
},
16
16
"dependencies" : {
17
- "@code-hike/mdx" : " ^0.8.1 " ,
17
+ "@code-hike/mdx" : " ^0.8.2 " ,
18
18
"@docusaurus/core" : " 2.2.0" ,
19
19
"@docusaurus/preset-classic" : " 2.2.0" ,
20
20
"@mdx-js/react" : " ^2.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-gatsby" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"develop" : " gatsby develop" ,
10
10
"clean" : " gatsby clean"
11
11
},
12
12
"dependencies" : {
13
- "@code-hike/mdx" : " ^0.8.1 " ,
13
+ "@code-hike/mdx" : " ^0.8.2 " ,
14
14
"@mdx-js/react" : " ^2.1.3" ,
15
15
"gatsby" : " ^4.21.1" ,
16
16
"gatsby-plugin-mdx" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-mdx-bundler" ,
3
3
"private" : true ,
4
- "version" : " 0.8.1 " ,
4
+ "version" : " 0.8.2 " ,
5
5
"scripts" : {
6
6
"dev" : " next" ,
7
7
"build" : " next build" ,
8
8
"start" : " next start"
9
9
},
10
10
"dependencies" : {
11
- "@code-hike/mdx" : " ^0.8.1 " ,
11
+ "@code-hike/mdx" : " ^0.8.2 " ,
12
12
"esbuild" : " ^0.14.23" ,
13
13
"mdx-bundler" : " ^9.2.1" ,
14
14
"next" : " 13.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-next-mdx-remote" ,
3
3
"private" : true ,
4
- "version" : " 0.8.1 " ,
4
+ "version" : " 0.8.2 " ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
7
7
"build" : " next build" ,
8
8
"start" : " next start"
9
9
},
10
10
"dependencies" : {
11
- "@code-hike/mdx" : " ^0.8.1 " ,
11
+ "@code-hike/mdx" : " ^0.8.2 " ,
12
12
"next" : " ^12.3.4" ,
13
13
"next-mdx-remote" : " ^4.2.0" ,
14
14
"react" : " ^18.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-nextjs" ,
3
3
"private" : true ,
4
- "version" : " 0.8.1 " ,
4
+ "version" : " 0.8.2 " ,
5
5
"scripts" : {
6
6
"dev" : " next" ,
7
7
"build" : " next build"
8
8
},
9
9
"dependencies" : {
10
- "@code-hike/mdx" : " ^0.8.1 " ,
10
+ "@code-hike/mdx" : " ^0.8.2 " ,
11
11
"@mdx-js/loader" : " 2.2.1" ,
12
12
"@mdx-js/react" : " ^2.2.1" ,
13
13
"@next/mdx" : " 13.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-nextra" ,
3
3
"private" : true ,
4
- "version" : " 0.8.1 " ,
4
+ "version" : " 0.8.2 " ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
7
7
"build" : " next build" ,
8
8
"start" : " next start"
9
9
},
10
10
"dependencies" : {
11
- "@code-hike/mdx" : " ^0.8.1 " ,
11
+ "@code-hike/mdx" : " ^0.8.2 " ,
12
12
"next" : " 13.1.2" ,
13
13
"nextra" : " 2.2.3" ,
14
14
"nextra-theme-docs" : " 2.2.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-remix" ,
3
3
"private" : true ,
4
- "version" : " 0.8.1 " ,
4
+ "version" : " 0.8.2 " ,
5
5
"sideEffects" : false ,
6
6
"scripts" : {
7
7
"build" : " cross-env NODE_ENV=production remix build" ,
10
10
"start" : " cross-env NODE_ENV=production remix-serve build"
11
11
},
12
12
"dependencies" : {
13
- "@code-hike/mdx" : " ^0.8.1 " ,
13
+ "@code-hike/mdx" : " ^0.8.2 " ,
14
14
"@remix-run/react" : " ^1.2.2" ,
15
15
"@remix-run/serve" : " ^1.2.2" ,
16
16
"cross-env" : " ^7.0.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-vite" ,
3
3
"private" : true ,
4
- "version" : " 0.8.1 " ,
4
+ "version" : " 0.8.2 " ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
7
7
"build" : " vite build" ,
8
8
"preview" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
- "@code-hike/mdx" : " ^0.8.1 " ,
11
+ "@code-hike/mdx" : " ^0.8.2 " ,
12
12
"@mdx-js/rollup" : " 2.2.1" ,
13
13
"react" : " ^18.1.0" ,
14
14
"react-dom" : " ^18.1.0"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.8.1 " ,
2
+ "version" : " 0.8.2 " ,
3
3
"npmClient" : " yarn" ,
4
4
"packages" : [
5
5
" packages/*"
Original file line number Diff line number Diff line change
1
+ # v0.8.2 (Tue Apr 11 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Update lighter [ #347 ] ( https://github.com/code-hike/codehike/pull/347 ) ([ @pomber ] ( https://github.com/pomber ) )
6
+ - Update lighter ([ @pomber ] ( https://github.com/pomber ) )
7
+ - add outline-color to button-reset mixin [ #345 ] ( https://github.com/code-hike/codehike/pull/345 ) ([ @Mantish ] ( https://github.com/Mantish ) )
8
+ - add outline-color to button-reset mixin ([ @Mantish ] ( https://github.com/Mantish ) )
9
+ - fix: use semantic elements [ #341 ] ( https://github.com/code-hike/codehike/pull/341 ) ([ @mfranzke ] ( https://github.com/mfranzke ) [ @pomber ] ( https://github.com/pomber ) )
10
+ - More button styles ([ @pomber ] ( https://github.com/pomber ) )
11
+ - refactor: using a button instead of just an SVG ([ @mfranzke ] ( https://github.com/mfranzke ) )
12
+ - Update index.scss ([ @mfranzke ] ( https://github.com/mfranzke ) )
13
+ - style: overwrite standard button styles ([ @mfranzke ] ( https://github.com/mfranzke ) )
14
+ - fix: use semantic element ([ @mfranzke ] ( https://github.com/mfranzke ) )
15
+ - Merge main [ #339 ] ( https://github.com/code-hike/codehike/pull/339 ) ([ @pomber ] ( https://github.com/pomber ) )
16
+
17
+ #### Authors: 3
18
+
19
+ - [ @Mantish ] ( https://github.com/Mantish )
20
+ - Maximilian Franzke ([ @mfranzke ] ( https://github.com/mfranzke ) )
21
+ - Rodrigo Pombo ([ @pomber ] ( https://github.com/pomber ) )
22
+
23
+ ---
24
+
1
25
# v0.8.1 (Fri Mar 24 2023)
2
26
3
27
#### 🐛 Bug Fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-hike/mdx" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"files" : [
5
5
" dist" ,
6
6
" components.d.ts"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playground" ,
3
3
"private" : true ,
4
- "version" : " 0.8.1 " ,
4
+ "version" : " 0.8.2 " ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
7
7
"build" : " vite build" ,
8
8
"preview" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
- "@code-hike/mdx" : " ^0.8.1 " ,
11
+ "@code-hike/mdx" : " ^0.8.2 " ,
12
12
"@mdx-js/mdx" : " ^2.1.1" ,
13
13
"@monaco-editor/react" : " ^4.4.5" ,
14
14
"lz-string" : " ^1.4.4" ,
You can’t perform that action at this time.
0 commit comments