Skip to content

Commit

Permalink
Version Packages (#128)
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 May 22, 2024
1 parent ce8ba1e commit 83446e7
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/great-experts-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-jokes-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-suits-sneeze.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/plugins/parcel-reporter-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @react-loosely-lazy/parcel-reporter-manifest

## 1.3.0

### Minor Changes

- ce8ba1e: Use stable parcel version

### Patch Changes

- ce8ba1e: Handle inline bundles
4 changes: 2 additions & 2 deletions packages/plugins/parcel-reporter-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-loosely-lazy/parcel-reporter-manifest",
"version": "1.2.0",
"version": "1.3.0",
"description": "Parcel reporter plugin that generates a manifest for react-loosely-lazy",
"keywords": [
"react-loosely-lazy",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@parcel/fs": "^2.12.0",
"@parcel/transformer-inline-string": "^2.12.0",
"@parcel/types": "^2.12.0",
"@react-loosely-lazy/integration-app": "^1.2.0",
"@react-loosely-lazy/integration-app": "^1.3.0",
"@react-loosely-lazy/manifest": "^1.2.0"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/parcel-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @react-loosely-lazy/parcel-transformer

## 1.3.0

### Minor Changes

- ce8ba1e: Use stable parcel version
4 changes: 2 additions & 2 deletions packages/plugins/parcel-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-loosely-lazy/parcel-transformer",
"version": "1.2.0",
"version": "1.3.0",
"description": "Parcel transformer plugin for react-loosely-lazy",
"keywords": [
"react-loosely-lazy",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@parcel/config-default": "^2.12.0",
"@parcel/core": "^2.12.0",
"@react-loosely-lazy/integration-app": "^1.2.0"
"@react-loosely-lazy/integration-app": "^1.3.0"
},
"engines": {
"parcel": "^2.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/testing/integration-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @react-loosely-lazy/integration-app

## 1.3.0

### Minor Changes

- ce8ba1e: Add svg external asset
2 changes: 1 addition & 1 deletion packages/testing/integration-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-loosely-lazy/integration-app",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"description": "Common application used for plugin integration tests",
"keywords": [
Expand Down

0 comments on commit 83446e7

Please sign in to comment.