Skip to content

Commit

Permalink
build: publish v2.0.0-alpha.21
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 5, 2021
1 parent 4045a8c commit a5c48b6
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Features

* **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))


* 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)


### BREAKING CHANGES

* migrate to google analytics 4 and drop v3 support





# [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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"command": {
"version": {
"allowBranch": "main",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/plugin-git/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Features

* **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))





# [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)

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

# [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)


* 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)


### BREAKING CHANGES

* migrate to google analytics 4 and drop v3 support





# [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)

**Note:** Version bump only for package @vuepress/plugin-google-analytics
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-google-analytics",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "VuePress plugin - google-analytics",
"keywords": [
"vuepress-plugin",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Features

* **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))





# [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/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-alpha.20",
"version": "2.0.0-alpha.21",
"description": "Default theme of VuePress",
"keywords": [
"vuepress-theme",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@vuepress/plugin-active-header-links": "2.0.0-alpha.20",
"@vuepress/plugin-back-to-top": "2.0.0-alpha.20",
"@vuepress/plugin-container": "2.0.0-alpha.20",
"@vuepress/plugin-git": "2.0.0-alpha.20",
"@vuepress/plugin-git": "2.0.0-alpha.21",
"@vuepress/plugin-medium-zoom": "2.0.0-alpha.20",
"@vuepress/plugin-nprogress": "2.0.0-alpha.20",
"@vuepress/plugin-palette-stylus": "2.0.0-alpha.20",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/theme-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

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





# [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)

**Note:** Version bump only for package @vuepress/theme-vue
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/theme-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/theme-vue",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "Vue theme of VuePress",
"keywords": [
"vuepress-theme",
Expand Down Expand Up @@ -28,7 +28,7 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/theme-default": "2.0.0-alpha.20"
"@vuepress/theme-default": "2.0.0-alpha.21"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/vuepress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

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





# [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)

**Note:** Version bump only for package vuepress
Expand Down
4 changes: 2 additions & 2 deletions packages/vuepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
Expand Down Expand Up @@ -35,6 +35,6 @@
"@vuepress/bundler-webpack": "2.0.0-alpha.20",
"@vuepress/cli": "2.0.0-alpha.20",
"@vuepress/core": "2.0.0-alpha.20",
"@vuepress/theme-default": "2.0.0-alpha.20"
"@vuepress/theme-default": "2.0.0-alpha.21"
}
}

0 comments on commit a5c48b6

Please sign in to comment.