Skip to content

chore: release @tutorialkit packages v0.1.0 #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [0.1.0](https://github.com/stackblitz/tutorialkit/compare/0.0.3...0.1.0) (2024-07-25)


### Bug Fixes

* **cli:** remove vs code `settings.json` ([#173](https://github.com/stackblitz/tutorialkit/issues/173)) ([8dde2c3](https://github.com/stackblitz/tutorialkit/commit/8dde2c3248fe897921c1e928f5084c426270ede2))
* **docs:** jumping to bottom of getting started page ([#170](https://github.com/stackblitz/tutorialkit/issues/170)) ([55430f9](https://github.com/stackblitz/tutorialkit/commit/55430f9006427e9435e9ce7d1be62315c6575e2b))
* solve shows lesson-only files empty ([#168](https://github.com/stackblitz/tutorialkit/issues/168)) ([bbb13f7](https://github.com/stackblitz/tutorialkit/commit/bbb13f7251a5259a3f7b4fc8300d0b308828bd73))


### Features

* add `contentSchema` ([#156](https://github.com/stackblitz/tutorialkit/issues/156)) ([bc0fde2](https://github.com/stackblitz/tutorialkit/commit/bc0fde26025465f5ab1fa71613d92293f0dafa89))
* **cli:** add vs code extension to recommendations ([#172](https://github.com/stackblitz/tutorialkit/issues/172)) ([f6fd489](https://github.com/stackblitz/tutorialkit/commit/f6fd48986c4760447c11743174c3448b9b733c4f))
* **extension:** metadata autocompletion ([#143](https://github.com/stackblitz/tutorialkit/issues/143)) ([be0a096](https://github.com/stackblitz/tutorialkit/commit/be0a0965bbd7b553bc6b5b1f4019e22ee0651d30))



## [0.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) (2024-07-23)


Expand Down
4 changes: 4 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.1.0](https://github.com/stackblitz/tutorialkit/compare/0.0.3...0.1.0) "@tutorialkit/astro" (2024-07-25)



## [0.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) "@tutorialkit/astro" (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutorialkit/astro",
"version": "0.0.3",
"version": "0.1.0",
"description": "TutorialKit integration for Astro (https://astro.build)",
"author": "StackBlitz Inc.",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [0.1.0](https://github.com/stackblitz/tutorialkit/compare/0.0.3...0.1.0) "tutorialkit" (2024-07-25)


### Bug Fixes

* **cli:** remove vs code `settings.json` ([#173](https://github.com/stackblitz/tutorialkit/issues/173)) ([8dde2c3](https://github.com/stackblitz/tutorialkit/commit/8dde2c3248fe897921c1e928f5084c426270ede2))
* solve shows lesson-only files empty ([#168](https://github.com/stackblitz/tutorialkit/issues/168)) ([bbb13f7](https://github.com/stackblitz/tutorialkit/commit/bbb13f7251a5259a3f7b4fc8300d0b308828bd73))



## [0.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) "tutorialkit" (2024-07-23)


Expand Down
4 changes: 4 additions & 0 deletions packages/components/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.1.0](https://github.com/stackblitz/tutorialkit/compare/0.0.3...0.1.0) "@tutorialkit/components-react" (2024-07-25)



## [0.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) "@tutorialkit/components-react" (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/components/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutorialkit/components-react",
"version": "0.0.3",
"version": "0.1.0",
"description": "TutorialKit's React components",
"author": "StackBlitz Inc.",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/create-tutorial/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.2](https://github.com/stackblitz/tutorialkit/compare/0.0.3...0.0.2) "create-tutorial" (2024-07-25)



## [0.0.1-alpha.26](https://github.com/stackblitz/tutorialkit/compare/0.0.1...0.0.1-alpha.26) "create-tutorial" (2024-07-17)


Expand Down
9 changes: 9 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.1.0](https://github.com/stackblitz/tutorialkit/compare/0.0.3...0.1.0) "@tutorialkit/runtime" (2024-07-25)


### Bug Fixes

* solve shows lesson-only files empty ([#168](https://github.com/stackblitz/tutorialkit/issues/168)) ([bbb13f7](https://github.com/stackblitz/tutorialkit/commit/bbb13f7251a5259a3f7b4fc8300d0b308828bd73))



## [0.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) "@tutorialkit/runtime" (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutorialkit/runtime",
"version": "0.0.3",
"version": "0.1.0",
"description": "TutorialKit runtime",
"author": "StackBlitz Inc.",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.1.0](https://github.com/stackblitz/tutorialkit/compare/0.0.3...0.1.0) "@tutorialkit/theme" (2024-07-25)



## [0.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) "@tutorialkit/theme" (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutorialkit/theme",
"version": "0.0.3",
"version": "0.1.0",
"description": "TutorialKit theme configuration",
"author": "StackBlitz Inc.",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [0.1.0](https://github.com/stackblitz/tutorialkit/compare/0.0.3...0.1.0) "@tutorialkit/types" (2024-07-25)


### Features

* add `contentSchema` ([#156](https://github.com/stackblitz/tutorialkit/issues/156)) ([bc0fde2](https://github.com/stackblitz/tutorialkit/commit/bc0fde26025465f5ab1fa71613d92293f0dafa89))
* **extension:** metadata autocompletion ([#143](https://github.com/stackblitz/tutorialkit/issues/143)) ([be0a096](https://github.com/stackblitz/tutorialkit/commit/be0a0965bbd7b553bc6b5b1f4019e22ee0651d30))



## [0.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) "@tutorialkit/types" (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutorialkit/types",
"version": "0.0.3",
"version": "0.1.0",
"description": "Types for TutorialKit",
"author": "StackBlitz Inc.",
"type": "module",
Expand Down