Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SveltePress/sveltepress
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackman99 committed Dec 16, 2024
2 parents fa0e7cf + b82a3cb commit f4b5d97
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/new-parents-sort.md

This file was deleted.

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

## 1.1.7

### Patch Changes

- [`7108bb7`](https://github.com/SveltePress/sveltepress/commit/7108bb79384823a95b93139ca1d0485f6c9d71eb) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: publish script

## 1.1.5

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

## 5.0.5

### Patch Changes

- [`7108bb7`](https://github.com/SveltePress/sveltepress/commit/7108bb79384823a95b93139ca1d0485f6c9d71eb) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: publish script

- Updated dependencies [[`7108bb7`](https://github.com/SveltePress/sveltepress/commit/7108bb79384823a95b93139ca1d0485f6c9d71eb)]:
- @sveltepress/twoslash@1.1.5
- @sveltepress/vite@1.1.2

## 5.0.4

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

## 1.1.5

### Patch Changes

- [`7108bb7`](https://github.com/SveltePress/sveltepress/commit/7108bb79384823a95b93139ca1d0485f6c9d71eb) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: publish script

## 1.1.3

### 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.4",
"version": "1.1.5",
"packageManager": "[email protected]",
"description": "Twoslash for sveltepress",
"author": "Dongsheng Zhao",
Expand Down
6 changes: 6 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltepress/vite

## 1.1.2

### Patch Changes

- [`7108bb7`](https://github.com/SveltePress/sveltepress/commit/7108bb79384823a95b93139ca1d0485f6c9d71eb) Thanks [@Blackman99](https://github.com/Blackman99)! - fix: publish script

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

0 comments on commit f4b5d97

Please sign in to comment.