From 7bbe4f3257e460fc4665c7237ea1c6bc8e46c9bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 22:50:42 -0700 Subject: [PATCH] chore: update versions (#278) Co-authored-by: github-actions[bot] --- .changeset/silent-stingrays-rescue.md | 7 ------- packages/macro/CHANGELOG.md | 8 ++++++++ packages/macro/package.json | 4 ++-- packages/remark-mdx-image/CHANGELOG.md | 8 ++++++++ packages/remark-mdx-image/package.json | 4 ++-- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 8 files changed, 29 insertions(+), 14 deletions(-) delete mode 100644 .changeset/silent-stingrays-rescue.md diff --git a/.changeset/silent-stingrays-rescue.md b/.changeset/silent-stingrays-rescue.md deleted file mode 100644 index 0ebb8e0..0000000 --- a/.changeset/silent-stingrays-rescue.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@reshoot/macro": patch -"@reshoot/remark-mdx-image": patch -"@reshoot/types": patch ---- - -fix: fix InlineOptions typing diff --git a/packages/macro/CHANGELOG.md b/packages/macro/CHANGELOG.md index 5f9a8f0..02fbf9a 100644 --- a/packages/macro/CHANGELOG.md +++ b/packages/macro/CHANGELOG.md @@ -1,5 +1,13 @@ # @reshoot/macro +## 2.1.6 + +### Patch Changes + +- 1fbc91a: fix: fix InlineOptions typing +- Updated dependencies [1fbc91a] + - @reshoot/types@2.0.4 + ## 2.1.5 ### Patch Changes diff --git a/packages/macro/package.json b/packages/macro/package.json index 72ac651..aac365a 100755 --- a/packages/macro/package.json +++ b/packages/macro/package.json @@ -1,7 +1,7 @@ { "name": "@reshoot/macro", "description": "Babel macro integration for Reshoot", - "version": "2.1.5", + "version": "2.1.6", "type": "module", "exports": { "import": "./lib/es/index.mjs", @@ -35,7 +35,7 @@ "test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest" }, "dependencies": { - "@reshoot/types": "workspace:^2.0.3", + "@reshoot/types": "workspace:^2.0.4", "@babel/core": "^7.18.10", "@babel/template": "^7.18.10", "@babel/types": "^7.18.10" diff --git a/packages/remark-mdx-image/CHANGELOG.md b/packages/remark-mdx-image/CHANGELOG.md index 35951f8..b329e27 100644 --- a/packages/remark-mdx-image/CHANGELOG.md +++ b/packages/remark-mdx-image/CHANGELOG.md @@ -1,5 +1,13 @@ # @reshoot/remark-mdx-image +## 2.0.6 + +### Patch Changes + +- 1fbc91a: fix: fix InlineOptions typing +- Updated dependencies [1fbc91a] + - @reshoot/types@2.0.4 + ## 2.0.5 ### Patch Changes diff --git a/packages/remark-mdx-image/package.json b/packages/remark-mdx-image/package.json index ee6d1fc..99e94b2 100755 --- a/packages/remark-mdx-image/package.json +++ b/packages/remark-mdx-image/package.json @@ -1,7 +1,7 @@ { "name": "@reshoot/remark-mdx-image", "description": "MDX integration for Reshoot", - "version": "2.0.5", + "version": "2.0.6", "type": "module", "exports": { "import": "./lib/es/index.mjs", @@ -35,7 +35,7 @@ "test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest" }, "dependencies": { - "@reshoot/types": "workspace:^2.0.3", + "@reshoot/types": "workspace:^2.0.4", "unist-util-visit-parents": "^5.1.0", "json5": "^2.2.1" }, diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index b41661e..d3070a7 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @reshoot/types +## 2.0.4 + +### Patch Changes + +- 1fbc91a: fix: fix InlineOptions typing + ## 2.0.3 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index c7b4673..5e7aca9 100755 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@reshoot/types", "description": "Common types for Reshoot", - "version": "2.0.3", + "version": "2.0.4", "type": "module", "exports": { "import": "./lib/es/index.mjs", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4149a9a..5e2f7a0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,7 +125,7 @@ importers: '@babel/core': ^7.18.10 '@babel/template': ^7.18.10 '@babel/types': ^7.18.10 - '@reshoot/types': workspace:^2.0.3 + '@reshoot/types': workspace:^2.0.4 '@types/babel-plugin-macros': ^2.8.5 '@types/babel__core': ^7.1.19 '@types/babel__template': ^7.4.1 @@ -197,7 +197,7 @@ importers: packages/remark-mdx-image: specifiers: '@mdx-js/mdx': ^2.1.2 - '@reshoot/types': workspace:^2.0.3 + '@reshoot/types': workspace:^2.0.4 '@types/estree': ^1.0.0 '@types/mdast': ^3.0.10 '@types/unist': ^2.0.6