File tree 13 files changed +68
-5
lines changed
13 files changed +68
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.1.5] ( https://github.com/stackblitz/tutorialkit/compare/0.1.4...0.1.5 ) (2024-08-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** astro:** don't modify state during re-renders of ` <WorkspacePanelWrapper /> ` ([ #240 ] ( https://github.com/stackblitz/tutorialkit/issues/240 ) ) ([ 745be37] ( https://github.com/stackblitz/tutorialkit/commit/745be37ef20ae97d6ded221fca24670742981879 ) )
7
+ * ** extension:** only match tutorialkit content and meta files ([ #242 ] ( https://github.com/stackblitz/tutorialkit/issues/242 ) ) ([ 9c1b55a] ( https://github.com/stackblitz/tutorialkit/commit/9c1b55abd0967053782458db4ee41180f26d6c5d ) )
8
+
9
+
10
+ ### Features
11
+
12
+ * ** runtime:** add ` preview.pathname ` ([ #233 ] ( https://github.com/stackblitz/tutorialkit/issues/233 ) ) ([ 9bf2156] ( https://github.com/stackblitz/tutorialkit/commit/9bf2156df26656427482645d3d134127863de233 ) )
13
+
14
+
15
+
1
16
## [ 0.1.4] ( https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4 ) (2024-08-08)
2
17
3
18
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.5] ( https://github.com/stackblitz/tutorialkit/compare/0.1.4...0.1.5 ) "@tutorialkit/astro " (2024-08-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** astro:** don't modify state during re-renders of ` <WorkspacePanelWrapper /> ` ([ #240 ] ( https://github.com/stackblitz/tutorialkit/issues/240 ) ) ([ 745be37] ( https://github.com/stackblitz/tutorialkit/commit/745be37ef20ae97d6ded221fca24670742981879 ) )
7
+
8
+
9
+
1
10
## [ 0.1.4] ( https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4 ) "@tutorialkit/astro " (2024-08-08)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tutorialkit/astro" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " TutorialKit integration for Astro (https://astro.build)" ,
5
5
"author" : " StackBlitz Inc." ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.5] ( https://github.com/stackblitz/tutorialkit/compare/0.1.4...0.1.5 ) "@tutorialkit/cli " (2024-08-16)
2
+
3
+
4
+
1
5
## [ 0.1.4] ( https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4 ) "@tutorialkit/cli " (2024-08-08)
2
6
3
7
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.5] ( https://github.com/stackblitz/tutorialkit/compare/0.1.4...0.1.5 ) "@tutorialkit/components-react " (2024-08-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** astro:** don't modify state during re-renders of ` <WorkspacePanelWrapper /> ` ([ #240 ] ( https://github.com/stackblitz/tutorialkit/issues/240 ) ) ([ 745be37] ( https://github.com/stackblitz/tutorialkit/commit/745be37ef20ae97d6ded221fca24670742981879 ) )
7
+
8
+
9
+
1
10
## [ 0.1.4] ( https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4 ) "@tutorialkit/components-react " (2024-08-08)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tutorialkit/components-react" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " TutorialKit's React components" ,
5
5
"author" : " StackBlitz Inc." ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change
1
+ ## [ 0.0.2] ( https://github.com/stackblitz/tutorialkit/compare/0.1.4...0.0.2 ) "create-tutorial" (2024-08-16)
2
+
3
+
4
+
1
5
## [ 0.0.2] ( https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.0.2 ) "create-tutorial" (2024-08-08)
2
6
3
7
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.5] ( https://github.com/stackblitz/tutorialkit/compare/0.1.4...0.1.5 ) "@tutorialkit/runtime " (2024-08-16)
2
+
3
+
4
+ ### Features
5
+
6
+ * ** runtime:** add ` preview.pathname ` ([ #233 ] ( https://github.com/stackblitz/tutorialkit/issues/233 ) ) ([ 9bf2156] ( https://github.com/stackblitz/tutorialkit/commit/9bf2156df26656427482645d3d134127863de233 ) )
7
+
8
+
9
+
1
10
## [ 0.1.4] ( https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4 ) "@tutorialkit/runtime " (2024-08-08)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tutorialkit/runtime" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " TutorialKit runtime" ,
5
5
"author" : " StackBlitz Inc." ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.5] ( https://github.com/stackblitz/tutorialkit/compare/0.1.4...0.1.5 ) "@tutorialkit/theme " (2024-08-16)
2
+
3
+
4
+
1
5
## [ 0.1.4] ( https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4 ) "@tutorialkit/theme " (2024-08-08)
2
6
3
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tutorialkit/theme" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " TutorialKit theme configuration" ,
5
5
"author" : " StackBlitz Inc." ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.5] ( https://github.com/stackblitz/tutorialkit/compare/0.1.4...0.1.5 ) "@tutorialkit/types " (2024-08-16)
2
+
3
+
4
+ ### Features
5
+
6
+ * ** runtime:** add ` preview.pathname ` ([ #233 ] ( https://github.com/stackblitz/tutorialkit/issues/233 ) ) ([ 9bf2156] ( https://github.com/stackblitz/tutorialkit/commit/9bf2156df26656427482645d3d134127863de233 ) )
7
+
8
+
9
+
1
10
## [ 0.1.4] ( https://github.com/stackblitz/tutorialkit/compare/0.1.3...0.1.4 ) "@tutorialkit/types " (2024-08-08)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tutorialkit/types" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " Types for TutorialKit" ,
5
5
"author" : " StackBlitz Inc." ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments