From 3e2a058d66c866c64ef97d84c371975bc3192c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Che=C5=82miniak?= Date: Tue, 29 Oct 2024 13:17:19 +0100 Subject: [PATCH] chore: update version --- .changeset/pre.json | 4 +++- .changeset/witty-months-give.md | 6 ++++++ packages/cli/CHANGELOG.md | 12 ++++++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- 6 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 .changeset/witty-months-give.md create mode 100644 packages/cli/CHANGELOG.md create mode 100644 packages/core/CHANGELOG.md diff --git a/.changeset/pre.json b/.changeset/pre.json index 21cc86f..3f2803e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,5 +5,7 @@ "@tonik/create-stapler-app": "0.1.0", "@tonik/create-stapler-app-core": "0.1.0" }, - "changesets": [] + "changesets": [ + "witty-months-give" + ] } diff --git a/.changeset/witty-months-give.md b/.changeset/witty-months-give.md new file mode 100644 index 0000000..f417aa3 --- /dev/null +++ b/.changeset/witty-months-give.md @@ -0,0 +1,6 @@ +--- +'@tonik/create-stapler-app': minor +'@tonik/create-stapler-app-core': minor +--- + +Fixed registry problems diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 0000000..dfc9982 --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -0,0 +1,12 @@ +# @tonik/create-stapler-app + +## 0.2.0-alpha.0 + +### Minor Changes + +- Fixed registry problems + +### Patch Changes + +- Updated dependencies + - @tonik/create-stapler-app-core@0.2.0-alpha.0 diff --git a/packages/cli/package.json b/packages/cli/package.json index 1adf245..408c51c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tonik/create-stapler-app", - "version": "0.1.0", + "version": "0.2.0-alpha.0", "main": "./dist/index.mjs", "types": "./dist/index.d.ts", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000..9927f65 --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,7 @@ +# @tonik/create-stapler-app-core + +## 0.2.0-alpha.0 + +### Minor Changes + +- Fixed registry problems diff --git a/packages/core/package.json b/packages/core/package.json index a356122..eabec74 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@tonik/create-stapler-app-core", - "version": "0.1.0", + "version": "0.2.0-alpha.0", "main": "dist/index.js", "types": "dist/index.d.ts", "private": true,