From ece111dc0c1e6e0d77999b7794d59d66649b801d Mon Sep 17 00:00:00 2001 From: Jason Rundell Date: Tue, 22 Oct 2024 05:02:28 +0000 Subject: [PATCH 1/2] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f53a5d..c02239c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,49 @@ #### ⚠️ Pushed to `main` +- Merge branch 'main' of https://github.com/jasonrundell/dropship ([@jasonrundell](https://github.com/jasonrundell)) +- Reverting node version change ([@jasonrundell](https://github.com/jasonrundell)) +- Update auto package ([@jasonrundell](https://github.com/jasonrundell)) +- Refactor GitHub Actions workflow for Chromatic integration ([@jasonrundell](https://github.com/jasonrundell)) +- Updating packages ([@jasonrundell](https://github.com/jasonrundell)) +- Make config more dry ([@jasonrundell](https://github.com/jasonrundell)) +- Package updates for release fix ([@jasonrundell](https://github.com/jasonrundell)) +- Fixing token name ([@jasonrundell](https://github.com/jasonrundell)) +- Package updates ([@jasonrundell](https://github.com/jasonrundell)) + +#### 🔩 Dependency Updates + +- Bump cookie and express [#95](https://github.com/jasonrundell/dropship/pull/95) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump rollup from 3.29.4 to 3.29.5 [#94](https://github.com/jasonrundell/dropship/pull/94) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump body-parser and express [#93](https://github.com/jasonrundell/dropship/pull/93) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump serve-static and express [#92](https://github.com/jasonrundell/dropship/pull/92) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump webpack from 5.93.0 to 5.94.0 [#88](https://github.com/jasonrundell/dropship/pull/88) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump send and express [#90](https://github.com/jasonrundell/dropship/pull/90) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump vite from 4.5.3 to 4.5.5 [#89](https://github.com/jasonrundell/dropship/pull/89) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump express from 4.18.2 to 4.19.2 [#83](https://github.com/jasonrundell/dropship/pull/83) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump vite from 4.5.2 to 4.5.3 [#84](https://github.com/jasonrundell/dropship/pull/84) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump ejs from 3.1.9 to 3.1.10 [#85](https://github.com/jasonrundell/dropship/pull/85) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump braces from 3.0.2 to 3.0.3 [#87](https://github.com/jasonrundell/dropship/pull/87) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump ws from 6.2.2 to 6.2.3 [#86](https://github.com/jasonrundell/dropship/pull/86) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump ip from 2.0.0 to 2.0.1 [#82](https://github.com/jasonrundell/dropship/pull/82) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump vite from 4.4.9 to 4.5.2 [#81](https://github.com/jasonrundell/dropship/pull/81) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump @adobe/css-tools from 4.3.1 to 4.3.2 [#79](https://github.com/jasonrundell/dropship/pull/79) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Jason Rundell ([@jasonrundell](https://github.com/jasonrundell)) + +--- + +# v2.3.0 (Tue Oct 22 2024) + +#### 🚀 Enhancement + +- Allow spread props [#96](https://github.com/jasonrundell/dropship/pull/96) ([@jasonrundell](https://github.com/jasonrundell)) + +#### ⚠️ Pushed to `main` + - Merge branch 'main' of https://github.com/jasonrundell/dropship ([@jasonrundell](https://github.com/jasonrundell)) - Update auto package ([@jasonrundell](https://github.com/jasonrundell)) - Refactor GitHub Actions workflow for Chromatic integration ([@jasonrundell](https://github.com/jasonrundell)) From 898ea1aacfd50afd3bf23c0654ff0efcf9167a3c Mon Sep 17 00:00:00 2001 From: Jason Rundell Date: Tue, 22 Oct 2024 05:02:29 +0000 Subject: [PATCH 2/2] Bump version to: 2.6.0 [skip ci] --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2fe937..584e5c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jasonrundell/dropship", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jasonrundell/dropship", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "dependencies": { "glob": "^11.0.0", diff --git a/package.json b/package.json index f927169..5e9a25b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jasonrundell/dropship", - "version": "2.5.0", + "version": "2.6.0", "description": "Get a React project up and running really fast with Dropship.", "main": "lib/index.js", "repository": {