Skip to content

Commit

Permalink
Merge pull request #195 from chialab/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
edoardocavazza authored Jul 9, 2024
2 parents 00ab7c5 + 3fe7ea4 commit b7b1468
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@
"cold-crabs-rush",
"healthy-pets-destroy",
"kind-sloths-rush",
"long-hounds-think",
"ninety-falcons-agree",
"plenty-yaks-heal",
"pretty-experts-grin",
"purple-pianos-battle",
"rude-moles-repeat",
"ten-bikes-fly",
"twelve-dragons-cover",
"wild-bees-reflect"
]
}
8 changes: 8 additions & 0 deletions packages/esbuild-plugin-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @chialab/esbuild-plugin-html

## 0.19.0-beta.3

### Patch Changes

- a5ef23d: Ignore empty `<script>` and `<style>` elements.
- Updated dependencies [a5ef23d]
- @chialab/esbuild-rna@0.19.0-beta.3

## 0.19.0-beta.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/esbuild-plugin-html",
"type": "module",
"version": "0.19.0-beta.2",
"version": "0.19.0-beta.3",
"description": "A HTML loader plugin for esbuild.",
"main": "dist/index.js",
"typings": "./types/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"node": ">=18"
},
"dependencies": {
"@chialab/esbuild-rna": "^0.19.0-beta.2"
"@chialab/esbuild-rna": "^0.19.0-beta.3"
},
"peerDependencies": {
"htmlnano": "^2.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/esbuild-rna/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chialab/esbuild-rna

## 0.19.0-beta.3

### Patch Changes

- a5ef23d: Correctly handle empty (`contents = ''`) virtual modules.

## 0.19.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-rna/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/esbuild-rna",
"type": "module",
"version": "0.19.0-beta.2",
"version": "0.19.0-beta.3",
"description": "A framework for esbuild plugins with transform and emit capabilities.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand Down
10 changes: 8 additions & 2 deletions packages/vitest-provider-browserstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# @chialab/vitest-provider-browserstack

## 0.19.0-beta.1

### Minor Changes

- f7c7e6b: Add support for vitest 2.x

## 0.19.0-beta.0

### Minor Changes

- dfa2625: Migrate from sucrase to oxc parser.
- dfa2625: Migrate from sucrase to oxc parser.

## 0.18.1

### Patch Changes

- ccd704a: First release
- ccd704a: First release
2 changes: 1 addition & 1 deletion packages/vitest-provider-browserstack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/vitest-provider-browserstack",
"type": "module",
"version": "0.19.0-beta.0",
"version": "0.19.0-beta.1",
"description": "A BrowserStack provider for Vitest browser runner.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@chialab/esbuild-plugin-html@workspace:packages/esbuild-plugin-html"
dependencies:
"@chialab/esbuild-rna": ^0.19.0-beta.2
"@chialab/esbuild-rna": ^0.19.0-beta.3
"@jimp/custom": ^0.22.0
"@jimp/jpeg": ^0.22.0
"@jimp/plugin-resize": ^0.22.0
Expand Down Expand Up @@ -2036,7 +2036,7 @@ __metadata:
languageName: unknown
linkType: soft

"@chialab/esbuild-rna@^0.19.0-beta.0, @chialab/esbuild-rna@^0.19.0-beta.1, @chialab/esbuild-rna@^0.19.0-beta.2, @chialab/esbuild-rna@workspace:packages/esbuild-rna":
"@chialab/esbuild-rna@^0.19.0-beta.0, @chialab/esbuild-rna@^0.19.0-beta.1, @chialab/esbuild-rna@^0.19.0-beta.2, @chialab/esbuild-rna@^0.19.0-beta.3, @chialab/esbuild-rna@workspace:packages/esbuild-rna":
version: 0.0.0-use.local
resolution: "@chialab/esbuild-rna@workspace:packages/esbuild-rna"
dependencies:
Expand Down

0 comments on commit b7b1468

Please sign in to comment.