Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - babel-plugin-cjs-esm-interop@2.0.5
 - packemon@2.4.1
  • Loading branch information
milesj committed Sep 8, 2022
1 parent 0d05ff3 commit 10c4235
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.0.5 - 2022-09-08

#### 🛠 Internals

- Update snapshots. ([cbb1022](https://github.com/milesj/packemon/commit/cbb1022))

**Note:** Version bump only for package babel-plugin-cjs-esm-interop





### 2.0.4 - 2022-08-20

#### 🛠 Internals
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": "2.0.4",
"version": "2.0.5",
"description": "Transform CJS to ESM and vice versa.",
"keywords": [
"babel",
Expand Down
23 changes: 23 additions & 0 deletions packages/packemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.4.1 - 2022-09-08

#### 🐞 Fixes

- Use non-index inputs for entry points. (#149) ([8cecfba](https://github.com/milesj/packemon/commit/8cecfba)), closes [#149](https://github.com/milesj/packemon/issues/149)

#### 📦 Dependencies

- **[babel]** Update to v7.19. ([19aabea](https://github.com/milesj/packemon/commit/19aabea))
- **[moon-dev]** Update to latest. ([d71b3fa](https://github.com/milesj/packemon/commit/d71b3fa))
- **[rollup]** Update to v2.79. ([0d05ff3](https://github.com/milesj/packemon/commit/0d05ff3))
- **[swc]** Update to v1.2.248. ([2be6863](https://github.com/milesj/packemon/commit/2be6863))

#### 🛠 Internals

- Update snapshots. ([cbb1022](https://github.com/milesj/packemon/commit/cbb1022))

**Note:** Version bump only for package packemon





## 2.4.0 - 2022-08-29

#### 🚀 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": "2.4.0",
"version": "2.4.1",
"type": "commonjs",
"description": "Build and prepare packages for npm distribution using standardized configurations and practices. Gotta pack 'em all!",
"keywords": [
Expand Down Expand Up @@ -82,7 +82,7 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@swc/core": "^1.2.248",
"babel-plugin-cjs-esm-interop": "^2.0.4",
"babel-plugin-cjs-esm-interop": "^2.0.5",
"babel-plugin-conditional-invariant": "^2.0.2",
"babel-plugin-env-constants": "^2.0.2",
"babel-preset-solid": "^1.5.4",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7381,7 +7381,7 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-cjs-esm-interop@^2.0.4, babel-plugin-cjs-esm-interop@workspace:packages/babel-plugin-cjs-esm-interop":
"babel-plugin-cjs-esm-interop@^2.0.5, 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 @@ -16480,7 +16480,7 @@ __metadata:
"@swc/cli": ^0.1.57
"@swc/core": ^1.2.248
"@typescript-eslint/types": ^5.36.2
babel-plugin-cjs-esm-interop: ^2.0.4
babel-plugin-cjs-esm-interop: ^2.0.5
babel-plugin-conditional-invariant: ^2.0.2
babel-plugin-env-constants: ^2.0.2
babel-preset-solid: ^1.5.4
Expand Down

0 comments on commit 10c4235

Please sign in to comment.