Skip to content

Commit e097ce2

Browse files
authored
Merge pull request #264 from code-hike/main
Merge main
2 parents e3e0771 + 0d599ae commit e097ce2

File tree

14 files changed

+89
-22
lines changed

14 files changed

+89
-22
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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

examples/bundle-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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",

examples/contentlayer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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",

examples/docusaurus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codehike-docusaurus",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -14,7 +14,7 @@
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",

examples/mdx-bundler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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",

examples/next-mdx-remote/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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",

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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",

examples/nextra/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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",

examples/remix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -10,7 +10,7 @@
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",

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.2",
2+
"version": "0.7.3",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*"

packages/mdx/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
# v0.7.3 (Mon Aug 08 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Change code height with `rows` [#262](https://github.com/code-hike/codehike/pull/262) ([@pomber](https://github.com/pomber))
6+
- Add focus example ([@pomber](https://github.com/pomber))
7+
- Add rows prop ([@pomber](https://github.com/pomber))
8+
- Change plugin type [#256](https://github.com/code-hike/codehike/pull/256) ([@pomber](https://github.com/pomber))
9+
- Use unist Node type ([@pomber](https://github.com/pomber))
10+
- Change plugin type ([@pomber](https://github.com/pomber))
11+
- 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))
12+
- Slideshow refactor ([@pomber](https://github.com/pomber))
13+
- Add lang attribute [#253](https://github.com/code-hike/codehike/pull/253) ([@pomber](https://github.com/pomber))
14+
- Rename autoPlayLoop -> loop ([@brianespinosa](https://github.com/brianespinosa))
15+
- Remove framer-motion ([@brianespinosa](https://github.com/brianespinosa))
16+
- Add lang attribute ([@pomber](https://github.com/pomber))
17+
- feat(#246): Add onChange and initialSlideIndex props to CH.Slideshow [#248](https://github.com/code-hike/codehike/pull/248) ([@brianespinosa](https://github.com/brianespinosa))
18+
- oops ([@brianespinosa](https://github.com/brianespinosa))
19+
- feat(#217): CH.Slideshow autoPlay and autoPlayLoop ([@brianespinosa](https://github.com/brianespinosa))
20+
- Remove useInitialState hook ([@brianespinosa](https://github.com/brianespinosa))
21+
- Match MDX example to new props ([@brianespinosa](https://github.com/brianespinosa))
22+
- Limit what we are exposing from internal state ([@brianespinosa](https://github.com/brianespinosa))
23+
- Rename prop for consistency with CH.Spotlight ([@brianespinosa](https://github.com/brianespinosa))
24+
- Fix typescript module resolution [#249](https://github.com/code-hike/codehike/pull/249) ([@pomber](https://github.com/pomber))
25+
- Add type to CH components ([@pomber](https://github.com/pomber))
26+
- Add d.ts file to npm publish ([@pomber](https://github.com/pomber))
27+
- Add attacher type ([@pomber](https://github.com/pomber))
28+
- Fix typescript module resolution ([@pomber](https://github.com/pomber))
29+
- 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))
30+
- Rename hasAutoFocusControls to autoFocus ([@pomber](https://github.com/pomber))
31+
- feat(#246): Add onChange and initialSlideIndex props to CH.Slideshow ([@brianespinosa](https://github.com/brianespinosa))
32+
- Merge branch 'code-hike:next' into next ([@brianespinosa](https://github.com/brianespinosa))
33+
- Use a ref to more reliably set focus ([@brianespinosa](https://github.com/brianespinosa))
34+
- feat(244): Allow Slideshow controls to autoFocus ([@brianespinosa](https://github.com/brianespinosa))
35+
- Merge main [#243](https://github.com/code-hike/codehike/pull/243) ([@pomber](https://github.com/pomber))
36+
- fix deps ([@brianespinosa](https://github.com/brianespinosa))
37+
- Merge branch 'next' of https://github.com/brianespinosa/codehike into next ([@brianespinosa](https://github.com/brianespinosa))
38+
- Add Presence Animation ([@brianespinosa](https://github.com/brianespinosa))
39+
40+
#### Authors: 2
41+
42+
- Brian Espinosa ([@brianespinosa](https://github.com/brianespinosa))
43+
- Rodrigo Pombo ([@pomber](https://github.com/pomber))
44+
45+
---
46+
147
# v0.7.2 (Wed Jul 27 2022)
248

349
#### 🐛 Bug Fix

packages/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-hike/mdx",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"files": [
55
"dist",
66
"components.d.ts"

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "playground",
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/mdx": "^2.1.1",
1313
"@monaco-editor/react": "^4.4.5",
1414
"lz-string": "^1.4.4",

0 commit comments

Comments
 (0)