Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 23, 2022
1 parent 3ef909a commit 83713c0
Show file tree
Hide file tree
Showing 84 changed files with 842 additions and 333 deletions.
45 changes: 0 additions & 45 deletions .changeset/light-zebras-turn.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cjs-to-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @chialab/cjs-to-esm

## 0.17.0

### Minor Changes

- f975706: Move to esbuild 0.15

### Patch Changes

- Updated dependencies [f975706]
- @chialab/estransform@0.17.0

## 0.16.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cjs-to-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/cjs-to-esm",
"type": "module",
"version": "0.16.1",
"version": "0.17.0",
"description": "A commonjs to esm converter.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"node": ">=13"
},
"dependencies": {
"@chialab/estransform": "^0.16.0"
"@chialab/estransform": "^0.17.0"
},
"devDependencies": {
"typescript": "^4.3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/es-dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chialab/es-dev-server

## 0.17.0

### Minor Changes

- f975706: Move to esbuild 0.15

## 0.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/es-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/es-dev-server",
"type": "module",
"version": "0.16.1",
"version": "0.17.0",
"description": "Dev server for ES modules.",
"main": "dist/index.js",
"typings": "./types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/es-test-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chialab/es-test-runner

## 0.17.0

### Minor Changes

- f975706: Move to esbuild 0.15

## 0.16.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/es-test-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/es-test-runner",
"type": "module",
"version": "0.16.2",
"version": "0.17.0",
"description": "Test helpers for ES modules.",
"main": "dist/index.js",
"typings": "./types/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/esbuild-plugin-alias/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @chialab/esbuild-plugin-alias

## 0.17.0

### Minor Changes

- f975706: Move to esbuild 0.15

### Patch Changes

- Updated dependencies [f975706]
- @chialab/esbuild-rna@0.17.0
- @chialab/estransform@0.17.0
- @chialab/node-resolve@0.17.0

## 0.16.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/esbuild-plugin-alias/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/esbuild-plugin-alias",
"type": "module",
"version": "0.16.3",
"version": "0.17.0",
"description": "A plugin for esbuild that resolves aliases or empty modules.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand Down Expand Up @@ -29,9 +29,9 @@
"node": ">=13"
},
"dependencies": {
"@chialab/esbuild-rna": "^0.16.3",
"@chialab/estransform": "^0.16.0",
"@chialab/node-resolve": "^0.16.0"
"@chialab/esbuild-rna": "^0.17.0",
"@chialab/estransform": "^0.17.0",
"@chialab/node-resolve": "^0.17.0"
},
"devDependencies": {
"esbuild": "^0.15.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/esbuild-plugin-any-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @chialab/esbuild-plugin-any-file

## 0.17.0

### Minor Changes

- f975706: Move to esbuild 0.15

### Patch Changes

- Updated dependencies [f975706]
- @chialab/esbuild-rna@0.17.0

## 0.16.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-any-file/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/esbuild-plugin-any-file",
"type": "module",
"version": "0.16.2",
"version": "0.17.0",
"description": "A loader plugin for esbuild for files with unknown loader.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand All @@ -28,7 +28,7 @@
"node": ">=13"
},
"dependencies": {
"@chialab/esbuild-rna": "^0.16.3"
"@chialab/esbuild-rna": "^0.17.0"
},
"devDependencies": {
"typescript": "^4.3.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/esbuild-plugin-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @chialab/esbuild-plugin-babel

## 0.17.0

### Minor Changes

- f975706: Move to esbuild 0.15

### Patch Changes

- Updated dependencies [f975706]
- @chialab/esbuild-rna@0.17.0

## 0.16.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/esbuild-plugin-babel",
"type": "module",
"version": "0.16.2",
"version": "0.17.0",
"description": "A pluggable esbuild plugin that runs babel for es5 transpilation.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/runtime": "^7.13.17",
"@chialab/esbuild-rna": "^0.16.3",
"@chialab/esbuild-rna": "^0.17.0",
"babel-plugin-htm": "^3.0.0"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/esbuild-plugin-commonjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @chialab/esbuild-plugin-commonjs

## 0.17.0

### Minor Changes

- f975706: Move to esbuild 0.15

### Patch Changes

- Updated dependencies [f975706]
- @chialab/cjs-to-esm@0.17.0
- @chialab/esbuild-rna@0.17.0
- @chialab/node-resolve@0.17.0

## 0.16.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/esbuild-plugin-commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/esbuild-plugin-commonjs",
"type": "module",
"version": "0.16.2",
"version": "0.17.0",
"description": "A commonjs to esm converter for esbuild.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand Down Expand Up @@ -29,9 +29,9 @@
"node": ">=13"
},
"dependencies": {
"@chialab/cjs-to-esm": "^0.16.0",
"@chialab/esbuild-rna": "^0.16.3",
"@chialab/node-resolve": "^0.16.0"
"@chialab/cjs-to-esm": "^0.17.0",
"@chialab/esbuild-rna": "^0.17.0",
"@chialab/node-resolve": "^0.17.0"
},
"devDependencies": {
"typescript": "^4.3.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/esbuild-plugin-css-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @chialab/esbuild-plugin-css-import

## 0.17.0

### Minor Changes

- f975706: Move to esbuild 0.15

### Patch Changes

- Updated dependencies [f975706]
- @chialab/node-resolve@0.17.0

## 0.16.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-css-import/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/esbuild-plugin-css-import",
"type": "module",
"version": "0.16.0",
"version": "0.17.0",
"description": "Resolve CSS imports using the node resolution algorithm and the style field in package.json.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"node": ">=13"
},
"dependencies": {
"@chialab/node-resolve": "^0.16.0"
"@chialab/node-resolve": "^0.17.0"
},
"devDependencies": {
"typescript": "^4.3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/esbuild-plugin-define-this/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chialab/esbuild-plugin-define-this

## 0.17.0

### Minor Changes

- f975706: Move to esbuild 0.15

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-define-this/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/esbuild-plugin-define-this",
"type": "module",
"version": "0.16.0",
"version": "0.17.0",
"description": "Define the this value in an esm module.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/esbuild-plugin-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chialab/esbuild-plugin-env

## 0.17.0

### Minor Changes

- f975706: Move to esbuild 0.15

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-env/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/esbuild-plugin-env",
"type": "module",
"version": "0.16.0",
"version": "0.17.0",
"description": "Define all environement variables for esbuild.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/esbuild-plugin-external/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @chialab/esbuild-plugin-external

## 0.17.0

### Minor Changes

- f975706: Move to esbuild 0.15

### Patch Changes

- Updated dependencies [f975706]
- @chialab/node-resolve@0.17.0

## 0.16.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-external/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/esbuild-plugin-external",
"type": "module",
"version": "0.16.0",
"version": "0.17.0",
"description": "Collect or exclude module dependencies to bundle.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"node": ">=13"
},
"dependencies": {
"@chialab/node-resolve": "^0.16.0"
"@chialab/node-resolve": "^0.17.0"
},
"devDependencies": {
"typescript": "^4.3.0"
Expand Down
Loading

0 comments on commit 83713c0

Please sign in to comment.