Skip to content

Commit

Permalink
Merge pull request #231 from SveltePress/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackman99 authored Feb 24, 2024
2 parents 111ad2d + af41db4 commit 547813e
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 27 deletions.
7 changes: 0 additions & 7 deletions .changeset/grumpy-donuts-fail.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/khaki-olives-reflect.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/unlucky-tips-wait.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltepress/create

## 0.41.0

### Minor Changes

- [`0c205b5`](https://github.com/SveltePress/sveltepress/commit/0c205b52eaa27665c49ffe53e93f1048433ef4d3) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: add twoslash support

- [#232](https://github.com/SveltePress/sveltepress/pull/232) [`156e505`](https://github.com/SveltePress/sveltepress/commit/156e505cc7b99dcf0cf1149e27757f664bcf45c1) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: add twoslash svelte floating renderer

### Patch Changes

- [#234](https://github.com/SveltePress/sveltepress/pull/234) [`111652a`](https://github.com/SveltePress/sveltepress/commit/111652a259e9a2fab7523b93428afda656a3b109) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: link external condition #233

## 0.40.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltepress/create",
"version": "0.40.7",
"version": "0.41.0",
"description": "The helper for creating sveltepress projects",
"exports": {
".": {
Expand Down
15 changes: 15 additions & 0 deletions packages/theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @sveltepress/theme-default

## 1.23.0

### Minor Changes

- [`0c205b5`](https://github.com/SveltePress/sveltepress/commit/0c205b52eaa27665c49ffe53e93f1048433ef4d3) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: add twoslash support

- [#232](https://github.com/SveltePress/sveltepress/pull/232) [`156e505`](https://github.com/SveltePress/sveltepress/commit/156e505cc7b99dcf0cf1149e27757f664bcf45c1) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: add twoslash svelte floating renderer

### Patch Changes

- [#234](https://github.com/SveltePress/sveltepress/pull/234) [`111652a`](https://github.com/SveltePress/sveltepress/commit/111652a259e9a2fab7523b93428afda656a3b109) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: link external condition #233

- Updated dependencies [[`111652a`](https://github.com/SveltePress/sveltepress/commit/111652a259e9a2fab7523b93428afda656a3b109), [`156e505`](https://github.com/SveltePress/sveltepress/commit/156e505cc7b99dcf0cf1149e27757f664bcf45c1)]:
- @sveltepress/twoslash@0.1.0

## 1.22.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sveltepress/theme-default",
"homepage": "https://sveltepress.site/",
"version": "1.22.6",
"version": "1.23.0",
"description": "The default theme for sveltepress",
"scripts": {
"test": "vitest",
Expand Down
11 changes: 11 additions & 0 deletions packages/twoslash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @sveltepress/twoslash

## 0.1.0

### Minor Changes

- [#232](https://github.com/SveltePress/sveltepress/pull/232) [`156e505`](https://github.com/SveltePress/sveltepress/commit/156e505cc7b99dcf0cf1149e27757f664bcf45c1) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: add twoslash svelte floating renderer

### Patch Changes

- [#234](https://github.com/SveltePress/sveltepress/pull/234) [`111652a`](https://github.com/SveltePress/sveltepress/commit/111652a259e9a2fab7523b93428afda656a3b109) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: link external condition #233
2 changes: 1 addition & 1 deletion packages/twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltepress/twoslash",
"version": "0.0.1",
"version": "0.1.0",
"description": "Twoslash for sveltepress",
"scripts": {
"test": "vitest",
Expand Down
12 changes: 12 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltepress/vite

## 0.32.0

### Minor Changes

- [`0c205b5`](https://github.com/SveltePress/sveltepress/commit/0c205b52eaa27665c49ffe53e93f1048433ef4d3) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: add twoslash support

- [#232](https://github.com/SveltePress/sveltepress/pull/232) [`156e505`](https://github.com/SveltePress/sveltepress/commit/156e505cc7b99dcf0cf1149e27757f664bcf45c1) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: add twoslash svelte floating renderer

### Patch Changes

- [#234](https://github.com/SveltePress/sveltepress/pull/234) [`111652a`](https://github.com/SveltePress/sveltepress/commit/111652a259e9a2fab7523b93428afda656a3b109) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: link external condition #233

## 0.31.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sveltepress/vite",
"homepage": "https://sveltepress.site/",
"version": "0.31.6",
"version": "0.32.0",
"description": "Sveltepress plugin for vite",
"files": [
"dist",
Expand Down

0 comments on commit 547813e

Please sign in to comment.