Skip to content

Commit 526c8f3

Browse files
[ci] release (#35)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 90f0fe1 commit 526c8f3

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

.changeset/shaggy-shirts-sneeze.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-baboons-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/frameworks/marko-vite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @storybook/marko-vite
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- [#34](https://github.com/storybookjs/marko/pull/34) [`90f0fe1`](https://github.com/storybookjs/marko/commit/90f0fe1d6ad85ebf18a40d4039ffc01b5768892e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with @marko/vite not being deduped.
8+
39
## 2.0.2
410

511
### Patch Changes

packages/frameworks/marko-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/marko-vite",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Storybook for Marko and Vite: Develop Marko components in isolation with Hot Reloading.",
55
"keywords": [
66
"marko",

packages/frameworks/marko-webpack/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @storybook/marko-webpack
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#34](https://github.com/storybookjs/marko/pull/34) [`90f0fe1`](https://github.com/storybookjs/marko/commit/90f0fe1d6ad85ebf18a40d4039ffc01b5768892e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade to @marko/webpack@10
8+
39
## 2.0.2
410

511
### Patch Changes

packages/frameworks/marko-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/marko-webpack",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Storybook for Marko and Webpack: Develop Marko components in isolation with Hot Reloading.",
55
"keywords": [
66
"marko",

0 commit comments

Comments
 (0)