Skip to content

Commit

Permalink
🚀Preview Release (v1.0.0-preview.9) (#50)
Browse files Browse the repository at this point in the history
* start work for preview release

* release: updated version to v1.0.0-preview.9

* release: create release notes for version v1.0.0-preview.9

* release: updated release notes for version v1.0.0-preview.9
  • Loading branch information
CalvinWilkinson authored Mar 21, 2024
1 parent 5cca6e2 commit 7758c9e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<h1 align="center" style="color: mediumseagreen;font-weight: bold;">
kd_clients Preview Release Notes - v1.0.0-preview.9
</h1>

<h2 align="center" style="font-weight: bold;">Quick Reminder</h2>

<div align="center">

As with all software, there is always a chance for issues and bugs, especially for preview releases, which is why your input is greatly appreciated. 🙏🏼
</div>

<h2 align="center" style="font-weight: bold;">Dependency Updates 📦</h2>

1. [#44](https://github.com/KinsonDigital/kd_clients/pull/44) - Updated _**softprops/action-gh-release**_ action to _**v2.0.0**_
2. [#41](https://github.com/KinsonDigital/kd_clients/pull/41) - Updated _**kinsondigital/infrastructure**_ action to _**v13.6.3**_

<h2 align="center" style="font-weight: bold;">Other 🪧</h2>

1. [#46](https://github.com/KinsonDigital/kd_clients/issues/46) - Replaced _**chalk**_ internal npm package
- This has been done to remove any dependencies on npm to make it easier to use and vendor.
2. [#45](https://github.com/KinsonDigital/kd_clients/issues/45) - Replaced _**twitter**_ internal npm package
- This has been done to remove any dependencies on npm to make it easier to use and vendor.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v1.0.0-preview.8",
"version": "v1.0.0-preview.9",
"tasks": {
"build": "powershell cls && deno run -A ./.github/cicd/scripts/deno-check.ts",
"test": "powershell cls && deno test -A ./tests/*Tests.ts",
Expand Down

0 comments on commit 7758c9e

Please sign in to comment.