Skip to content

Commit f8eb2c2

Browse files
committed
Bump versions [skip ci]
1 parent e0472d7 commit f8eb2c2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

heft-plugins/heft-localization-typings-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-localization-typings-plugin",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Heft plugin for generating types for localization files.",
55
"repository": {
66
"type": "git",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-sass-plugin",
3-
"version": "0.14.17",
3+
"version": "0.14.18",
44
"description": "Heft plugin for SASS",
55
"repository": {
66
"type": "git",

libraries/localization-utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/localization-utilities",
3-
"version": "0.11.1",
3+
"version": "0.12.0",
44
"description": "This plugin contains some useful functions for localization.",
55
"main": "lib/index.js",
66
"typings": "dist/localization-utilities.d.ts",

libraries/typings-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/typings-generator",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "This library provides functionality for automatically generating typings for non-TS files.",
55
"keywords": [
66
"dts",

rigs/heft-web-rig/package.json

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

webpack/webpack-workspace-resolve-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/webpack-workspace-resolve-plugin",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "This plugin leverages workspace-level metadata to greatly accelerate module resolution.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack-workspace-resolve-plugin.d.ts",

webpack/webpack4-localization-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/webpack4-localization-plugin",
3-
"version": "0.18.65",
3+
"version": "0.18.66",
44
"description": "This plugin facilitates localization with Webpack.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack4-localization-plugin.d.ts",

webpack/webpack5-localization-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/webpack5-localization-plugin",
3-
"version": "0.11.5",
3+
"version": "0.11.6",
44
"description": "This plugin facilitates localization with Webpack.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack5-localization-plugin.d.ts",

0 commit comments

Comments
 (0)