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 Sep 21, 2024
1 parent d7481ca commit a2351c6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion heft-plugins/heft-dev-cert-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-dev-cert-plugin",
"version": "0.4.66",
"version": "0.4.67",
"description": "A Heft plugin for generating and using local development certificates",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion heft-plugins/heft-serverless-stack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-serverless-stack-plugin",
"version": "0.3.67",
"version": "0.3.68",
"description": "Heft plugin for building apps using the Serverless Stack (SST) framework",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion heft-plugins/heft-storybook-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-storybook-plugin",
"version": "0.6.44",
"version": "0.6.45",
"description": "Heft plugin for supporting UI development using Storybook",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion heft-plugins/heft-webpack4-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-webpack4-plugin",
"version": "0.10.66",
"version": "0.10.67",
"description": "Heft plugin for Webpack 4",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion heft-plugins/heft-webpack5-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-webpack5-plugin",
"version": "0.10.11",
"version": "0.10.12",
"description": "Heft plugin for Webpack 5",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libraries/debug-certificate-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/debug-certificate-manager",
"version": "1.3.66",
"version": "1.4.0",
"description": "Cross-platform functionality to create debug ssl certificates.",
"main": "lib/index.js",
"typings": "dist/debug-certificate-manager.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/package-deps-hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/package-deps-hash",
"version": "4.1.68",
"version": "4.2.0",
"description": "",
"main": "lib/index.js",
"typings": "dist/package-deps-hash.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/package-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/package-extractor",
"version": "0.9.0",
"version": "0.9.1",
"description": "A library for bundling selected files and dependencies into a deployable package.",
"main": "lib/index.js",
"typings": "dist/package-extractor.d.ts",
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.24.33",
"version": "0.24.34",
"description": "A rig package for web browser projects that build using Heft",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit a2351c6

Please sign in to comment.