Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FND committed Feb 1, 2025
1 parent 560c75c commit 7780cf2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ jobs:
matrix:
node-version:
- 18.x
- 20.x
- 22.x
- 23.x
- latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ faucet-pipeline-js version history
==================================


v3.0.2
------

_2025-02-01_

notable changes for end users:

* dropped support for obsolete Node versions; now requires Node v18 or later
* dropped support for undocumented ESM aliases
* reduced number of dependencies

no significant changes for developers


v3.0.1
------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucet-pipeline-js",
"version": "3.0.1",
"version": "3.0.2",
"description": "JavaScript module bundling for faucet-pipeline",
"author": "FND",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions pkg/faucet-pipeline-esnext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucet-pipeline-esnext",
"version": "3.0.1",
"version": "3.0.2",
"description": "ES6 and beyond for faucet-pipeline",
"author": "FND",
"license": "Apache-2.0",
Expand All @@ -16,6 +16,6 @@
"@babel/core": "~7.26.7",
"@babel/preset-env": "~7.26.7",
"@rollup/plugin-babel": "~6.0.4",
"faucet-pipeline-js": "3.0.1"
"faucet-pipeline-js": "3.0.2"
}
}
2 changes: 1 addition & 1 deletion pkg/faucet-pipeline-jsmin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucet-pipeline-jsmin",
"version": "3.0.1",
"version": "3.0.2",
"description": "JavaScript minification for faucet-pipeline",
"author": "FND",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions pkg/faucet-pipeline-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucet-pipeline-jsx",
"version": "3.0.1",
"version": "3.0.2",
"description": "JSX for faucet-pipeline",
"author": "FND",
"license": "Apache-2.0",
Expand All @@ -14,6 +14,6 @@
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "~7.25.9",
"faucet-pipeline-esnext": "3.0.1"
"faucet-pipeline-esnext": "3.0.2"
}
}
4 changes: 2 additions & 2 deletions pkg/faucet-pipeline-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucet-pipeline-typescript",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript for faucet-pipeline",
"author": "FND",
"contributors": [
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@rollup/plugin-typescript": "~12.1.2",
"faucet-pipeline-js": "3.0.1",
"faucet-pipeline-js": "3.0.2",
"tslib": "~2.8.1",
"typescript": "~5.7.3"
}
Expand Down

0 comments on commit 7780cf2

Please sign in to comment.