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 28, 2024
1 parent f3066dd commit f6563eb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion heft-plugins/heft-lint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-lint-plugin",
"version": "0.3.22",
"version": "0.3.23",
"description": "A Heft plugin for using ESLint or TSLint. Intended for use with @rushstack/heft-typescript-plugin",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion heft-plugins/heft-typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-typescript-plugin",
"version": "0.4.0",
"version": "0.5.0",
"description": "Heft plugin for TypeScript",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libraries/module-minifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/module-minifier",
"version": "0.4.40",
"version": "0.5.0",
"description": "Wrapper for terser to support bulk parallel minification.",
"main": "lib/index.js",
"typings": "dist/module-minifier.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/worker-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/worker-pool",
"version": "0.4.39",
"version": "0.4.40",
"description": "Lightweight worker pool using NodeJS worker_threads",
"main": "lib/index.js",
"typings": "dist/worker-pool.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion rigs/heft-node-rig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-node-rig",
"version": "2.5.3",
"version": "2.5.4",
"description": "A rig package for Node.js projects that build using Heft",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion rigs/heft-web-rig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-web-rig",
"version": "0.23.3",
"version": "0.23.4",
"description": "A rig package for web browser projects that build using Heft",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webpack/webpack4-module-minifier-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack4-module-minifier-plugin",
"version": "0.13.40",
"version": "0.13.41",
"description": "This plugin splits minification of webpack compilations into smaller units.",
"main": "lib/index.js",
"typings": "dist/webpack4-module-minifier-plugin.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack/webpack5-module-minifier-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack5-module-minifier-plugin",
"version": "5.5.40",
"version": "5.5.41",
"description": "This plugin splits minification of webpack compilations into smaller units.",
"main": "lib/index.js",
"typings": "dist/webpack5-module-minifier-plugin.d.ts",
Expand Down

0 comments on commit f6563eb

Please sign in to comment.