diff --git a/.changeset/seven-views-pull.md b/.changeset/seven-views-pull.md deleted file mode 100644 index 0cd0a24..0000000 --- a/.changeset/seven-views-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@curvenote/quantecon-book": patch ---- - -Fix colab link for lecture repo ending with .myst diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dccc70..76f1dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @curvenote/quantecon-book +## 1.1.1 + +### Patch Changes + +- 6e39113: Fix colab link for lecture repo ending with .myst + ## 1.1.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 9a3a236..9b93999 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curvenote/quantecon-book", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curvenote/quantecon-book", - "version": "1.1.0", + "version": "1.1.1", "hasInstallScript": true, "dependencies": { "@myst-theme/common": "^0.14.0", diff --git a/package.json b/package.json index 93aec80..3d3718b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curvenote/quantecon-book", - "version": "1.1.0", + "version": "1.1.1", "private": true, "sideEffects": false, "scripts": { diff --git a/patches/@types+react-syntax-highlighter+15.5.13.patch b/patches/@types+react-syntax-highlighter+15.5.13.patch deleted file mode 100644 index c1d1810..0000000 --- a/patches/@types+react-syntax-highlighter+15.5.13.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/node_modules/@types/react-syntax-highlighter/index.d.ts b/node_modules/@types/react-syntax-highlighter/index.d.ts -index 49590f0..92a6e76 100644 ---- a/node_modules/@types/react-syntax-highlighter/index.d.ts -+++ b/node_modules/@types/react-syntax-highlighter/index.d.ts -@@ -688,11 +688,21 @@ declare module "react-syntax-highlighter/dist/esm/styles/hljs/vs2015" { - export default style; - } - -+declare module 'react-syntax-highlighter/dist/esm/styles/hljs/vs2015.js' { -+ const style: { [key: string]: React.CSSProperties }; -+ export default style; -+} -+ - declare module "react-syntax-highlighter/dist/esm/styles/hljs/xcode" { - const style: { [key: string]: React.CSSProperties }; - export default style; - } - -+declare module 'react-syntax-highlighter/dist/esm/styles/hljs/xcode.js' { -+ const style: { [key: string]: React.CSSProperties }; -+ export default style; -+} -+ - declare module "react-syntax-highlighter/dist/esm/styles/hljs/xt256" { - const style: { [key: string]: React.CSSProperties }; - export default style;