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 Jul 17, 2023
1 parent a57f0b1 commit 287e9d3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion heft-plugins/heft-sass-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-sass-plugin",
"version": "0.11.20",
"version": "0.11.21",
"description": "Heft plugin for SASS",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libraries/load-themed-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/load-themed-styles",
"version": "2.0.65",
"version": "2.0.66",
"description": "Loads themed styles.",
"license": "MIT",
"repository": {
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.18.17",
"version": "0.18.18",
"description": "A rig package for web browser projects that build using Heft",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions webpack/loader-load-themed-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/loader-load-themed-styles",
"version": "2.0.63",
"version": "2.0.64",
"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.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -22,7 +22,7 @@
},
"peerDependencies": {
"@types/webpack": "^4",
"@microsoft/load-themed-styles": "^2.0.65"
"@microsoft/load-themed-styles": "^2.0.66"
},
"dependencies": {
"loader-utils": "1.4.2"
Expand Down
4 changes: 2 additions & 2 deletions webpack/webpack5-load-themed-styles-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/webpack5-load-themed-styles-loader",
"version": "0.1.47",
"version": "0.1.48",
"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.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@microsoft/load-themed-styles": "^2.0.65",
"@microsoft/load-themed-styles": "^2.0.66",
"webpack": "^5"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 287e9d3

Please sign in to comment.