From 71ed0210d52089eb9615871b96f03294a8bbcf7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Nov 2023 14:06:27 +0000 Subject: [PATCH] chore: update versions --- .changeset/curly-socks-brush.md | 5 ----- .changeset/weak-weeks-poke.md | 5 ----- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- packages/rtpl/CHANGELOG.md | 7 +++++++ packages/rtpl/package.json | 2 +- 6 files changed, 17 insertions(+), 12 deletions(-) delete mode 100644 .changeset/curly-socks-brush.md delete mode 100644 .changeset/weak-weeks-poke.md diff --git a/.changeset/curly-socks-brush.md b/.changeset/curly-socks-brush.md deleted file mode 100644 index a67d106..0000000 --- a/.changeset/curly-socks-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rtpl/cli": minor ---- - -Save secrets in single file diff --git a/.changeset/weak-weeks-poke.md b/.changeset/weak-weeks-poke.md deleted file mode 100644 index 8ec8026..0000000 --- a/.changeset/weak-weeks-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rtpl/cli": minor ---- - -Add global config file diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0b737a0..9ebd407 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @rtpl/cli +## 0.10.0 + +### Minor Changes + +- [`cf18e38`](https://github.com/swordev/rtpl/commit/cf18e3828359c79566fe4ea164baaea9488265ac) Thanks [@juanrgm](https://github.com/juanrgm)! - Save secrets in single file + +- [`6028a36`](https://github.com/swordev/rtpl/commit/6028a36417c4078db3fb6ec96c296a931a6d6a95) Thanks [@juanrgm](https://github.com/juanrgm)! - Add global config file + ## 0.9.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index ad640d4..62fc399 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rtpl/cli", - "version": "0.9.4", + "version": "0.10.0", "description": "CLI tool for resource templates", "homepage": "https://github.com/swordev/rtpl", "bugs": { diff --git a/packages/rtpl/CHANGELOG.md b/packages/rtpl/CHANGELOG.md index d9a3c91..8c9d0c5 100644 --- a/packages/rtpl/CHANGELOG.md +++ b/packages/rtpl/CHANGELOG.md @@ -1,5 +1,12 @@ # rtpl +## 0.10.0 + +### Patch Changes + +- Updated dependencies [[`cf18e38`](https://github.com/swordev/rtpl/commit/cf18e3828359c79566fe4ea164baaea9488265ac), [`6028a36`](https://github.com/swordev/rtpl/commit/6028a36417c4078db3fb6ec96c296a931a6d6a95)]: + - @rtpl/cli@0.10.0 + ## 0.9.4 ### Patch Changes diff --git a/packages/rtpl/package.json b/packages/rtpl/package.json index 16b7222..e6f3f1a 100644 --- a/packages/rtpl/package.json +++ b/packages/rtpl/package.json @@ -1,6 +1,6 @@ { "name": "rtpl", - "version": "0.9.4", + "version": "0.10.0", "description": "CLI tool for resource templates", "homepage": "https://github.com/swordev/rtpl", "bugs": {