Skip to content

Commit a5c48b6

Browse files
committed
build: publish v2.0.0-alpha.21
1 parent 4045a8c commit a5c48b6

File tree

12 files changed

+80
-9
lines changed

12 files changed

+80
-9
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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-alpha.21](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2021-02-05)
7+
8+
9+
### Features
10+
11+
* **plugin-git:** collect page created time (close [#45](https://github.com/vuepress/vuepress-next/issues/45)) ([4045a8c](https://github.com/vuepress/vuepress-next/commit/4045a8c1ab591dbbb0303aa43c6d13bf248d995c))
12+
13+
14+
* feat(plugin-google-analytics)!: migrate to google analytics 4 (close #36) ([d2393f7](https://github.com/vuepress/vuepress-next/commit/d2393f7970c346bfcef2e72658f9a4a89a93b396)), closes [#36](https://github.com/vuepress/vuepress-next/issues/36)
15+
16+
17+
### BREAKING CHANGES
18+
19+
* migrate to google analytics 4 and drop v3 support
20+
21+
22+
23+
24+
625
# [2.0.0-alpha.20](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2021-02-04)
726

827

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "2.0.0-alpha.20",
4+
"version": "2.0.0-alpha.21",
55
"command": {
66
"version": {
77
"allowBranch": "main",

packages/@vuepress/plugin-git/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-alpha.21](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2021-02-05)
7+
8+
9+
### Features
10+
11+
* **plugin-git:** collect page created time (close [#45](https://github.com/vuepress/vuepress-next/issues/45)) ([4045a8c](https://github.com/vuepress/vuepress-next/commit/4045a8c1ab591dbbb0303aa43c6d13bf248d995c))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.20](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2021-02-04)
718

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

packages/@vuepress/plugin-git/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-git",
3-
"version": "2.0.0-alpha.20",
3+
"version": "2.0.0-alpha.21",
44
"description": "VuePress plugin - git",
55
"keywords": [
66
"vuepress-plugin",

packages/@vuepress/plugin-google-analytics/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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-alpha.21](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2021-02-05)
7+
8+
9+
* feat(plugin-google-analytics)!: migrate to google analytics 4 (close #36) ([d2393f7](https://github.com/vuepress/vuepress-next/commit/d2393f7970c346bfcef2e72658f9a4a89a93b396)), closes [#36](https://github.com/vuepress/vuepress-next/issues/36)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* migrate to google analytics 4 and drop v3 support
15+
16+
17+
18+
19+
620
# [2.0.0-alpha.20](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2021-02-04)
721

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

packages/@vuepress/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-alpha.20",
3+
"version": "2.0.0-alpha.21",
44
"description": "VuePress plugin - google-analytics",
55
"keywords": [
66
"vuepress-plugin",

packages/@vuepress/theme-default/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-alpha.21](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2021-02-05)
7+
8+
9+
### Features
10+
11+
* **plugin-git:** collect page created time (close [#45](https://github.com/vuepress/vuepress-next/issues/45)) ([4045a8c](https://github.com/vuepress/vuepress-next/commit/4045a8c1ab591dbbb0303aa43c6d13bf248d995c))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.20](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2021-02-04)
718

819

packages/@vuepress/theme-default/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-default",
3-
"version": "2.0.0-alpha.20",
3+
"version": "2.0.0-alpha.21",
44
"description": "Default theme of VuePress",
55
"keywords": [
66
"vuepress-theme",
@@ -34,7 +34,7 @@
3434
"@vuepress/plugin-active-header-links": "2.0.0-alpha.20",
3535
"@vuepress/plugin-back-to-top": "2.0.0-alpha.20",
3636
"@vuepress/plugin-container": "2.0.0-alpha.20",
37-
"@vuepress/plugin-git": "2.0.0-alpha.20",
37+
"@vuepress/plugin-git": "2.0.0-alpha.21",
3838
"@vuepress/plugin-medium-zoom": "2.0.0-alpha.20",
3939
"@vuepress/plugin-nprogress": "2.0.0-alpha.20",
4040
"@vuepress/plugin-palette-stylus": "2.0.0-alpha.20",

packages/@vuepress/theme-vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-alpha.21](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2021-02-05)
7+
8+
**Note:** Version bump only for package @vuepress/theme-vue
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.20](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2021-02-04)
715

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

packages/@vuepress/theme-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-vue",
3-
"version": "2.0.0-alpha.20",
3+
"version": "2.0.0-alpha.21",
44
"description": "Vue theme of VuePress",
55
"keywords": [
66
"vuepress-theme",
@@ -28,7 +28,7 @@
2828
"clean": "rimraf lib *.tsbuildinfo"
2929
},
3030
"dependencies": {
31-
"@vuepress/theme-default": "2.0.0-alpha.20"
31+
"@vuepress/theme-default": "2.0.0-alpha.21"
3232
},
3333
"publishConfig": {
3434
"access": "public"

0 commit comments

Comments
 (0)