Skip to content

Commit 65dcc07

Browse files
committed
chore: lower versions for demo
1 parent eba02b2 commit 65dcc07

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
commit-message: 'chore: release @tutorialkit packages, version: ${{ inputs.version }}'
3838
title: 'chore: release @tutorialkit packages, version: ${{ inputs.version }}'
3939
body: 'Bump packages to version ${{ inputs.version }} and generate changelogs'
40-
reviewers: SamVerschueren,d3lm,Nemikolh,AriPerkkio
40+
reviewers: AriPerkkio
4141
branch: chore/release-${{ inputs.version }}

.github/workflows/publish-release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
run: >
3131
pnpm --recursive
3232
--filter "@tutorialkit/*"
33-
exec pnpm publish --provenance
33+
exec pnpm publish --provenance --dry-run
3434
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
NODE_AUTH_TOKEN: nope
3636

3737
- name: Create and push git tag
3838
run: |
@@ -71,7 +71,7 @@ jobs:
7171
commit-message: 'chore: release tutorialkit CLI, version: ${{ steps.resolve-release-version.outputs.version }}'
7272
title: 'chore: release tutorialkit CLI, version: ${{ steps.resolve-release-version.outputs.version }}'
7373
body: 'Bump tutorialkit CLI to version ${{ steps.resolve-release-version.outputs.version }}'
74-
reviewers: SamVerschueren,d3lm,Nemikolh,AriPerkkio
74+
reviewers: AriPerkkio
7575
branch: chore/release-cli-${{ steps.resolve-release-version.outputs.version }}
7676

7777
publish_release_CLI:
@@ -103,6 +103,6 @@ jobs:
103103
pnpm --recursive
104104
--filter tutorialkit
105105
--filter create-tutorial
106-
exec pnpm publish --provenance
106+
exec pnpm publish --provenance --dry-run
107107
env:
108-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
108+
NODE_AUTH_TOKEN: nope

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tutorialkit/astro",
3-
"version": "0.0.1-alpha.23",
3+
"version": "0.0.1-alpha.22",
44
"description": "TutorialKit integration for Astro (https://astro.build)",
55
"author": "StackBlitz Inc.",
66
"type": "module",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tutorialkit",
3-
"version": "0.0.1-alpha.23",
3+
"version": "0.0.1-alpha.22",
44
"description": "Interactive tutorials powered by WebContainer API",
55
"author": "StackBlitz Inc.",
66
"type": "module",

packages/components/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tutorialkit/components-react",
3-
"version": "0.0.1-alpha.23",
3+
"version": "0.0.1-alpha.22",
44
"description": "TutorialKit's React components",
55
"author": "StackBlitz Inc.",
66
"type": "module",

packages/create-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tutorial",
3-
"version": "0.0.1-alpha.23",
3+
"version": "0.0.1-alpha.22",
44
"description": "Interactive tutorials powered by WebContainer API",
55
"author": "StackBlitz Inc.",
66
"type": "module",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tutorialkit/runtime",
3-
"version": "0.0.1-alpha.23",
3+
"version": "0.0.1-alpha.22",
44
"description": "TutorialKit runtime",
55
"author": "StackBlitz Inc.",
66
"type": "module",

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tutorialkit/theme",
3-
"version": "0.0.1-alpha.23",
3+
"version": "0.0.1-alpha.22",
44
"description": "TutorialKit theme configuration",
55
"author": "StackBlitz Inc.",
66
"type": "module",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tutorialkit/types",
3-
"version": "0.0.1-alpha.23",
3+
"version": "0.0.1-alpha.22",
44
"description": "Types for TutorialKit",
55
"author": "StackBlitz Inc.",
66
"type": "module",

0 commit comments

Comments
 (0)