Skip to content

Commit 59b27cc

Browse files
committed
v3.0.0
1 parent af36dfb commit 59b27cc

File tree

6 files changed

+24
-8
lines changed

6 files changed

+24
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@ faucet-pipeline-js version history
22
==================================
33

44

5+
v3.0.0
6+
------
7+
8+
_2023-01-16_
9+
10+
notable changes for end users:
11+
12+
* switched to ESM as default output format
13+
* removed deprecated `sourcemap` option (long superseded by `sourcemaps`)
14+
* removed support for custom file extensions
15+
16+
notable changes for developers:
17+
18+
* removed support for virtual bundles
19+
20+
521
v2.1.8
622
------
723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faucet-pipeline-js",
3-
"version": "2.1.8",
3+
"version": "3.0.0",
44
"description": "JavaScript module bundling for faucet-pipeline",
55
"author": "FND",
66
"contributors": [

pkg/faucet-pipeline-esnext/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faucet-pipeline-esnext",
3-
"version": "2.1.8",
3+
"version": "3.0.0",
44
"description": "ES6 and beyond for faucet-pipeline",
55
"author": "FND",
66
"license": "Apache-2.0",
@@ -16,6 +16,6 @@
1616
"@babel/core": "~7.20.12",
1717
"@babel/preset-env": "~7.20.2",
1818
"@rollup/plugin-babel": "~6.0.3",
19-
"faucet-pipeline-js": "2.1.8"
19+
"faucet-pipeline-js": "3.0.0"
2020
}
2121
}

pkg/faucet-pipeline-jsmin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faucet-pipeline-jsmin",
3-
"version": "2.1.8",
3+
"version": "3.0.0",
44
"description": "JavaScript minification for faucet-pipeline",
55
"author": "FND",
66
"license": "Apache-2.0",

pkg/faucet-pipeline-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faucet-pipeline-jsx",
3-
"version": "2.1.8",
3+
"version": "3.0.0",
44
"description": "JSX for faucet-pipeline",
55
"author": "FND",
66
"license": "Apache-2.0",
@@ -14,6 +14,6 @@
1414
},
1515
"dependencies": {
1616
"@babel/plugin-transform-react-jsx": "~7.20.7",
17-
"faucet-pipeline-esnext": "2.1.8"
17+
"faucet-pipeline-esnext": "3.0.0"
1818
}
1919
}

pkg/faucet-pipeline-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faucet-pipeline-typescript",
3-
"version": "2.1.8",
3+
"version": "3.0.0",
44
"description": "TypeScript for faucet-pipeline",
55
"author": "FND",
66
"contributors": [
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@rollup/plugin-typescript": "~11.0.0",
20-
"faucet-pipeline-js": "2.1.8",
20+
"faucet-pipeline-js": "3.0.0",
2121
"tslib": "~2.4.1",
2222
"typescript": "~4.9.4"
2323
}

0 commit comments

Comments
 (0)