Skip to content
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

Version Packages #643

Merged
merged 1 commit into from
Aug 17, 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
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