Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and pngwn committed Aug 17, 2024
1 parent 8740a8a commit 94a1c25
Show file tree
Hide file tree
Showing 12 changed files with 135 additions and 86 deletions.
9 changes: 0 additions & 9 deletions .changeset/sweet-dancers-doubt.md

This file was deleted.

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

## 0.12.3

### Patch Changes

- [#637](https://github.com/pngwn/MDsveX/pull/637) [`9e8165f`](https://github.com/pngwn/MDsveX/commit/9e8165f981f52ef0b05cbb93335a7ac664d9e50c) Thanks [@pngwn](https://github.com/pngwn)! - fix layout path resolution

## 0.12.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdsvex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdsvex",
"version": "0.12.2",
"version": "0.12.3",
"description": "Markdown preprocessor for Svelte",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/svast-stringify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# svast-stringify

## 0.1.1

### Patch Changes

- [#637](https://github.com/pngwn/MDsveX/pull/637) [`9e8165f`](https://github.com/pngwn/MDsveX/commit/9e8165f981f52ef0b05cbb93335a7ac664d9e50c) Thanks [@pngwn](https://github.com/pngwn)! - fix layout path resolution

- Updated dependencies [[`9e8165f`](https://github.com/pngwn/MDsveX/commit/9e8165f981f52ef0b05cbb93335a7ac664d9e50c)]:
- [email protected]

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/svast-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svast-stringify",
"version": "0.1.0",
"version": "0.1.1",
"description": "Turn svast nodes back into svelte code",
"main": "dist/main.cjs.js",
"module": "dist/main.es.js",
Expand All @@ -22,6 +22,6 @@
"author": "pngwn <[email protected]>",
"license": "MIT",
"dependencies": {
"svast": "workspace:^0.2.0"
"svast": "workspace:^0.2.1"
}
}
9 changes: 9 additions & 0 deletions packages/svast-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# svast-utils

## 0.0.6

### Patch Changes

- [#637](https://github.com/pngwn/MDsveX/pull/637) [`9e8165f`](https://github.com/pngwn/MDsveX/commit/9e8165f981f52ef0b05cbb93335a7ac664d9e50c) Thanks [@pngwn](https://github.com/pngwn)! - fix layout path resolution

- Updated dependencies [[`9e8165f`](https://github.com/pngwn/MDsveX/commit/9e8165f981f52ef0b05cbb93335a7ac664d9e50c)]:
- [email protected]

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/svast-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svast-utils",
"version": "0.0.5",
"version": "0.0.6",
"description": "Utilisties for working with svast nodes.",
"main": "dist/main.cjs.js",
"module": "dist/main.es.js",
Expand All @@ -22,6 +22,6 @@
"author": "pngwn <[email protected]>",
"license": "MIT",
"dependencies": {
"svast": "workspace:^0.2.0"
"svast": "workspace:^0.2.1"
}
}
6 changes: 6 additions & 0 deletions packages/svast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# svast

## 0.2.1

### Patch Changes

- [#637](https://github.com/pngwn/MDsveX/pull/637) [`9e8165f`](https://github.com/pngwn/MDsveX/commit/9e8165f981f52ef0b05cbb93335a7ac664d9e50c) Thanks [@pngwn](https://github.com/pngwn)! - fix layout path resolution

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svast",
"version": "0.2.0",
"version": "0.2.1",
"description": "Types for svast, a Svelte AST specification",
"main": "index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/svelte-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# svelte-parse

## 0.1.1

### Patch Changes

- [#637](https://github.com/pngwn/MDsveX/pull/637) [`9e8165f`](https://github.com/pngwn/MDsveX/commit/9e8165f981f52ef0b05cbb93335a7ac664d9e50c) Thanks [@pngwn](https://github.com/pngwn)! - fix layout path resolution

- Updated dependencies [[`9e8165f`](https://github.com/pngwn/MDsveX/commit/9e8165f981f52ef0b05cbb93335a7ac664d9e50c)]:
- [email protected]

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-parse",
"version": "0.1.0",
"version": "0.1.1",
"description": "An increidbly relaxed svelte-parser",
"main": "dist/main.cjs.js",
"module": "dist/main.es.js",
Expand All @@ -24,6 +24,6 @@
"author": "pngwn <[email protected]>",
"license": "MIT",
"dependencies": {
"svast": "workspace:^0.2.0"
"svast": "workspace:^0.2.1"
}
}
Loading

0 comments on commit 94a1c25

Please sign in to comment.