Skip to content

Commit

Permalink
Merge pull request #27 from chialab/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
edoardocavazza authored Apr 29, 2024
2 parents 72107ff + be14692 commit c1a2a84
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-tables-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-deers-fly.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/manifest-analyzer-dna-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chialab/manifest-analyzer-dna-plugin

## 3.1.1

### Patch Changes

- 8f3ee48: Use typescript module as dependency.

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest-analyzer-dna-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chialab/manifest-analyzer-dna-plugin",
"version": "3.1.0",
"version": "3.1.1",
"description": "DNA components plugin for @custom-elements-manifest/analyzer.",
"keywords": [
"storybook"
Expand Down
10 changes: 10 additions & 0 deletions packages/storybook-dna-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @chialab/storybook-dna-vite

## 8.0.1

### Patch Changes

- 8f3ee48: Use typescript module as dependency.
- Updated dependencies [72107ff]
- Updated dependencies [8f3ee48]
- @chialab/storybook-dna@8.0.4
- @chialab/manifest-analyzer-dna-plugin@3.1.1

## 8.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook-dna-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chialab/storybook-dna-vite",
"version": "8.0.0",
"version": "8.0.1",
"description": "Storybook for DNA and Vite.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -42,8 +42,8 @@
"*.d.ts"
],
"dependencies": {
"@chialab/manifest-analyzer-dna-plugin": "^3.1.0",
"@chialab/storybook-dna": "^8.0.0",
"@chialab/manifest-analyzer-dna-plugin": "^3.1.1",
"@chialab/storybook-dna": "^8.0.4",
"@chialab/vite-plugin-hmr-dna": "^4.0.0",
"@custom-elements-manifest/analyzer": "^0.9.0",
"@rollup/pluginutils": "^5.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/storybook-dna/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chialab/storybook-dna

## 8.0.4

### Patch Changes

- 72107ff: Fix source decorator with `null` nodes.

## 8.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-dna/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chialab/storybook-dna",
"version": "8.0.3",
"version": "8.0.4",
"description": "The library used to render Storybook stories with DNA.",
"keywords": [
"storybook"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ __metadata:
languageName: unknown
linkType: soft

"@chialab/manifest-analyzer-dna-plugin@^3.1.0, @chialab/manifest-analyzer-dna-plugin@workspace:packages/manifest-analyzer-dna-plugin":
"@chialab/manifest-analyzer-dna-plugin@^3.1.1, @chialab/manifest-analyzer-dna-plugin@workspace:packages/manifest-analyzer-dna-plugin":
version: 0.0.0-use.local
resolution: "@chialab/manifest-analyzer-dna-plugin@workspace:packages/manifest-analyzer-dna-plugin"
dependencies:
Expand Down Expand Up @@ -1699,8 +1699,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@chialab/storybook-dna-vite@workspace:packages/storybook-dna-vite"
dependencies:
"@chialab/manifest-analyzer-dna-plugin": ^3.1.0
"@chialab/storybook-dna": ^8.0.0
"@chialab/manifest-analyzer-dna-plugin": ^3.1.1
"@chialab/storybook-dna": ^8.0.4
"@chialab/vite-plugin-hmr-dna": ^4.0.0
"@custom-elements-manifest/analyzer": ^0.9.0
"@rollup/pluginutils": ^5.0.2
Expand All @@ -1714,7 +1714,7 @@ __metadata:
languageName: unknown
linkType: soft

"@chialab/storybook-dna@^8.0.0, @chialab/storybook-dna@workspace:packages/storybook-dna":
"@chialab/storybook-dna@^8.0.4, @chialab/storybook-dna@workspace:packages/storybook-dna":
version: 0.0.0-use.local
resolution: "@chialab/storybook-dna@workspace:packages/storybook-dna"
dependencies:
Expand Down

0 comments on commit c1a2a84

Please sign in to comment.