Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
chore: update versions (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 9, 2022
1 parent 1fbc91a commit 7bbe4f3
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/silent-stingrays-rescue.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/macro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/macro/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/remark-mdx-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-mdx-image/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reshoot/types

## 2.0.4

### Patch Changes

- 1fbc91a: fix: fix InlineOptions typing

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bbe4f3

Please sign in to comment.