Skip to content

Commit d49cc91

Browse files
committed
v2.0.0-rc.26
1 parent 3bafbfb commit d49cc91

File tree

20 files changed

+102
-19
lines changed

20 files changed

+102
-19
lines changed

.changeset/nervous-ways-begin.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'@vuepress-reco/vuepress-plugin-bulletin-popover': patch
3+
'@vuepress-reco/vuepress-plugin-code-copy': patch
4+
'@vuepress-reco/vuepress-plugin-comments': patch
5+
'@vuepress-reco/vuepress-plugin-markdown-task': patch
6+
'@vuepress-reco/vuepress-plugin-page': patch
7+
'@vuepress-reco/vuepress-plugin-vue-preview': patch
8+
'@vuepress-reco/shared': patch
9+
'@vuepress-reco/tailwindcss-config': patch
10+
'vuepress-theme-reco': patch
11+
---
12+
13+
fix something

.changeset/pre.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"mode": "exit",
33
"tag": "rc",
44
"initialVersions": {
5-
"@vuepress-reco/vuepress-plugin-bulletin-popover": "2.0.0-rc.92",
6-
"@vuepress-reco/vuepress-plugin-code-copy": "2.0.0-rc.24",
7-
"@vuepress-reco/vuepress-plugin-comments": "2.0.0-rc.24",
8-
"@vuepress-reco/vuepress-plugin-markdown-task": "2.0.0-rc.92",
9-
"@vuepress-reco/vuepress-plugin-page": "2.0.0-rc.24",
10-
"@vuepress-reco/vuepress-plugin-vue-preview": "2.0.0-rc.92",
11-
"@vuepress-reco/shared": "2.0.0-rc.92",
12-
"@vuepress-reco/tailwindcss-config": "2.0.0-rc.92",
13-
"vuepress-theme-reco": "2.0.0-rc.24"
5+
"@vuepress-reco/vuepress-plugin-bulletin-popover": "2.0.0-rc.93",
6+
"@vuepress-reco/vuepress-plugin-code-copy": "2.0.0-rc.25",
7+
"@vuepress-reco/vuepress-plugin-comments": "2.0.0-rc.25",
8+
"@vuepress-reco/vuepress-plugin-markdown-task": "2.0.0-rc.93",
9+
"@vuepress-reco/vuepress-plugin-page": "2.0.0-rc.25",
10+
"@vuepress-reco/vuepress-plugin-vue-preview": "2.0.0-rc.93",
11+
"@vuepress-reco/shared": "2.0.0-rc.93",
12+
"@vuepress-reco/tailwindcss-config": "2.0.0-rc.93",
13+
"vuepress-theme-reco": "2.0.0-rc.25"
1414
},
1515
"changesets": [
1616
"beige-radios-visit",
@@ -58,6 +58,7 @@
5858
"many-baboons-remain",
5959
"mean-dingos-watch",
6060
"modern-nails-sneeze",
61+
"nervous-ways-begin",
6162
"nice-news-matter",
6263
"odd-dolphins-develop",
6364
"olive-emus-warn",

packages/@vuepress-reco/plugin-bulletin-popover/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vuepress-reco/vuepress-plugin-bulletin-popover
22

3+
## 2.0.0-rc.94
4+
5+
### Patch Changes
6+
7+
- fix something
8+
- Updated dependencies
9+
- @vuepress-reco/tailwindcss-config@2.0.0-rc.94
10+
311
## 2.0.0-rc.93
412

513
### Patch Changes

packages/@vuepress-reco/plugin-bulletin-popover/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress-reco/vuepress-plugin-bulletin-popover",
3-
"version": "2.0.0-rc.93",
3+
"version": "2.0.0-rc.94",
44
"description": "Bulletin popover plugin for vuepress-theme-reco.",
55
"keywords": [
66
"vuepress-plugin",

packages/@vuepress-reco/plugin-code-copy/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vuepress-reco/vuepress-plugin-code-copy
22

3+
## 2.0.0-rc.26
4+
5+
### Patch Changes
6+
7+
- fix something
8+
39
## 2.0.0-rc.25
410

511
### Patch Changes

packages/@vuepress-reco/plugin-code-copy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress-reco/vuepress-plugin-code-copy",
3-
"version": "2.0.0-rc.25",
3+
"version": "2.0.0-rc.26",
44
"description": "A simple blog plugin for vuepress-theme-reco.",
55
"keywords": [
66
"vuepress-plugin",

packages/@vuepress-reco/plugin-comments/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vuepress-reco/vuepress-plugin-comments
22

3+
## 2.0.0-rc.26
4+
5+
### Patch Changes
6+
7+
- fix something
8+
- Updated dependencies
9+
- @vuepress-reco/tailwindcss-config@2.0.0-rc.94
10+
311
## 2.0.0-rc.25
412

513
### Patch Changes

packages/@vuepress-reco/plugin-comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress-reco/vuepress-plugin-comments",
3-
"version": "2.0.0-rc.25",
3+
"version": "2.0.0-rc.26",
44
"description": "Comments plugin for vuepress-theme-reco or other vuepress theme.",
55
"keywords": [
66
"vuepress-theme-reco",

packages/@vuepress-reco/plugin-markdown-task/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vuepress-reco/vuepress-plugin-markdown-task
22

3+
## 2.0.0-rc.94
4+
5+
### Patch Changes
6+
7+
- fix something
8+
39
## 2.0.0-rc.93
410

511
### Patch Changes

packages/@vuepress-reco/plugin-markdown-task/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress-reco/vuepress-plugin-markdown-task",
3-
"version": "2.0.0-rc.93",
3+
"version": "2.0.0-rc.94",
44
"description": "A plugin to extend task function for vuepress.",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)