Skip to content

Commit

Permalink
chore: release @tutorialkit packages v0.0.3 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackblitz-gitops authored Jul 23, 2024
1 parent 4b50335 commit 012abc6
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) (2024-07-23)


### Bug Fixes

* **deps:** update `astro` for Node 18.18 compatibility ([#159](https://github.com/stackblitz/tutorialkit/issues/159)) ([4b50335](https://github.com/stackblitz/tutorialkit/commit/4b50335d284fd22d38d9dab2c0f85e219533a9e5))



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


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


### Bug Fixes

* **deps:** update `astro` for Node 18.18 compatibility ([#159](https://github.com/stackblitz/tutorialkit/issues/159)) ([4b50335](https://github.com/stackblitz/tutorialkit/commit/4b50335d284fd22d38d9dab2c0f85e219533a9e5))



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


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.2",
"version": "0.0.3",
"description": "TutorialKit integration for Astro (https://astro.build)",
"author": "StackBlitz Inc.",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) "tutorialkit" (2024-07-23)



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


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.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) "@tutorialkit/components-react" (2024-07-23)



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


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.2",
"version": "0.0.3",
"description": "TutorialKit's React components",
"author": "StackBlitz Inc.",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) "@tutorialkit/runtime" (2024-07-23)



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


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.2",
"version": "0.0.3",
"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.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) "@tutorialkit/theme" (2024-07-23)



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


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.2",
"version": "0.0.3",
"description": "TutorialKit theme configuration",
"author": "StackBlitz Inc.",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.3](https://github.com/stackblitz/tutorialkit/compare/0.0.2...0.0.3) "@tutorialkit/types" (2024-07-23)



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


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.2",
"version": "0.0.3",
"description": "Types for TutorialKit",
"author": "StackBlitz Inc.",
"type": "module",
Expand Down

0 comments on commit 012abc6

Please sign in to comment.