Skip to content

Commit

Permalink
Merge pull request #320 from SveltePress/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Blackman99 authored Feb 26, 2025
2 parents 6ce80a6 + 9018532 commit 39070bf
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 28 deletions.
8 changes: 0 additions & 8 deletions .changeset/honest-students-act.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/itchy-hotels-doubt.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lazy-penguins-brake.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

## 1.2.0

### Minor Changes

- [#319](https://github.com/SveltePress/sveltepress/pull/319) [`b77bb66`](https://github.com/SveltePress/sveltepress/commit/b77bb66b74ba73d2419231e1075e9b6a7988f532) Thanks [@Hejtmus](https://github.com/Hejtmus)! - feat: auto add base path for links and logo image sources (#159)

- [`f101555`](https://github.com/SveltePress/sveltepress/commit/f101555922d9dc7515ea3e5ad10bdadf139125bf) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: add runtime CodeBlock component

### Patch Changes

- [`6ce80a6`](https://github.com/SveltePress/sveltepress/commit/6ce80a66ac84eff6cbba1bc46dcdabe04ffb75d7) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: link resolve

## 1.1.10

### 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,7 +1,7 @@
{
"name": "@sveltepress/create",
"type": "module",
"version": "1.1.10",
"version": "1.2.0",
"description": "The helper for creating sveltepress projects",
"author": {
"name": "Dongsheng Zhao",
Expand Down
16 changes: 16 additions & 0 deletions packages/theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @sveltepress/theme-default

## 6.0.0

### Minor Changes

- [#319](https://github.com/SveltePress/sveltepress/pull/319) [`b77bb66`](https://github.com/SveltePress/sveltepress/commit/b77bb66b74ba73d2419231e1075e9b6a7988f532) Thanks [@Hejtmus](https://github.com/Hejtmus)! - feat: auto add base path for links and logo image sources (#159)

- [`f101555`](https://github.com/SveltePress/sveltepress/commit/f101555922d9dc7515ea3e5ad10bdadf139125bf) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: add runtime CodeBlock component

### Patch Changes

- [`6ce80a6`](https://github.com/SveltePress/sveltepress/commit/6ce80a66ac84eff6cbba1bc46dcdabe04ffb75d7) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: link resolve

- Updated dependencies [[`b77bb66`](https://github.com/SveltePress/sveltepress/commit/b77bb66b74ba73d2419231e1075e9b6a7988f532), [`f101555`](https://github.com/SveltePress/sveltepress/commit/f101555922d9dc7515ea3e5ad10bdadf139125bf), [`6ce80a6`](https://github.com/SveltePress/sveltepress/commit/6ce80a66ac84eff6cbba1bc46dcdabe04ffb75d7)]:
- @sveltepress/twoslash@1.2.0
- @sveltepress/vite@1.2.0

## 5.0.8

### 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",
"type": "module",
"version": "5.0.8",
"version": "6.0.0",
"packageManager": "[email protected]",
"description": "The default theme for sveltepress",
"author": {
Expand Down
12 changes: 12 additions & 0 deletions packages/twoslash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltepress/twoslash

## 1.2.0

### Minor Changes

- [#319](https://github.com/SveltePress/sveltepress/pull/319) [`b77bb66`](https://github.com/SveltePress/sveltepress/commit/b77bb66b74ba73d2419231e1075e9b6a7988f532) Thanks [@Hejtmus](https://github.com/Hejtmus)! - feat: auto add base path for links and logo image sources (#159)

- [`f101555`](https://github.com/SveltePress/sveltepress/commit/f101555922d9dc7515ea3e5ad10bdadf139125bf) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: add runtime CodeBlock component

### Patch Changes

- [`6ce80a6`](https://github.com/SveltePress/sveltepress/commit/6ce80a66ac84eff6cbba1bc46dcdabe04ffb75d7) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: link resolve

## 1.1.6

### 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,7 +1,7 @@
{
"name": "@sveltepress/twoslash",
"type": "module",
"version": "1.1.6",
"version": "1.2.0",
"packageManager": "[email protected]",
"description": "Twoslash for sveltepress",
"author": "Dongsheng Zhao",
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

## 1.2.0

### Minor Changes

- [#319](https://github.com/SveltePress/sveltepress/pull/319) [`b77bb66`](https://github.com/SveltePress/sveltepress/commit/b77bb66b74ba73d2419231e1075e9b6a7988f532) Thanks [@Hejtmus](https://github.com/Hejtmus)! - feat: auto add base path for links and logo image sources (#159)

- [`f101555`](https://github.com/SveltePress/sveltepress/commit/f101555922d9dc7515ea3e5ad10bdadf139125bf) Thanks [@Blackman99](https://github.com/Blackman99)! - feat: add runtime CodeBlock component

### Patch Changes

- [`6ce80a6`](https://github.com/SveltePress/sveltepress/commit/6ce80a66ac84eff6cbba1bc46dcdabe04ffb75d7) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: link resolve

## 1.1.5

### 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",
"type": "module",
"version": "1.1.5",
"version": "1.2.0",
"packageManager": "[email protected]",
"description": "Sveltepress plugin for vite",
"author": {
Expand Down

0 comments on commit 39070bf

Please sign in to comment.