8000 Bump versions [skip ci] · sarvex/rushstack@750ce08 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 750ce08

Browse files
committed
Bump versions [skip ci]
1 parent 324db90 commit 750ce08

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

heft-plugins/heft-webpack5-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-webpack5-plugin",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Heft plugin for Webpack 5",
55
"repository": {
66
"type": "git",

libraries/load-themed-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/load-themed-styles",
3-
"version": "2.0.33",
3+
"version": "2.0.34",
44
"description": "Loads themed styles.",
55
"license": "MIT",
66
"repository": {

rigs/heft-web-rig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-web-rig",
3-
"version": "0.14.9",
3+
"version": "0.14.10",
44
"description": "A rig package for web browser projects that build using Heft",
55
"license": "MIT",
66
"scripts": {

webpack/hashed-folder-copy-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/hashed-folder-copy-plugin",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.",
55
"typings": "dist/hashed-folder-copy-plugin.d.ts",
66
"main": "lib/index.js",

webpack/loader-load-themed-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/loader-load-themed-styles",
3-
"version": "2.0.31",
3+
"version": "2.0.32",
44
"description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -22,7 +22,7 @@
2222
},
2323
"peerDependencies": {
2424
"@types/webpack": "^4",
25-
"@microsoft/load-themed-styles": "^2.0.33"
25+
"@microsoft/load-themed-styles": "^2.0.34"
2626
},
2727
"dependencies": {
2828
"loader-utils": "1.4.2"

webpack/set-webpack-public-path-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/set-webpack-public-path-plugin",
3-
"version": "3.3.97",
3+
"version": "3.3.98",
44
"description": "This plugin sets the webpack public path at runtime.",
55
"main": "lib/index.js",
66
"typings": "dist/set-webpack-public-path-plugin.d.ts",

webpack/webpack4-localization-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/webpack4-localization-plugin",
3-
"version": "0.17.8",
3+
"version": "0.17.9",
44
"description": "This plugin facilitates localization with Webpack.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack4-localization-plugin.d.ts",
@@ -15,7 +15,7 @@
1515
"_phase:build": "heft build --clean"
1616
},
1717
"peerDependencies": {
18-
"@rushstack/set-webpack-public-path-plugin": "^3.3.97",
18+
"@rushstack/set-webpack-public-path-plugin": "^3.3.98",
1919
"@types/webpack": "^4.39.0",
2020
"webpack": "^4.31.0",
2121
"@types/node": "*"

webpack/webpack5-load-themed-styles-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/webpack5-load-themed-styles-loader",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -16,7 +16,7 @@
1616
"_phase:test": "heft test --no-build"
1717
},
1818
"peerDependencies": {
19-
"@microsoft/load-themed-styles": "^2.0.33",
19+
"@microsoft/load-themed-styles": "^2.0.34",
2020
"webpack": "^5"
2121
},
2222
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)
0