File tree Expand file tree Collapse file tree 14 files changed +89
-22
lines changed Expand file tree Collapse file tree 14 files changed +89
-22
lines changed Original file line number Diff line number Diff line change 1+ # v0.7.3 (Mon Aug 08 2022)
2+
3+ #### 🐛 Bug Fix
4+
5+ - ` @code-hike/mdx `
6+ - Change code height with ` rows ` [ #262 ] ( https://github.com/code-hike/codehike/pull/262 ) ([ @pomber ] ( https://github.com/pomber ) )
7+ - Change plugin type [ #256 ] ( https://github.com/code-hike/codehike/pull/256 ) ([ @pomber ] ( https://github.com/pomber ) )
8+ - feat(#217 ): CH.Slideshow autoPlay and autoPlayLoop [ #250 ] ( https://github.com/code-hike/codehike/pull/250 ) ([ @brianespinosa ] ( https://github.com/brianespinosa ) [ @pomber ] ( https://github.com/pomber ) )
9+ - Add lang attribute [ #253 ] ( https://github.com/code-hike/codehike/pull/253 ) ([ @pomber ] ( https://github.com/pomber ) )
10+ - feat(#246 ): Add onChange and initialSlideIndex props to CH.Slideshow [ #248 ] ( https://github.com/code-hike/codehike/pull/248 ) ([ @brianespinosa ] ( https://github.com/brianespinosa ) )
11+ - Fix typescript module resolution [ #249 ] ( https://github.com/code-hike/codehike/pull/249 ) ([ @pomber ] ( https://github.com/pomber ) )
12+ - feat(244): Allow Slideshow controls to autoFocus [ #245 ] ( https://github.com/code-hike/codehike/pull/245 ) ([ @brianespinosa ] ( https://github.com/brianespinosa ) [ @pomber ] ( https://github.com/pomber ) )
13+ - Merge main [ #243 ] ( https://github.com/code-hike/codehike/pull/243 ) ([ @pomber ] ( https://github.com/pomber ) )
14+
15+ #### Authors: 2
16+
17+ - Brian Espinosa ([ @brianespinosa ] ( https://github.com/brianespinosa ) )
18+ - Rodrigo Pombo ([ @pomber ] ( https://github.com/pomber ) )
19+
20+ ---
21+
122# v0.7.2 (Wed Jul 27 2022)
223
324#### 🐛 Bug Fix
Original file line number Diff line number Diff line change 11{
22 "name" : " bundle-test" ,
33 "private" : true ,
4- "version" : " 0.7.2 " ,
4+ "version" : " 0.7.3 " ,
55 "scripts" : {
66 "dev" : " next" ,
77 "build" : " next build"
88 },
99 "dependencies" : {
10- "@code-hike/mdx" : " ^0.7.2 " ,
10+ "@code-hike/mdx" : " ^0.7.3 " ,
1111 "@mdx-js/loader" : " ^2.0.0" ,
1212 "@next/mdx" : " ^12.1.0" ,
1313 "next" : " ^12.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " codehike-contentlayer" ,
3- "version" : " 0.7.2 " ,
3+ "version" : " 0.7.3 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
77 "build" : " INIT_CWD=$PWD next build" ,
88 "start" : " next start"
99 },
1010 "dependencies" : {
11- "@code-hike/mdx" : " ^0.7.2 " ,
11+ "@code-hike/mdx" : " ^0.7.3 " ,
1212 "@types/node" : " ^17.0.30" ,
1313 "contentlayer" : " 0.2.5" ,
1414 "next" : " ^12.1.5" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " codehike-docusaurus" ,
3- "version" : " 0.7.2 " ,
3+ "version" : " 0.7.3 " ,
44 "private" : true ,
55 "scripts" : {
66 "docusaurus" : " docusaurus" ,
1414 "write-heading-ids" : " docusaurus write-heading-ids"
1515 },
1616 "dependencies" : {
17- "@code-hike/mdx" : " ^0.7.2 " ,
17+ "@code-hike/mdx" : " ^0.7.3 " ,
1818 "@docusaurus/core" : " 2.0.1" ,
1919 "@docusaurus/preset-classic" : " 2.0.1" ,
2020 "@mdx-js/react" : " ^2.1.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " codehike-mdx-bundler" ,
33 "private" : true ,
4- "version" : " 0.7.2 " ,
4+ "version" : " 0.7.3 " ,
55 "scripts" : {
66 "dev" : " next" ,
77 "build" : " next build"
88 },
99 "dependencies" : {
10- "@code-hike/mdx" : " ^0.7.2 " ,
10+ "@code-hike/mdx" : " ^0.7.3 " ,
1111 "esbuild" : " ^0.14.23" ,
1212 "mdx-bundler" : " ^8.0.1" ,
1313 "next" : " ^12.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " codehike-next-mdx-remote" ,
33 "private" : true ,
4- "version" : " 0.7.2 " ,
4+ "version" : " 0.7.3 " ,
55 "dependencies" : {
6- "@code-hike/mdx" : " ^0.7.2 " ,
6+ "@code-hike/mdx" : " ^0.7.3 " ,
77 "next" : " ^12.1.0" ,
88 "next-mdx-remote" : " ^4.0.0" ,
99 "react" : " ^17.0.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " codehike-nextjs" ,
33 "private" : true ,
4- "version" : " 0.7.2 " ,
4+ "version" : " 0.7.3 " ,
55 "scripts" : {
66 "dev" : " next" ,
77 "build" : " next build"
88 },
99 "dependencies" : {
10- "@code-hike/mdx" : " ^0.7.2 " ,
10+ "@code-hike/mdx" : " ^0.7.3 " ,
1111 "@mdx-js/loader" : " ^2.0.0" ,
1212 "@next/mdx" : " ^12.1.0" ,
1313 "next" : " ^12.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " codehike-nextra" ,
33 "private" : true ,
4- "version" : " 0.7.2 " ,
4+ "version" : " 0.7.3 " ,
55 "scripts" : {
66 "build" : " next build"
77 },
88 "dependencies" : {
9- "@code-hike/mdx" : " ^0.7.2 " ,
9+ "@code-hike/mdx" : " ^0.7.3 " ,
1010 "next" : " ^12.1.0" ,
1111 "nextra" : " ^1.1.0" ,
1212 "nextra-theme-docs" : " ^1.2.6" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " codehike-remix" ,
33 "private" : true ,
4- "version" : " 0.7.2 " ,
4+ "version" : " 0.7.3 " ,
55 "sideEffects" : false ,
66 "scripts" : {
77 "build" : " cross-env NODE_ENV=production remix build" ,
1010 "start" : " cross-env NODE_ENV=production remix-serve build"
1111 },
1212 "dependencies" : {
13- "@code-hike/mdx" : " ^0.7.2 " ,
13+ "@code-hike/mdx" : " ^0.7.3 " ,
1414 "@remix-run/react" : " ^1.2.2" ,
1515 "@remix-run/serve" : " ^1.2.2" ,
1616 "cross-env" : " ^7.0.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " codehike-vite" ,
33 "private" : true ,
4- "version" : " 0.7.2 " ,
4+ "version" : " 0.7.3 " ,
55 "scripts" : {
66 "dev" : " vite" ,
77 "build" : " vite build" ,
88 "preview" : " vite preview"
99 },
1010 "dependencies" : {
11- "@code-hike/mdx" : " ^0.7.2 " ,
11+ "@code-hike/mdx" : " ^0.7.3 " ,
1212 "@mdx-js/rollup" : " ^2.0.0" ,
1313 "react" : " ^17.0.2" ,
1414 "react-dom" : " ^17.0.2"
You can’t perform that action at this time.
0 commit comments