Skip to content

Commit

Permalink
chore: release (#383)
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] committed Jan 23, 2023
1 parent 9aac19e commit fe24fd4
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/thick-flies-jog.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/esbuild-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @optimize-lodash/esbuild-plugin

## 2.0.2

### Patch Changes

- Updated dependencies [[`9dfcbfb`](https://github.com/kyle-johnson/rollup-plugin-optimize-lodash-imports/commit/9dfcbfb6fd642a350520bf6bd9032918a2df6dc6)]:
- @optimize-lodash/transform@3.0.2

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optimize-lodash/esbuild-plugin",
"version": "2.0.1",
"version": "2.0.2",
"description": "Rewrite lodash imports with esbuild for improved tree-shaking.",
"keywords": [
"lodash",
Expand Down Expand Up @@ -67,7 +67,7 @@
"typescript": "4.9.4"
},
"dependencies": {
"@optimize-lodash/transform": "workspace:3.0.1",
"@optimize-lodash/transform": "workspace:3.0.2",
"acorn": "8.x"
}
}
7 changes: 7 additions & 0 deletions packages/rollup-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @optimize-lodash/rollup-plugin

## 4.0.3

### Patch Changes

- Updated dependencies [[`9dfcbfb`](https://github.com/kyle-johnson/rollup-plugin-optimize-lodash-imports/commit/9dfcbfb6fd642a350520bf6bd9032918a2df6dc6)]:
- @optimize-lodash/transform@3.0.2

## 4.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optimize-lodash/rollup-plugin",
"version": "4.0.2",
"version": "4.0.3",
"description": "Rewrite lodash imports with Rollup for improved tree-shaking.",
"keywords": [
"lodash",
Expand Down Expand Up @@ -75,7 +75,7 @@
"typescript": "4.9.4"
},
"dependencies": {
"@optimize-lodash/transform": "workspace:3.0.1",
"@optimize-lodash/transform": "workspace:3.0.2",
"@rollup/pluginutils": "~5.0.2"
}
}
6 changes: 6 additions & 0 deletions packages/transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @optimize-lodash/transform

## 3.0.2

### Patch Changes

- [#371](https://github.com/kyle-johnson/rollup-plugin-optimize-lodash-imports/pull/371) [`9dfcbfb`](https://github.com/kyle-johnson/rollup-plugin-optimize-lodash-imports/commit/9dfcbfb6fd642a350520bf6bd9032918a2df6dc6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency magic-string to 0.27.x. This is a small performance increase.

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optimize-lodash/transform",
"version": "3.0.1",
"version": "3.0.2",
"description": "Rewrites lodash imports in a given source file to be specific.",
"keywords": [
"lodash",
Expand Down
6 changes: 3 additions & 3 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 fe24fd4

Please sign in to comment.