Skip to content

Commit

Permalink
Pending release (#474)
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 Feb 7, 2025
1 parent 31f7e96 commit 844ab9a
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-fireants-deny.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gorgeous-tables-serve.md

This file was deleted.

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

## 3.2.0

### Minor Changes

- [#461](https://github.com/kyle-johnson/rollup-plugin-optimize-lodash-imports/pull/461) [`f8ad561`](https://github.com/kyle-johnson/rollup-plugin-optimize-lodash-imports/commit/f8ad561cd1cc0dfacb2a773c7075445db7bc6fbd) Thanks [@renovate](https://github.com/apps/renovate)! - feat(deps): update dependency acorn to ~8.14.0

### Patch Changes

- [`723e375`](https://github.com/kyle-johnson/rollup-plugin-optimize-lodash-imports/commit/723e375c8b6fc32b865d069bc1d4639249de8681) Thanks [@kyle-johnson](https://github.com/kyle-johnson)! - Add build provenance.

- Updated dependencies [[`723e375`](https://github.com/kyle-johnson/rollup-plugin-optimize-lodash-imports/commit/723e375c8b6fc32b865d069bc1d4639249de8681)]:
- @optimize-lodash/transform@3.0.6

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.1.0",
"version": "3.2.0",
"description": "Rewrite lodash imports with esbuild for improved tree-shaking.",
"keywords": [
"lodash",
Expand Down
9 changes: 9 additions & 0 deletions packages/rollup-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @optimize-lodash/rollup-plugin

## 5.0.2

### Patch Changes

- [`723e375`](https://github.com/kyle-johnson/rollup-plugin-optimize-lodash-imports/commit/723e375c8b6fc32b865d069bc1d4639249de8681) Thanks [@kyle-johnson](https://github.com/kyle-johnson)! - Add build provenance.

- Updated dependencies [[`723e375`](https://github.com/kyle-johnson/rollup-plugin-optimize-lodash-imports/commit/723e375c8b6fc32b865d069bc1d4639249de8681)]:
- @optimize-lodash/transform@3.0.6

## 5.0.1

### 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": "5.0.1",
"version": "5.0.2",
"description": "Rewrite lodash imports with Rollup for improved tree-shaking.",
"keywords": [
"lodash",
Expand Down Expand Up @@ -73,6 +73,6 @@
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"@optimize-lodash/transform": "workspace:3.0.5"
"@optimize-lodash/transform": "workspace:3.0.6"
}
}
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.6

### Patch Changes

- [`723e375`](https://github.com/kyle-johnson/rollup-plugin-optimize-lodash-imports/commit/723e375c8b6fc32b865d069bc1d4639249de8681) Thanks [@kyle-johnson](https://github.com/kyle-johnson)! - Add build provenance.

## 3.0.5

### 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.5",
"version": "3.0.6",
"description": "Rewrites lodash imports in a given source file to be specific.",
"keywords": [
"lodash",
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 844ab9a

Please sign in to comment.