Skip to content

Commit

Permalink
v2.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
recoluan committed Feb 22, 2024
1 parent 23113e5 commit 861900b
Show file tree
Hide file tree
Showing 20 changed files with 101 additions and 18 deletions.
13 changes: 13 additions & 0 deletions .changeset/hungry-hats-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@vuepress-reco/vuepress-plugin-bulletin-popover': patch
'@vuepress-reco/vuepress-plugin-code-copy': patch
'@vuepress-reco/vuepress-plugin-comments': patch
'@vuepress-reco/vuepress-plugin-markdown-task': patch
'@vuepress-reco/vuepress-plugin-page': patch
'@vuepress-reco/vuepress-plugin-vue-preview': patch
'@vuepress-reco/shared': patch
'@vuepress-reco/tailwindcss-config': patch
'vuepress-theme-reco': patch
---

fix: fix the bug where tailwindcss could not work in vue template
19 changes: 10 additions & 9 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"mode": "exit",
"tag": "rc",
"initialVersions": {
"@vuepress-reco/vuepress-plugin-bulletin-popover": "2.0.0-rc.72",
"@vuepress-reco/vuepress-plugin-code-copy": "2.0.0-rc.4",
"@vuepress-reco/vuepress-plugin-comments": "2.0.0-rc.4",
"@vuepress-reco/vuepress-plugin-markdown-task": "2.0.0-rc.72",
"@vuepress-reco/vuepress-plugin-page": "2.0.0-rc.4",
"@vuepress-reco/vuepress-plugin-vue-preview": "2.0.0-rc.72",
"@vuepress-reco/shared": "2.0.0-rc.72",
"@vuepress-reco/tailwindcss-config": "2.0.0-rc.72",
"vuepress-theme-reco": "2.0.0-rc.4"
"@vuepress-reco/vuepress-plugin-bulletin-popover": "2.0.0-rc.73",
"@vuepress-reco/vuepress-plugin-code-copy": "2.0.0-rc.5",
"@vuepress-reco/vuepress-plugin-comments": "2.0.0-rc.5",
"@vuepress-reco/vuepress-plugin-markdown-task": "2.0.0-rc.73",
"@vuepress-reco/vuepress-plugin-page": "2.0.0-rc.5",
"@vuepress-reco/vuepress-plugin-vue-preview": "2.0.0-rc.73",
"@vuepress-reco/shared": "2.0.0-rc.73",
"@vuepress-reco/tailwindcss-config": "2.0.0-rc.73",
"vuepress-theme-reco": "2.0.0-rc.5"
},
"changesets": [
"beige-radios-visit",
Expand All @@ -37,6 +37,7 @@
"great-seals-drop",
"green-cheetahs-stare",
"honest-comics-invite",
"hungry-hats-brush",
"khaki-doors-worry",
"khaki-squids-prove",
"large-eggs-greet",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress-reco/plugin-bulletin-popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vuepress-reco/vuepress-plugin-bulletin-popover

## 2.0.0-rc.74

### Patch Changes

- fix: fix the bug where tailwindcss could not work in vue template
- Updated dependencies
- @vuepress-reco/tailwindcss-config@2.0.0-rc.74

## 2.0.0-rc.73

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/vuepress-plugin-bulletin-popover",
"version": "2.0.0-rc.73",
"version": "2.0.0-rc.74",
"description": "Bulletin popover plugin for vuepress-theme-reco.",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 6 additions & 0 deletions packages/@vuepress-reco/plugin-code-copy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vuepress-reco/vuepress-plugin-code-copy

## 2.0.0-rc.6

### Patch Changes

- fix: fix the bug where tailwindcss could not work in vue template

## 2.0.0-rc.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress-reco/plugin-code-copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/vuepress-plugin-code-copy",
"version": "2.0.0-rc.5",
"version": "2.0.0-rc.6",
"description": "A simple blog plugin for vuepress-theme-reco.",
"keywords": [
"vuepress-plugin",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress-reco/plugin-comments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vuepress-reco/vuepress-plugin-comments

## 2.0.0-rc.6

### Patch Changes

- fix: fix the bug where tailwindcss could not work in vue template
- Updated dependencies
- @vuepress-reco/tailwindcss-config@2.0.0-rc.74

## 2.0.0-rc.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress-reco/plugin-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/vuepress-plugin-comments",
"version": "2.0.0-rc.5",
"version": "2.0.0-rc.6",
"description": "Comments plugin for vuepress-theme-reco or other vuepress theme.",
"keywords": [
"vuepress-theme-reco",
Expand Down
6 changes: 6 additions & 0 deletions packages/@vuepress-reco/plugin-markdown-task/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vuepress-reco/vuepress-plugin-markdown-task

## 2.0.0-rc.74

### Patch Changes

- fix: fix the bug where tailwindcss could not work in vue template

## 2.0.0-rc.73

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress-reco/plugin-markdown-task/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/vuepress-plugin-markdown-task",
"version": "2.0.0-rc.73",
"version": "2.0.0-rc.74",
"description": "A plugin to extend task function for vuepress.",
"keywords": [
"vuepress-plugin",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress-reco/plugin-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vuepress-reco/vuepress-plugin-page

## 2.0.0-rc.6

### Patch Changes

- fix: fix the bug where tailwindcss could not work in vue template
- Updated dependencies
- @vuepress-reco/shared@2.0.0-rc.74

## 2.0.0-rc.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress-reco/plugin-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/vuepress-plugin-page",
"version": "2.0.0-rc.5",
"version": "2.0.0-rc.6",
"description": "A simple blog plugin for vuepress-theme-reco.",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 6 additions & 0 deletions packages/@vuepress-reco/plugin-vue-preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vuepress-reco/vuepress-plugin-vue-preview

## 2.0.0-rc.74

### Patch Changes

- fix: fix the bug where tailwindcss could not work in vue template

## 2.0.0-rc.73

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress-reco/plugin-vue-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/vuepress-plugin-vue-preview",
"version": "2.0.0-rc.73",
"version": "2.0.0-rc.74",
"description": "A vue component preview plugin for vuepress-theme-reco.",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 6 additions & 0 deletions packages/@vuepress-reco/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vuepress-reco/shared

## 2.0.0-rc.74

### Patch Changes

- fix: fix the bug where tailwindcss could not work in vue template

## 2.0.0-rc.73

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress-reco/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/shared",
"version": "2.0.0-rc.73",
"version": "2.0.0-rc.74",
"description": "> TODO: description",
"author": "reco_luan <recoluan@qq.com>",
"homepage": "https://github.com/recoluan/vuepress-theme-reco#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/@vuepress-reco/tailwindcss-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vuepress-reco/tailwindcss-config

## 2.0.0-rc.74

### Patch Changes

- fix: fix the bug where tailwindcss could not work in vue template

## 2.0.0-rc.73

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress-reco/tailwindcss-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/tailwindcss-config",
"version": "2.0.0-rc.73",
"version": "2.0.0-rc.74",
"description": "Tailwindcss config for vuepress-theme-reco.",
"keywords": [
"vuepress-theme-reco",
Expand Down
15 changes: 15 additions & 0 deletions packages/vuepress-theme-reco/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# vuepress-theme-reco

## 2.0.0-rc.6

### Patch Changes

- fix: fix the bug where tailwindcss could not work in vue template
- Updated dependencies
- @vuepress-reco/vuepress-plugin-bulletin-popover@2.0.0-rc.74
- @vuepress-reco/vuepress-plugin-code-copy@2.0.0-rc.6
- @vuepress-reco/vuepress-plugin-comments@2.0.0-rc.6
- @vuepress-reco/vuepress-plugin-markdown-task@2.0.0-rc.74
- @vuepress-reco/vuepress-plugin-page@2.0.0-rc.6
- @vuepress-reco/vuepress-plugin-vue-preview@2.0.0-rc.74
- @vuepress-reco/shared@2.0.0-rc.74
- @vuepress-reco/tailwindcss-config@2.0.0-rc.74

## 2.0.0-rc.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-theme-reco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-reco",
"version": "2.0.0-rc.5",
"version": "2.0.0-rc.6",
"description": "> TODO: description",
"homepage": "https://github.com/recoluan/vuepress-theme-reco#readme",
"bugs": {
Expand Down

0 comments on commit 861900b

Please sign in to comment.