Skip to content

Commit

Permalink
build: publish v2.0.0-rc.76
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 10, 2025
1 parent f581ba4 commit cf63942
Show file tree
Hide file tree
Showing 23 changed files with 79 additions and 14 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)

### Bug Fixes

- **plugin-markdown-math:** fix mhchem for katex ([87af20a](https://github.com/vuepress/ecosystem/commit/87af20ac7ba0e9968f0edbb00f564ac9b86b36fc))

### Features

- **plugin-shiki:** add built-in twoslash support ([#348](https://github.com/vuepress/ecosystem/issues/348)) ([e6f4c7c](https://github.com/vuepress/ecosystem/commit/e6f4c7cc90f49627836e3f9407c4e88d84e281de))

# [2.0.0-rc.75](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.74...v2.0.0-rc.75) (2025-01-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "2.0.0-rc.75",
"version": "2.0.0-rc.76",
"command": {
"version": {
"allowBranch": "main",
Expand Down
6 changes: 6 additions & 0 deletions plugins/markdown/plugin-markdown-math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)

### Bug Fixes

- **plugin-markdown-math:** fix mhchem for katex ([87af20a](https://github.com/vuepress/ecosystem/commit/87af20ac7ba0e9968f0edbb00f564ac9b86b36fc))

# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)

**Note:** Version bump only for package @vuepress/plugin-markdown-math
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-markdown-math",
"version": "2.0.0-rc.74",
"version": "2.0.0-rc.76",
"description": "VuePress plugin - markdown math",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 6 additions & 0 deletions plugins/markdown/plugin-markdown-stylize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)

### Bug Fixes

- **plugin-markdown-math:** fix mhchem for katex ([87af20a](https://github.com/vuepress/ecosystem/commit/87af20ac7ba0e9968f0edbb00f564ac9b86b36fc))

# [2.0.0-rc.75](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.74...v2.0.0-rc.75) (2025-01-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-stylize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-markdown-stylize",
"version": "2.0.0-rc.75",
"version": "2.0.0-rc.76",
"description": "VuePress plugin - markdown stylize",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 6 additions & 0 deletions plugins/markdown/plugin-revealjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)

### Bug Fixes

- **plugin-markdown-math:** fix mhchem for katex ([87af20a](https://github.com/vuepress/ecosystem/commit/87af20ac7ba0e9968f0edbb00f564ac9b86b36fc))

# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)

**Note:** Version bump only for package @vuepress/plugin-revealjs
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-revealjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-revealjs",
"version": "2.0.0-rc.74",
"version": "2.0.0-rc.76",
"description": "VuePress plugin - markdown reveals",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 6 additions & 0 deletions plugins/markdown/plugin-shiki/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)

### Features

- **plugin-shiki:** add built-in twoslash support ([#348](https://github.com/vuepress/ecosystem/issues/348)) ([e6f4c7c](https://github.com/vuepress/ecosystem/commit/e6f4c7cc90f49627836e3f9407c4e88d84e281de))

# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)

### Features
Expand Down
3 changes: 2 additions & 1 deletion plugins/markdown/plugin-shiki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-shiki",
"version": "2.0.0-rc.74",
"version": "2.0.0-rc.76",
"description": "VuePress plugin - shiki",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -60,6 +60,7 @@
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@vuepress/shiki-twoslash": "workspace:*",
"markdown-it": "^14.1.0"
}
}
4 changes: 4 additions & 0 deletions plugins/pwa/plugin-pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)

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

# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)

**Note:** Version bump only for package @vuepress/plugin-pwa
Expand Down
2 changes: 1 addition & 1 deletion plugins/pwa/plugin-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-pwa",
"version": "2.0.0-rc.74",
"version": "2.0.0-rc.76",
"description": "VuePress plugin - progressive web application",
"keywords": [
"vuepress-plugin",
Expand Down
4 changes: 4 additions & 0 deletions plugins/search/plugin-docsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)

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

# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugins/search/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-docsearch",
"version": "2.0.0-rc.74",
"version": "2.0.0-rc.76",
"description": "VuePress plugin - docsearch",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions themes/theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)

**Note:** Version bump only for package @vuepress/theme-default

# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/theme-default",
"version": "2.0.0-rc.74",
"version": "2.0.0-rc.76",
"description": "Default theme of VuePress",
"keywords": [
"vuepress-theme",
Expand Down
4 changes: 4 additions & 0 deletions tools/create-vuepress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)

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

# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)

**Note:** Version bump only for package create-vuepress
Expand Down
2 changes: 1 addition & 1 deletion tools/create-vuepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vuepress",
"version": "2.0.0-rc.74",
"version": "2.0.0-rc.76",
"description": "VuePress template helper",
"keywords": [
"vuepress",
Expand Down
10 changes: 10 additions & 0 deletions tools/shiki-twoslash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)

### Features

- **plugin-shiki:** add built-in twoslash support ([#348](https://github.com/vuepress/ecosystem/issues/348)) ([e6f4c7c](https://github.com/vuepress/ecosystem/commit/e6f4c7cc90f49627836e3f9407c4e88d84e281de))
2 changes: 1 addition & 1 deletion tools/shiki-twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/shiki-twoslash",
"version": "2.0.0-rc.74",
"version": "2.0.0-rc.76",
"description": "VuePress shiki twoslash",
"keywords": [
"vuepress",
Expand Down
4 changes: 4 additions & 0 deletions tools/vp-update/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.76](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.75...v2.0.0-rc.76) (2025-02-10)

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

# [2.0.0-rc.74](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2025-01-24)

**Note:** Version bump only for package vp-update
Expand Down
2 changes: 1 addition & 1 deletion tools/vp-update/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vp-update",
"version": "2.0.0-rc.74",
"version": "2.0.0-rc.76",
"description": "Update helper for VuePress2",
"keywords": [
"vuepress",
Expand Down

0 comments on commit cf63942

Please sign in to comment.