From 9c7387a357cfd78dca1f5ada7c559883ce4f02d8 Mon Sep 17 00:00:00 2001 From: Cam Kemshal-Bell <112100521+CamKem@users.noreply.github.com> Date: Sat, 22 Feb 2025 19:30:30 +1100 Subject: [PATCH 1/3] Bump torchlight-laravel version to 0.6.0 Update the version of `torchlight/torchlight-laravel` to `^0.6.0` in `composer.json`. * **composer.json** - Change the version constraint for `torchlight/torchlight-laravel` from `^0.5.10` to `^0.6.0`. * **CHANGELOG.md** - Add an entry for version `0.6.0` under the "Unreleased" section. - Mention the update of `torchlight-laravel` version constraint. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/CamKem/torchlight-commonmark-php?shareId=XXXX-XXXX-XXXX-XXXX). --- CHANGELOG.md | 10 +++++++--- composer.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 396c489..8d34c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 0.6.0 - 2022-02-23 + +### Changed + +- Updated torchlight-laravel version constraint + ## 0.5.5 - 2022-02-23 ### Changed @@ -50,7 +56,6 @@ - Bump `torchlight/torchlight-laravel` dependency. - Use `Torchlight::highlight` instead of `(new Client)->highlight` - ## 0.3.3 - 2021-07-31 ### Changed @@ -81,7 +86,6 @@ - Bump `torchlight/torchlight-laravel` dependency. - Changed package name from `torchlight/commonmark` to `torchlight/torchlight-commonmark` - ## 0.1.0 -First. \ No newline at end of file +First. diff --git a/composer.json b/composer.json index 6b51bd6..69cccb9 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^7.2|^8.0", - "torchlight/torchlight-laravel": "^0.5.10", + "torchlight/torchlight-laravel": "^0.6.0", "league/commonmark": "^1.5|^2.0" }, "require-dev": { From d94b5c8e71e9441fdeec159c5358af9f976a8888 Mon Sep 17 00:00:00 2001 From: Cam Kemshal-Bell Date: Sun, 18 May 2025 10:18:59 +1000 Subject: [PATCH 2/3] chore: bump torchlight/torchlight-laravel to ^v0.6.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 69cccb9..f30d504 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^7.2|^8.0", - "torchlight/torchlight-laravel": "^0.6.0", + "torchlight/torchlight-laravel": "^v0.6.1", "league/commonmark": "^1.5|^2.0" }, "require-dev": { @@ -39,4 +39,4 @@ }, "extra": { } -} +} \ No newline at end of file From 2e283fead68b85dfaf8e99a37860004b808b9560 Mon Sep 17 00:00:00 2001 From: Cam Kemshal-Bell Date: Sun, 18 May 2025 10:27:21 +1000 Subject: [PATCH 3/3] chore: update CHANGELOG.md --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d34c8a..6ee24b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,10 @@ # Changelog -## Unreleased - -## 0.6.0 - 2022-02-23 +## 0.5.6 - Unreleased ### Changed -- Updated torchlight-laravel version constraint +- Updated torchlight-laravel version constraint to support Laravel 12.x ## 0.5.5 - 2022-02-23 @@ -88,4 +86,4 @@ ## 0.1.0 -First. +First. \ No newline at end of file