From 243e4165d8e875683211d9754a5f5913ef2f84ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:51:57 +0530 Subject: [PATCH] Version Packages (#143) Co-authored-by: github-actions[bot] --- .changeset/chilly-beds-dress.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilly-beds-dress.md diff --git a/.changeset/chilly-beds-dress.md b/.changeset/chilly-beds-dress.md deleted file mode 100644 index a8b50ad68..000000000 --- a/.changeset/chilly-beds-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/cli': minor ---- - -Suppress experimental warning in the CLI diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 494b8804b..4b261f63f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/cli +## 0.5.0 + +### Minor Changes + +- 014e2e6: Suppress experimental warning in the CLI + ## 0.4.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0830d296f..22fc68615 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@gitbook/cli", "description": "CLI to build and publish integrations on GitBook.com", - "version": "0.4.0", + "version": "0.5.0", "dependencies": { "@gitbook/api": "*", "@openapi-contrib/openapi-schema-to-json-schema": "^3.1.2",