Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 28, 2024
1 parent f373fab commit bf3a3b5
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/babel-plugin-cjs-esm-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>4.0.2 (2024-05-28)</small>

* deps(babel): Update to v7.24 latest. ([df0be16](https://github.com/milesj/packemon/commit/df0be16))





### 4.0.1 - 2024-05-22

#### 🐞 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-cjs-esm-interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-cjs-esm-interop",
"version": "4.0.1",
"version": "4.0.2",
"description": "Transform CJS to ESM and vice versa.",
"keywords": [
"babel",
Expand Down
13 changes: 13 additions & 0 deletions packages/packemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>4.1.1 (2024-05-28)</small>

* deps(babel): Update to v7.24 latest. ([df0be16](https://github.com/milesj/packemon/commit/df0be16))
* deps(execa): Update to v9. ([5aa6ab7](https://github.com/milesj/packemon/commit/5aa6ab7))
* deps(ink): Update to v5. ([9f64852](https://github.com/milesj/packemon/commit/9f64852))
* deps(moon): Update to v1.25. ([6136704](https://github.com/milesj/packemon/commit/6136704))
* deps(rollup): Update to v4.18. ([259e1d3](https://github.com/milesj/packemon/commit/259e1d3))
* internal: Use export type star. ([59bfd90](https://github.com/milesj/packemon/commit/59bfd90))





## 4.1.0 - 2024-05-22

#### 🚀 Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/packemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packemon",
"version": "4.1.0",
"version": "4.1.1",
"type": "module",
"description": "Build and prepare packages for npm distribution using standardized configurations and practices. Gotta pack 'em all!",
"keywords": [
Expand Down Expand Up @@ -76,7 +76,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@swc/core": "^1.5.7",
"@swc/helpers": "^0.5.11",
"babel-plugin-cjs-esm-interop": "^4.0.1",
"babel-plugin-cjs-esm-interop": "^4.0.2",
"babel-plugin-conditional-invariant": "^4.0.1",
"babel-plugin-env-constants": "^4.0.1",
"babel-preset-solid": "^1.8.17",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7827,7 +7827,7 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-cjs-esm-interop@npm:^4.0.1, babel-plugin-cjs-esm-interop@workspace:packages/babel-plugin-cjs-esm-interop":
"babel-plugin-cjs-esm-interop@npm:^4.0.2, babel-plugin-cjs-esm-interop@workspace:packages/babel-plugin-cjs-esm-interop":
version: 0.0.0-use.local
resolution: "babel-plugin-cjs-esm-interop@workspace:packages/babel-plugin-cjs-esm-interop"
dependencies:
Expand Down Expand Up @@ -19217,7 +19217,7 @@ __metadata:
"@swc/core": "npm:^1.5.7"
"@swc/helpers": "npm:^0.5.11"
"@typescript-eslint/types": "npm:^7.8.0"
babel-plugin-cjs-esm-interop: "npm:^4.0.1"
babel-plugin-cjs-esm-interop: "npm:^4.0.2"
babel-plugin-conditional-invariant: "npm:^4.0.1"
babel-plugin-env-constants: "npm:^4.0.1"
babel-preset-solid: "npm:^1.8.17"
Expand Down

0 comments on commit bf3a3b5

Please sign in to comment.