Skip to content

Commit adcdae0

Browse files
committed
build: publish v2.0.0-rc.66
1 parent ccedb52 commit adcdae0

File tree

104 files changed

+275
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+275
-52
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.66](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.65...v2.0.0-rc.66) (2024-12-13)
7+
8+
### Bug Fixes
9+
10+
- **plugin-sass-palette:** fix module injecting ([356e1a2](https://github.com/vuepress/ecosystem/commit/356e1a2b59ee58c8217792cdad2800fc8bfce167))
11+
12+
### Features
13+
14+
- **plugin-pwa:** improve pwa support ([#301](https://github.com/vuepress/ecosystem/issues/301)) ([487d8c4](https://github.com/vuepress/ecosystem/commit/487d8c45a965dee9234e581d95bcc98c1a8cca86))
15+
- **plugin-sass-palette:** support vite6 ([5a081ff](https://github.com/vuepress/ecosystem/commit/5a081fff1d98e137b8ec6f81354d14589950308b))
16+
617
# [2.0.0-rc.65](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.64...v2.0.0-rc.65) (2024-12-09)
718

819
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "pnpm",
3-
"version": "2.0.0-rc.65",
3+
"version": "2.0.0-rc.66",
44
"command": {
55
"version": {
66
"allowBranch": "main",

plugins/analytics/plugin-baidu-analytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.66](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.65...v2.0.0-rc.66) (2024-12-13)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-baidu-analytics
9+
610
# [2.0.0-rc.65](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.64...v2.0.0-rc.65) (2024-12-09)
711

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

plugins/analytics/plugin-baidu-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-baidu-analytics",
3-
"version": "2.0.0-rc.65",
3+
"version": "2.0.0-rc.66",
44
"description": "VuePress plugin - baidu-analytics",
55
"keywords": [
66
"vuepress-plugin",

plugins/analytics/plugin-google-analytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.66](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.65...v2.0.0-rc.66) (2024-12-13)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-google-analytics
9+
610
# [2.0.0-rc.63](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.62...v2.0.0-rc.63) (2024-12-06)
711

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

plugins/analytics/plugin-google-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "2.0.0-rc.63",
3+
"version": "2.0.0-rc.66",
44
"description": "VuePress plugin - google-analytics",
55
"keywords": [
66
"vuepress-plugin",

plugins/analytics/plugin-umami-analytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.66](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.65...v2.0.0-rc.66) (2024-12-13)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-umami-analytics
9+
610
# [2.0.0-rc.65](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.64...v2.0.0-rc.65) (2024-12-09)
711

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

plugins/analytics/plugin-umami-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-umami-analytics",
3-
"version": "2.0.0-rc.65",
3+
"version": "2.0.0-rc.66",
44
"description": "VuePress plugin - umami-analytics",
55
"keywords": [
66
"vuepress-plugin",

plugins/blog/plugin-blog/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.66](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.65...v2.0.0-rc.66) (2024-12-13)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-blog
9+
610
# [2.0.0-rc.65](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.64...v2.0.0-rc.65) (2024-12-09)
711

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

plugins/blog/plugin-blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-blog",
3-
"version": "2.0.0-rc.65",
3+
"version": "2.0.0-rc.66",
44
"description": "VuePress plugin - blog",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)