Skip to content

Commit f1c5648

Browse files
chore: release @tutorialkit packages v0.0.1 (#147)
1 parent 5a1f108 commit f1c5648

File tree

12 files changed

+55
-5
lines changed

12 files changed

+55
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.0.1](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.26...0.0.1) (2024-07-17)
2+
3+
4+
### Bug Fixes
5+
6+
* a transition-theme class was missing for the content right border ([#139](https://github.com/stackblitz/tutorialkit/issues/139)) ([c75ef40](https://github.com/stackblitz/tutorialkit/commit/c75ef4089833b8974c2b0877535f1967065ef08a))
7+
* **ci:** override @astrojs/language-server with an older version ([#145](https://github.com/stackblitz/tutorialkit/issues/145)) ([bf9119e](https://github.com/stackblitz/tutorialkit/commit/bf9119ef29913eadd66581a103c3b34d9bf58401))
8+
* **extension:** setup CI and minor improvements ([#142](https://github.com/stackblitz/tutorialkit/issues/142)) ([5a1f108](https://github.com/stackblitz/tutorialkit/commit/5a1f1084d018de789eb563c5959f557658963168))
9+
10+
11+
### Features
12+
13+
* add vscode extension ([#109](https://github.com/stackblitz/tutorialkit/issues/109)) ([33a69f9](https://github.com/stackblitz/tutorialkit/commit/33a69f9de5d163029b78133b129147ff23a6de0b))
14+
15+
16+
117
## [0.0.1-alpha.26](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.25...0.0.1-alpha.26) (2024-07-15)
218

319

packages/astro/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.1](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.26...0.0.1) "@tutorialkit/astro" (2024-07-17)
2+
3+
4+
### Bug Fixes
5+
6+
* a transition-theme class was missing for the content right border ([#139](https://github.com/stackblitz/tutorialkit/issues/139)) ([c75ef40](https://github.com/stackblitz/tutorialkit/commit/c75ef4089833b8974c2b0877535f1967065ef08a))
7+
8+
9+
110
## [0.0.1-alpha.26](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.25...0.0.1-alpha.26) "@tutorialkit/astro" (2024-07-15)
211

312

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.26",
3+
"version": "0.0.1",
44
"description": "TutorialKit integration for Astro (https://astro.build)",
55
"author": "StackBlitz Inc.",
66
"type": "module",

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.1](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.26...0.0.1) "tutorialkit" (2024-07-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** override @astrojs/language-server with an older version ([#145](https://github.com/stackblitz/tutorialkit/issues/145)) ([bf9119e](https://github.com/stackblitz/tutorialkit/commit/bf9119ef29913eadd66581a103c3b34d9bf58401))
7+
8+
9+
110
## [0.0.1-alpha.26](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.25...0.0.1-alpha.26) "tutorialkit" (2024-07-15)
211

312

packages/components/react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.1](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.26...0.0.1) "@tutorialkit/components-react" (2024-07-17)
2+
3+
4+
15
## [0.0.1-alpha.26](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.25...0.0.1-alpha.26) "@tutorialkit/components-react" (2024-07-15)
26

37

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.26",
3+
"version": "0.0.1",
44
"description": "TutorialKit's React components",
55
"author": "StackBlitz Inc.",
66
"type": "module",

packages/runtime/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.1](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.26...0.0.1) "@tutorialkit/runtime" (2024-07-17)
2+
3+
4+
15
## [0.0.1-alpha.26](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.25...0.0.1-alpha.26) "@tutorialkit/runtime" (2024-07-15)
26

37

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.26",
3+
"version": "0.0.1",
44
"description": "TutorialKit runtime",
55
"author": "StackBlitz Inc.",
66
"type": "module",

packages/theme/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.1](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.26...0.0.1) "@tutorialkit/theme" (2024-07-17)
2+
3+
4+
15
## [0.0.1-alpha.26](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.25...0.0.1-alpha.26) "@tutorialkit/theme" (2024-07-15)
26

37

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.26",
3+
"version": "0.0.1",
44
"description": "TutorialKit theme configuration",
55
"author": "StackBlitz Inc.",
66
"type": "module",

packages/types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.1](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.26...0.0.1) "@tutorialkit/types" (2024-07-17)
2+
3+
4+
15
## [0.0.1-alpha.26](https://github.com/stackblitz/tutorialkit/compare/0.0.1-alpha.25...0.0.1-alpha.26) "@tutorialkit/types" (2024-07-15)
26

37

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.26",
3+
"version": "0.0.1",
44
"description": "Types for TutorialKit",
55
"author": "StackBlitz Inc.",
66
"type": "module",

0 commit comments

Comments
 (0)