Skip to content

Commit 78f69a5

Browse files
chore: release core packages v0.1.4 (#228)
1 parent 3b2c776 commit 78f69a5

File tree

13 files changed

+64
-5
lines changed

13 files changed

+64
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.1.4](https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4) (2024-08-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **astro:** sub folders not working on Windows ([#225](https://github.com/stackblitz/tutorialkit/issues/225)) ([694f5ca](https://github.com/stackblitz/tutorialkit/commit/694f5ca26dafae33554136ffbedea70c6c87585c))
7+
* **astro:** webcontainers link to be in plural ([#227](https://github.com/stackblitz/tutorialkit/issues/227)) ([0b86ebd](https://github.com/stackblitz/tutorialkit/commit/0b86ebd4e6e2b28dd2ef0ff97a5c66f9eb780973))
8+
9+
10+
### Features
11+
12+
* **extension:** support config-based ordering ([#223](https://github.com/stackblitz/tutorialkit/issues/223)) ([3b2c776](https://github.com/stackblitz/tutorialkit/commit/3b2c7763a9af488bf32586708b2af328256e0c41))
13+
14+
15+
116
## [0.1.3](https://github.com/stackblitz/tutorialkit/compare/0.1.2...0.1.3) (2024-08-07)
217

318

packages/astro/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.1.4](https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4) "@tutorialkit/astro" (2024-08-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **astro:** sub folders not working on Windows ([#225](https://github.com/stackblitz/tutorialkit/issues/225)) ([694f5ca](https://github.com/stackblitz/tutorialkit/commit/694f5ca26dafae33554136ffbedea70c6c87585c))
7+
* **astro:** webcontainers link to be in plural ([#227](https://github.com/stackblitz/tutorialkit/issues/227)) ([0b86ebd](https://github.com/stackblitz/tutorialkit/commit/0b86ebd4e6e2b28dd2ef0ff97a5c66f9eb780973))
8+
9+
10+
111
## [0.1.3](https://github.com/stackblitz/tutorialkit/compare/0.1.2...0.1.3) "@tutorialkit/astro" (2024-08-07)
212

313

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.1.3",
3+
"version": "0.1.4",
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.1.4](https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4) "@tutorialkit/cli" (2024-08-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **astro:** sub folders not working on Windows ([#225](https://github.com/stackblitz/tutorialkit/issues/225)) ([694f5ca](https://github.com/stackblitz/tutorialkit/commit/694f5ca26dafae33554136ffbedea70c6c87585c))
7+
8+
9+
110
## [0.1.3](https://github.com/stackblitz/tutorialkit/compare/0.1.2...0.1.3) "@tutorialkit/cli" (2024-08-07)
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.1.4](https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4) "@tutorialkit/components-react" (2024-08-08)
2+
3+
4+
15
## [0.1.3](https://github.com/stackblitz/tutorialkit/compare/0.1.2...0.1.3) "@tutorialkit/components-react" (2024-08-07)
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.1.3",
3+
"version": "0.1.4",
44
"description": "TutorialKit's React components",
55
"author": "StackBlitz Inc.",
66
"type": "module",

packages/create-tutorial/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.2](https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.0.2) "create-tutorial" (2024-08-08)
2+
3+
4+
15
## [0.0.2](https://github.com/stackblitz/tutorialkit/compare/0.1.2...0.0.2) "create-tutorial" (2024-08-07)
26

37

packages/runtime/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.4](https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4) "@tutorialkit/runtime" (2024-08-08)
2+
3+
4+
15
## [0.1.3](https://github.com/stackblitz/tutorialkit/compare/0.1.2...0.1.3) "@tutorialkit/runtime" (2024-08-07)
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.1.3",
3+
"version": "0.1.4",
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.1.4](https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4) "@tutorialkit/theme" (2024-08-08)
2+
3+
4+
15
## [0.1.3](https://github.com/stackblitz/tutorialkit/compare/0.1.2...0.1.3) "@tutorialkit/theme" (2024-08-07)
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.1.3",
3+
"version": "0.1.4",
44
"description": "TutorialKit theme configuration",
55
"author": "StackBlitz Inc.",
66
"type": "module",

packages/types/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.1.4](https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4) "@tutorialkit/types" (2024-08-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **astro:** webcontainers link to be in plural ([#227](https://github.com/stackblitz/tutorialkit/issues/227)) ([0b86ebd](https://github.com/stackblitz/tutorialkit/commit/0b86ebd4e6e2b28dd2ef0ff97a5c66f9eb780973))
7+
8+
9+
110
## [0.1.3](https://github.com/stackblitz/tutorialkit/compare/0.1.2...0.1.3) "@tutorialkit/types" (2024-08-07)
211

312

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

0 commit comments

Comments
 (0)