Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 7, 2024
1 parent 1b75e7a commit 70c6520
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 13 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.

### 4.0.0 - 2024-03-07

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





# 4.0.0-alpha.1 - 2024-02-29

#### 💥 Breaking
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.0-alpha.1",
"version": "4.0.0",
"description": "Transform CJS to ESM and vice versa.",
"keywords": [
"babel",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-plugin-conditional-invariant/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.

### 4.0.0 - 2024-03-07

**Note:** Version bump only for package babel-plugin-conditional-invariant





# 4.0.0-alpha.1 - 2024-02-29

#### 💥 Breaking
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-conditional-invariant/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-conditional-invariant",
"release": "1626547876981",
"version": "4.0.0-alpha.1",
"version": "4.0.0",
"description": "Wrap invariant checks in NODE_ENV conditionals.",
"keywords": [
"babel",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-plugin-env-constants/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.

### 4.0.0 - 2024-03-07

**Note:** Version bump only for package babel-plugin-env-constants





# 4.0.0-alpha.1 - 2024-02-29

#### 💥 Breaking
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-env-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-env-constants",
"release": "1626547876981",
"version": "4.0.0-alpha.1",
"version": "4.0.0",
"description": "Transform __DEV__, __PROD__, and __TEST__ constants to NODE_ENV conditionals.",
"keywords": [
"babel",
Expand Down
12 changes: 12 additions & 0 deletions packages/packemon/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.

# 4.0.0 - 2024-03-07

#### 💥 Breaking

- Upgrade to [@boost](https://github.com/boost) v5. ([a839044](https://github.com/milesj/packemon/commit/a839044))

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





### 4.0.0-alpha.2 - 2024-03-01

#### 🐞 Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/packemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packemon",
"version": "4.0.0-alpha.2",
"version": "4.0.0",
"type": "module",
"description": "Build and prepare packages for npm distribution using standardized configurations and practices. Gotta pack 'em all!",
"keywords": [
Expand Down Expand Up @@ -74,9 +74,9 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@swc/core": "^1.4.2",
"@swc/helpers": "^0.5.6",
"babel-plugin-cjs-esm-interop": "^4.0.0-alpha.1",
"babel-plugin-conditional-invariant": "^4.0.0-alpha.1",
"babel-plugin-env-constants": "^4.0.0-alpha.1",
"babel-plugin-cjs-esm-interop": "^4.0.0",
"babel-plugin-conditional-invariant": "^4.0.0",
"babel-plugin-env-constants": "^4.0.0",
"babel-preset-solid": "^1.8.15",
"browserslist": "^4.23.0",
"debug": "^4.3.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7663,7 +7663,7 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-cjs-esm-interop@npm:^4.0.0-alpha.1, babel-plugin-cjs-esm-interop@workspace:packages/babel-plugin-cjs-esm-interop":
"babel-plugin-cjs-esm-interop@npm:^4.0.0, 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 All @@ -7682,7 +7682,7 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-conditional-invariant@npm:^4.0.0-alpha.1, babel-plugin-conditional-invariant@workspace:packages/babel-plugin-conditional-invariant":
"babel-plugin-conditional-invariant@npm:^4.0.0, babel-plugin-conditional-invariant@workspace:packages/babel-plugin-conditional-invariant":
version: 0.0.0-use.local
resolution: "babel-plugin-conditional-invariant@workspace:packages/babel-plugin-conditional-invariant"
peerDependencies:
Expand All @@ -7708,7 +7708,7 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-env-constants@npm:^4.0.0-alpha.1, babel-plugin-env-constants@workspace:packages/babel-plugin-env-constants":
"babel-plugin-env-constants@npm:^4.0.0, babel-plugin-env-constants@workspace:packages/babel-plugin-env-constants":
version: 0.0.0-use.local
resolution: "babel-plugin-env-constants@workspace:packages/babel-plugin-env-constants"
peerDependencies:
Expand Down Expand Up @@ -18732,9 +18732,9 @@ __metadata:
"@swc/core": "npm:^1.4.2"
"@swc/helpers": "npm:^0.5.6"
"@typescript-eslint/types": "npm:^6.21.0"
babel-plugin-cjs-esm-interop: "npm:^4.0.0-alpha.1"
babel-plugin-conditional-invariant: "npm:^4.0.0-alpha.1"
babel-plugin-env-constants: "npm:^4.0.0-alpha.1"
babel-plugin-cjs-esm-interop: "npm:^4.0.0"
babel-plugin-conditional-invariant: "npm:^4.0.0"
babel-plugin-env-constants: "npm:^4.0.0"
babel-preset-solid: "npm:^1.8.15"
browserslist: "npm:^4.23.0"
debug: "npm:^4.3.4"
Expand Down

0 comments on commit 70c6520

Please sign in to comment.