Skip to content

Commit

Permalink
Merge pull request #254 from SveltePress/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Blackman99 authored Mar 19, 2024
2 parents 8ee97df + 6b3af80 commit 7e567c9
Show file tree
Hide file tree
Showing 15 changed files with 82 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-plums-smile.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fuzzy-jobs-argue.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/good-items-search.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/healthy-flies-hunt.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nervous-eagles-admire.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nice-planets-think.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tame-apples-impress.md

This file was deleted.

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

## 0.42.0

### Minor Changes

- [#263](https://github.com/SveltePress/sveltepress/pull/263) [`88b5058`](https://github.com/SveltePress/sveltepress/commit/88b5058c806ea268b412679aa60e1524107d879f) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: support for twoslash in svelte

### Patch Changes

- [`feef5e9`](https://github.com/SveltePress/sveltepress/commit/feef5e9e6fb0d9979ec5a4bac59395fbf09cf603) Thanks [@Blackman99](https://github.com/Blackman99)! - refactor: extract twoslash relative things into twoslash package

- [#263](https://github.com/SveltePress/sveltepress/pull/263) [`88b5058`](https://github.com/SveltePress/sveltepress/commit/88b5058c806ea268b412679aa60e1524107d879f) Thanks [@Blackman99](https://github.com/Blackman99)! - docs: use Tabs/TabPanel to optimize svelte in markdown section docs

- docs: update twoslash in svelte

- [`21cd863`](https://github.com/SveltePress/sveltepress/commit/21cd863ce92786ea1820a292e247371c30aef2bd) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: only import ts code snippet would need to add @noError leading line

- fix: page toc

## 0.41.1

### 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.41.1",
"version": "0.42.0",
"description": "The helper for creating sveltepress projects",
"exports": {
".": {
Expand Down
24 changes: 24 additions & 0 deletions packages/theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @sveltepress/theme-default

## 2.0.0

### Minor Changes

- [#263](https://github.com/SveltePress/sveltepress/pull/263) [`88b5058`](https://github.com/SveltePress/sveltepress/commit/88b5058c806ea268b412679aa60e1524107d879f) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: support for twoslash in svelte

### Patch Changes

- [`aa8162c`](https://github.com/SveltePress/sveltepress/commit/aa8162c8c9b9957aaee7b013c392124b4ad735e6) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: restrict heading depth

- [`feef5e9`](https://github.com/SveltePress/sveltepress/commit/feef5e9e6fb0d9979ec5a4bac59395fbf09cf603) Thanks [@Blackman99](https://github.com/Blackman99)! - refactor: extract twoslash relative things into twoslash package

- [#263](https://github.com/SveltePress/sveltepress/pull/263) [`88b5058`](https://github.com/SveltePress/sveltepress/commit/88b5058c806ea268b412679aa60e1524107d879f) Thanks [@Blackman99](https://github.com/Blackman99)! - docs: use Tabs/TabPanel to optimize svelte in markdown section docs

- docs: update twoslash in svelte

- [`21cd863`](https://github.com/SveltePress/sveltepress/commit/21cd863ce92786ea1820a292e247371c30aef2bd) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: only import ts code snippet would need to add @noError leading line

- fix: page toc

- Updated dependencies [[`feef5e9`](https://github.com/SveltePress/sveltepress/commit/feef5e9e6fb0d9979ec5a4bac59395fbf09cf603), [`88b5058`](https://github.com/SveltePress/sveltepress/commit/88b5058c806ea268b412679aa60e1524107d879f), [`21cd863`](https://github.com/SveltePress/sveltepress/commit/21cd863ce92786ea1820a292e247371c30aef2bd), [`88b5058`](https://github.com/SveltePress/sveltepress/commit/88b5058c806ea268b412679aa60e1524107d879f)]:
- @sveltepress/twoslash@0.2.0
- @sveltepress/vite@0.33.0

## 1.23.1

### 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.23.1",
"version": "2.0.0",
"description": "The default theme for sveltepress",
"scripts": {
"test": "vitest",
Expand Down
18 changes: 18 additions & 0 deletions packages/twoslash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @sveltepress/twoslash

## 0.2.0

### Minor Changes

- [#263](https://github.com/SveltePress/sveltepress/pull/263) [`88b5058`](https://github.com/SveltePress/sveltepress/commit/88b5058c806ea268b412679aa60e1524107d879f) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: support for twoslash in svelte

### Patch Changes

- [`feef5e9`](https://github.com/SveltePress/sveltepress/commit/feef5e9e6fb0d9979ec5a4bac59395fbf09cf603) Thanks [@Blackman99](https://github.com/Blackman99)! - refactor: extract twoslash relative things into twoslash package

- [#263](https://github.com/SveltePress/sveltepress/pull/263) [`88b5058`](https://github.com/SveltePress/sveltepress/commit/88b5058c806ea268b412679aa60e1524107d879f) Thanks [@Blackman99](https://github.com/Blackman99)! - docs: use Tabs/TabPanel to optimize svelte in markdown section docs

- docs: update twoslash in svelte

- [`21cd863`](https://github.com/SveltePress/sveltepress/commit/21cd863ce92786ea1820a292e247371c30aef2bd) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: only import ts code snippet would need to add @noError leading line

- fix: page toc

## 0.1.1

### Patch Changes
Expand Down
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.1.1",
"version": "0.2.0",
"description": "Twoslash for sveltepress",
"type": "module",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @sveltepress/vite

## 0.33.0

### Minor Changes

- [#263](https://github.com/SveltePress/sveltepress/pull/263) [`88b5058`](https://github.com/SveltePress/sveltepress/commit/88b5058c806ea268b412679aa60e1524107d879f) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: support for twoslash in svelte

### Patch Changes

- [`feef5e9`](https://github.com/SveltePress/sveltepress/commit/feef5e9e6fb0d9979ec5a4bac59395fbf09cf603) Thanks [@Blackman99](https://github.com/Blackman99)! - refactor: extract twoslash relative things into twoslash package

- [#263](https://github.com/SveltePress/sveltepress/pull/263) [`88b5058`](https://github.com/SveltePress/sveltepress/commit/88b5058c806ea268b412679aa60e1524107d879f) Thanks [@Blackman99](https://github.com/Blackman99)! - docs: use Tabs/TabPanel to optimize svelte in markdown section docs

- docs: update twoslash in svelte

- [`21cd863`](https://github.com/SveltePress/sveltepress/commit/21cd863ce92786ea1820a292e247371c30aef2bd) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: only import ts code snippet would need to add @noError leading line

- fix: page toc

## 0.32.1

### 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.32.1",
"version": "0.33.0",
"description": "Sveltepress plugin for vite",
"files": [
"dist",
Expand Down

0 comments on commit 7e567c9

Please sign in to comment.