Skip to content

Commit cf63942

Browse files
committed
build: publish v2.0.0-rc.76
1 parent f581ba4 commit cf63942

File tree

23 files changed

+79
-14
lines changed

23 files changed

+79
-14
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)
7+
8+
### Bug Fixes
9+
10+
- **plugin-markdown-math:** fix mhchem for katex ([87af20a](https://github.com/vuepress/ecosystem/commit/87af20ac7ba0e9968f0edbb00f564ac9b86b36fc))
11+
12+
### Features
13+
14+
- **plugin-shiki:** add built-in twoslash support ([#348](https://github.com/vuepress/ecosystem/issues/348)) ([e6f4c7c](https://github.com/vuepress/ecosystem/commit/e6f4c7cc90f49627836e3f9407c4e88d84e281de))
15+
616
# [2.0.0-rc.75](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.74...v2.0.0-rc.75) (2025-01-24)
717

818
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "pnpm",
3-
"version": "2.0.0-rc.75",
3+
"version": "2.0.0-rc.76",
44
"command": {
55
"version": {
66
"allowBranch": "main",

plugins/markdown/plugin-markdown-math/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)
7+
8+
### Bug Fixes
9+
10+
- **plugin-markdown-math:** fix mhchem for katex ([87af20a](https://github.com/vuepress/ecosystem/commit/87af20ac7ba0e9968f0edbb00f564ac9b86b36fc))
11+
612
# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)
713

814
**Note:** Version bump only for package @vuepress/plugin-markdown-math

plugins/markdown/plugin-markdown-math/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-markdown-math",
3-
"version": "2.0.0-rc.74",
3+
"version": "2.0.0-rc.76",
44
"description": "VuePress plugin - markdown math",
55
"keywords": [
66
"vuepress-plugin",

plugins/markdown/plugin-markdown-stylize/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)
7+
8+
### Bug Fixes
9+
10+
- **plugin-markdown-math:** fix mhchem for katex ([87af20a](https://github.com/vuepress/ecosystem/commit/87af20ac7ba0e9968f0edbb00f564ac9b86b36fc))
11+
612
# [2.0.0-rc.75](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.74...v2.0.0-rc.75) (2025-01-24)
713

814
### Bug Fixes

plugins/markdown/plugin-markdown-stylize/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-markdown-stylize",
3-
"version": "2.0.0-rc.75",
3+
"version": "2.0.0-rc.76",
44
"description": "VuePress plugin - markdown stylize",
55
"keywords": [
66
"vuepress-plugin",

plugins/markdown/plugin-revealjs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)
7+
8+
### Bug Fixes
9+
10+
- **plugin-markdown-math:** fix mhchem for katex ([87af20a](https://github.com/vuepress/ecosystem/commit/87af20ac7ba0e9968f0edbb00f564ac9b86b36fc))
11+
612
# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)
713

814
**Note:** Version bump only for package @vuepress/plugin-revealjs

plugins/markdown/plugin-revealjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-revealjs",
3-
"version": "2.0.0-rc.74",
3+
"version": "2.0.0-rc.76",
44
"description": "VuePress plugin - markdown reveals",
55
"keywords": [
66
"vuepress-plugin",

plugins/markdown/plugin-shiki/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)
7+
8+
### Features
9+
10+
- **plugin-shiki:** add built-in twoslash support ([#348](https://github.com/vuepress/ecosystem/issues/348)) ([e6f4c7c](https://github.com/vuepress/ecosystem/commit/e6f4c7cc90f49627836e3f9407c4e88d84e281de))
11+
612
# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)
713

814
### Features

plugins/markdown/plugin-shiki/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-shiki",
3-
"version": "2.0.0-rc.74",
3+
"version": "2.0.0-rc.76",
44
"description": "VuePress plugin - shiki",
55
"keywords": [
66
"vuepress-plugin",
@@ -60,6 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@types/markdown-it": "^14.1.2",
63+
"@vuepress/shiki-twoslash": "workspace:*",
6364
"markdown-it": "^14.1.0"
6465
}
6566
}

plugins/pwa/plugin-pwa/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-pwa
9+
610
# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)
711

812
**Note:** Version bump only for package @vuepress/plugin-pwa

plugins/pwa/plugin-pwa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-pwa",
3-
"version": "2.0.0-rc.74",
3+
"version": "2.0.0-rc.76",
44
"description": "VuePress plugin - progressive web application",
55
"keywords": [
66
"vuepress-plugin",

plugins/search/plugin-docsearch/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-docsearch
9+
610
# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)
711

812
### Bug Fixes

plugins/search/plugin-docsearch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-docsearch",
3-
"version": "2.0.0-rc.74",
3+
"version": "2.0.0-rc.76",
44
"description": "VuePress plugin - docsearch",
55
"keywords": [
66
"vuepress-plugin",

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/theme-default/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)
7+
8+
**Note:** Version bump only for package @vuepress/theme-default
9+
610
# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)
711

812
### Bug Fixes

themes/theme-default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-default",
3-
"version": "2.0.0-rc.74",
3+
"version": "2.0.0-rc.76",
44
"description": "Default theme of VuePress",
55
"keywords": [
66
"vuepress-theme",

tools/create-vuepress/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)
7+
8+
**Note:** Version bump only for package create-vuepress
9+
610
# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)
711

812
**Note:** Version bump only for package create-vuepress

tools/create-vuepress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vuepress",
3-
"version": "2.0.0-rc.74",
3+
"version": "2.0.0-rc.76",
44
"description": "VuePress template helper",
55
"keywords": [
66
"vuepress",

tools/shiki-twoslash/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)
7+
8+
### Features
9+
10+
- **plugin-shiki:** add built-in twoslash support ([#348](https://github.com/vuepress/ecosystem/issues/348)) ([e6f4c7c](https://github.com/vuepress/ecosystem/commit/e6f4c7cc90f49627836e3f9407c4e88d84e281de))

tools/shiki-twoslash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/shiki-twoslash",
3-
"version": "2.0.0-rc.74",
3+
"version": "2.0.0-rc.76",
44
"description": "VuePress shiki twoslash",
55
"keywords": [
66
"vuepress",

tools/vp-update/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)
7+
8+
**Note:** Version bump only for package vp-update
9+
610
# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)
711

812
**Note:** Version bump only for package vp-update

tools/vp-update/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vp-update",
3-
"version": "2.0.0-rc.74",
3+
"version": "2.0.0-rc.76",
44
"description": "Update helper for VuePress2",
55
"keywords": [
66
"vuepress",

0 commit comments

Comments
 (0)