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 (#277)
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 8, 2022
1 parent a0288f4 commit 030fea5
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 17 deletions.
9 changes: 0 additions & 9 deletions .changeset/quiet-tomatoes-suffer.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reshoot/core

## 2.1.3

### Patch Changes

- a0288f4: fix: support hash character in inline options

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reshoot/core",
"description": "Extract meta data from image and generate low-quality image preview",
"version": "2.1.2",
"version": "2.1.3",
"type": "module",
"exports": {
"import": "./lib/es/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @reshoot/loader

## 2.1.4

### Patch Changes

- a0288f4: fix: support hash character in inline options
- Updated dependencies [a0288f4]
- @reshoot/core@2.1.3

## 2.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reshoot/loader",
"description": "Webpack loader integration for Reshoot",
"version": "2.1.3",
"version": "2.1.4",
"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/core": "workspace:^2.1.2",
"@reshoot/core": "workspace:^2.1.3",
"@reshoot/types": "workspace:^2.0.3",
"json5": "^2.2.1",
"loader-utils": "^3.2.0"
Expand Down
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.5

### Patch Changes

- a0288f4: fix: support hash character in inline options
- Updated dependencies [a0288f4]
- @reshoot/loader@2.1.4

## 2.1.4

### 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.4",
"version": "2.1.5",
"type": "module",
"exports": {
"import": "./lib/es/index.mjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@babel/types": "^7.18.10"
},
"peerDependencies": {
"@reshoot/loader": "workspace:^2.1.3",
"@reshoot/loader": "workspace:^2.1.4",
"babel-plugin-macros": "^3"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reshoot/react

## 2.0.5

### Patch Changes

- a0288f4: fix: support hash character in inline options

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reshoot/react",
"description": "React integration for Reshoot",
"version": "2.0.4",
"version": "2.0.5",
"type": "module",
"exports": {
"./styles.css": {
Expand Down
6 changes: 6 additions & 0 deletions packages/remark-mdx-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reshoot/remark-mdx-image

## 2.0.5

### Patch Changes

- a0288f4: fix: support hash character in inline options

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "2.0.5",
"type": "module",
"exports": {
"import": "./lib/es/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 030fea5

Please sign in to comment.