Skip to content

Commit 54d2013

Browse files
committed
v3.0.2
1 parent 560c75c commit 54d2013

File tree

6 files changed

+22
-8
lines changed

6 files changed

+22
-8
lines changed

CHANGELOG.md

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

44

5+
v3.0.2
6+
------
7+
8+
_2025-02-01_
9+
10+
notable changes for end users:
11+
12+
* dropped support for obsolete Node versions; now requires Node v18 or later
13+
* dropped support for undocumented ESM aliases
14+
* reduced number of dependencies
15+
16+
no significant changes for developers
17+
18+
519
v3.0.1
620
------
721

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": "3.0.1",
3+
"version": "3.0.2",
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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "ES6 and beyond for faucet-pipeline",
55
"author": "FND",
66
"license": "Apache-2.0",
@@ -16,6 +16,6 @@
1616
"@babel/core": "~7.26.7",
1717
"@babel/preset-env": "~7.26.7",
1818
"@rollup/plugin-babel": "~6.0.4",
19-
"faucet-pipeline-js": "3.0.1"
19+
"faucet-pipeline-js": "3.0.2"
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": "3.0.1",
3+
"version": "3.0.2",
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": "3.0.1",
3+
"version": "3.0.2",
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.25.9",
17-
"faucet-pipeline-esnext": "3.0.1"
17+
"faucet-pipeline-esnext": "3.0.2"
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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "TypeScript for faucet-pipeline",
55
"author": "FND",
66
"contributors": [
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@rollup/plugin-typescript": "~12.1.2",
20-
"faucet-pipeline-js": "3.0.1",
20+
"faucet-pipeline-js": "3.0.2",
2121
"tslib": "~2.8.1",
2222
"typescript": "~5.7.3"
2323
}

0 commit comments

Comments
 (0)