Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v0.6.2 (Tue Jul 05 2022)

#### 🐛 Bug Fix

- `@code-hike/mdx`
- Better scrollbars [#216](https://github.com/code-hike/codehike/pull/216) ([@pomber](https://github.com/pomber))
- Improve code-browser [#215](https://github.com/code-hike/codehike/pull/215) ([@pomber](https://github.com/pomber))
- Add from annotation [#214](https://github.com/code-hike/codehike/pull/214) ([@pomber](https://github.com/pomber))
- Add skipLanguages config [#213](https://github.com/code-hike/codehike/pull/213) ([@pomber](https://github.com/pomber))
- Styling props [#208](https://github.com/code-hike/codehike/pull/208) ([@pomber](https://github.com/pomber))
- Merge main [#205](https://github.com/code-hike/codehike/pull/205) ([@pomber](https://github.com/pomber))

#### Authors: 1

- Rodrigo Pombo ([@pomber](https://github.com/pomber))

---

# v0.6.1 (Mon Jun 20 2022)

#### 🐛 Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions examples/bundle-test/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "bundle-test",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"scripts": {
"dev": "next",
"build": "next build"
},
"dependencies": {
"@code-hike/mdx": "^0.6.1",
"@code-hike/mdx": "^0.6.2",
"@mdx-js/loader": "^2.0.0",
"@next/mdx": "^12.1.0",
"next": "^12.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/contentlayer/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "codehike-contentlayer",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "INIT_CWD=$PWD next build",
"start": "next start"
},
"dependencies": {
"@code-hike/mdx": "^0.6.1",
"@code-hike/mdx": "^0.6.2",
"@types/node": "^17.0.30",
"contentlayer": "0.2.5",
"next": "^12.1.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codehike-docusaurus",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -14,7 +14,7 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@code-hike/mdx": "^0.6.1",
"@code-hike/mdx": "^0.6.2",
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/preset-classic": "2.0.0-beta.18",
"@mdx-js/react": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/mdx-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "codehike-mdx-bundler",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"scripts": {
"dev": "next",
"build": "next build"
},
"dependencies": {
"@code-hike/mdx": "^0.6.1",
"@code-hike/mdx": "^0.6.2",
"esbuild": "^0.14.23",
"mdx-bundler": "^8.0.1",
"next": "^12.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-mdx-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "codehike-next-mdx-remote",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"dependencies": {
"@code-hike/mdx": "^0.6.1",
"@code-hike/mdx": "^0.6.2",
"next": "^12.1.0",
"next-mdx-remote": "^4.0.0",
"react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "codehike-nextjs",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"scripts": {
"dev": "next",
"build": "next build"
},
"dependencies": {
"@code-hike/mdx": "^0.6.1",
"@code-hike/mdx": "^0.6.2",
"@mdx-js/loader": "^2.0.0",
"@next/mdx": "^12.1.0",
"next": "^12.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextra/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "codehike-nextra",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"scripts": {
"build": "next build"
},
"dependencies": {
"@code-hike/mdx": "^0.6.1",
"@code-hike/mdx": "^0.6.2",
"next": "^12.1.0",
"nextra": "^1.1.0",
"nextra-theme-docs": "^1.2.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codehike-remix",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"sideEffects": false,
"scripts": {
"build": "cross-env NODE_ENV=production remix build",
Expand All @@ -10,7 +10,7 @@
"start": "cross-env NODE_ENV=production remix-serve build"
},
"dependencies": {
"@code-hike/mdx": "^0.6.1",
"@code-hike/mdx": "^0.6.2",
"@remix-run/react": "^1.2.2",
"@remix-run/serve": "^1.2.2",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "codehike-vite",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@code-hike/mdx": "^0.6.1",
"@code-hike/mdx": "^0.6.2",
"@mdx-js/rollup": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.1",
"version": "0.6.2",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
23 changes: 23 additions & 0 deletions packages/mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v0.6.2 (Tue Jul 05 2022)

#### 🐛 Bug Fix

- Better scrollbars [#216](https://github.com/code-hike/codehike/pull/216) ([@pomber](https://github.com/pomber))
- Include scrollbars in dimensions ([@pomber](https://github.com/pomber))
- Improve code-browser [#215](https://github.com/code-hike/codehike/pull/215) ([@pomber](https://github.com/pomber))
- Improve code-browser ([@pomber](https://github.com/pomber))
- Add from annotation [#214](https://github.com/code-hike/codehike/pull/214) ([@pomber](https://github.com/pomber))
- Add from annotation ([@pomber](https://github.com/pomber))
- Add skipLanguages config [#213](https://github.com/code-hike/codehike/pull/213) ([@pomber](https://github.com/pomber))
- Add skipLanguages config ([@pomber](https://github.com/pomber))
- Styling props [#208](https://github.com/code-hike/codehike/pull/208) ([@pomber](https://github.com/pomber))
- row-reverse compatible styles ([@pomber](https://github.com/pomber))
- Add class and style to components ([@pomber](https://github.com/pomber))
- Merge main [#205](https://github.com/code-hike/codehike/pull/205) ([@pomber](https://github.com/pomber))

#### Authors: 1

- Rodrigo Pombo ([@pomber](https://github.com/pomber))

---

# v0.6.1 (Mon Jun 20 2022)

#### 🐛 Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-hike/mdx",
"version": "0.6.1",
"version": "0.6.2",
"files": [
"dist"
],
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "playground",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@code-hike/mdx": "^0.6.1",
"@code-hike/mdx": "^0.6.2",
"@mdx-js/mdx": "^2.1.1",
"@monaco-editor/react": "^4.4.5",
"lz-string": "^1.4.4",
Expand Down