From 54f8cc1bf2b7d5179f831700b68cdb8096d56792 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 19 Aug 2023 14:38:29 +0000 Subject: [PATCH] Version Packages --- .changeset/plenty-pants-provide.md | 5 ----- packages/basehub/CHANGELOG.md | 6 ++++++ packages/basehub/package.json | 2 +- playground/CHANGELOG.md | 7 +++++++ playground/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/plenty-pants-provide.md diff --git a/.changeset/plenty-pants-provide.md b/.changeset/plenty-pants-provide.md deleted file mode 100644 index 69d03184..00000000 --- a/.changeset/plenty-pants-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"basehub": major ---- - -Some extra security measures, and we're in v1! diff --git a/packages/basehub/CHANGELOG.md b/packages/basehub/CHANGELOG.md index c564cc49..6b3137cb 100644 --- a/packages/basehub/CHANGELOG.md +++ b/packages/basehub/CHANGELOG.md @@ -1,5 +1,11 @@ # basehub +## 1.0.0 + +### Major Changes + +- 36a4e02: Some extra security measures, and we're in v1! + ## 0.0.10 ### Patch Changes diff --git a/packages/basehub/package.json b/packages/basehub/package.json index a38da453..2c7daabd 100644 --- a/packages/basehub/package.json +++ b/packages/basehub/package.json @@ -2,7 +2,7 @@ "name": "basehub", "description": "The first AI-native headless cms.", "author": "JB ", - "version": "0.0.10", + "version": "1.0.0", "license": "MIT", "repository": "basehub-ai/basehub", "bugs": "https://github.com/basehub-ai/basehub/issues", diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index af715b28..ab5c4af1 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,12 @@ # playground +## 0.0.11 + +### Patch Changes + +- Updated dependencies [36a4e02] + - basehub@1.0.0 + ## 0.0.10 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index e8234afc..a3efee64 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.0.10", + "version": "0.0.11", "scripts": { "dev": "next dev", "build": "next build",