From 3ca3dfa696168fa724071e5c6447049829bce5c2 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 30 May 2023 21:53:57 -0400 Subject: [PATCH] Release v4.2.1 (#109) * STRWEB-86 Add missing @babel/plugin-* dependencies that are listed in babel-options.js * release v4.2.1 --------- Co-authored-by: Denys Bohdan --- CHANGELOG.md | 5 +++++ package.json | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c095b..4b94cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for stripes-webpack +## [4.2.1](https://github.com/folio-org/stripes-webpack/tree/v4.2.1) (2023-05-30) +[Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v4.2.0...v4.2.1) + +* Add missing `@babel/plugin-*` dependencies that are listed in `babel-options.js`. Refs STRWEB-86. + ## [4.2.0](https://github.com/folio-org/stripes-webpack/tree/v4.2.0) (2023-01-30) [Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v4.1.2...v4.2.0) diff --git a/package.json b/package.json index 09916ad..f2df897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-webpack", - "version": "4.2.0", + "version": "4.2.1", "description": "The webpack config for stripes", "license": "Apache-2.0", "publishConfig": { @@ -19,6 +19,8 @@ "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-sent": "^7.0.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", + "@babel/plugin-proposal-private-methods": "^7.18.6", + "@babel/plugin-proposal-private-property-in-object": "^7.21.0", "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/plugin-syntax-import-meta": "^7.0.0", "@babel/preset-env": "^7.0.0",