Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Mar 22, 2023
1 parent 1480bad commit 41df09f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion webpack/hashed-folder-copy-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/hashed-folder-copy-plugin",
"version": "0.2.4",
"version": "0.2.5",
"description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.",
"typings": "dist/hashed-folder-copy-plugin.d.ts",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion webpack/set-webpack-public-path-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/set-webpack-public-path-plugin",
"version": "3.3.93",
"version": "3.3.94",
"description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js",
"typings": "dist/set-webpack-public-path-plugin.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack/webpack-embedded-dependencies-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack-embedded-dependencies-plugin",
"version": "0.0.0",
"version": "0.1.0",
"description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.",
"main": "lib/index.js",
"typings": "dist/webpack-embedded-dependencies-plugin.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack/webpack-plugin-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack-plugin-utilities",
"version": "0.1.57",
"version": "0.2.0",
"description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js",
"typings": "dist/webpack-plugin-utilities.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions webpack/webpack4-localization-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack4-localization-plugin",
"version": "0.17.4",
"version": "0.17.5",
"description": "This plugin facilitates localization with Webpack.",
"main": "lib/index.js",
"typings": "dist/webpack4-localization-plugin.d.ts",
Expand All @@ -15,7 +15,7 @@
"_phase:build": "heft build --clean"
},
"peerDependencies": {
"@rushstack/set-webpack-public-path-plugin": "^3.3.93",
"@rushstack/set-webpack-public-path-plugin": "^3.3.94",
"@types/webpack": "^4.39.0",
"webpack": "^4.31.0",
"@types/node": "*"
Expand Down

0 comments on commit 41df09f

Please sign in to comment.