Skip to content

Commit d811bfb

Browse files
giraud florentgiraud florent
authored andcommitted
v1.1.0
1 parent c7999cf commit d811bfb

File tree

19 files changed

+43
-43
lines changed

19 files changed

+43
-43
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.0.4"
4+
"version": "1.1.0"
55
}

packages/@vuepress/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "Minimalistic doc generator with Vue component based layout system",
55
"main": "lib/index.js",
66
"repository": {
@@ -31,11 +31,11 @@
3131
"dependencies": {
3232
"@babel/core": "^7.0.0",
3333
"@vue/babel-preset-app": "^3.1.1",
34-
"@vuepress/markdown": "^1.0.4",
35-
"@vuepress/markdown-loader": "^1.0.4",
36-
"@vuepress/plugin-last-updated": "^1.0.4",
37-
"@vuepress/plugin-register-components": "^1.0.4",
38-
"@vuepress/shared-utils": "^1.0.4",
34+
"@vuepress/markdown": "^1.1.0",
35+
"@vuepress/markdown-loader": "^1.1.0",
36+
"@vuepress/plugin-last-updated": "^1.1.0",
37+
"@vuepress/plugin-register-components": "^1.1.0",
38+
"@vuepress/shared-utils": "^1.1.0",
3939
"autoprefixer": "^9.5.1",
4040
"babel-loader": "^8.0.4",
4141
"cache-loader": "^3.0.0",

packages/@vuepress/markdown-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown-loader",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "markdown-loader for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -18,7 +18,7 @@
1818
"generator"
1919
],
2020
"dependencies": {
21-
"@vuepress/markdown": "^1.0.4",
21+
"@vuepress/markdown": "^1.1.0",
2222
"loader-utils": "^1.1.0",
2323
"lru-cache": "^5.1.1"
2424
},

packages/@vuepress/markdown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "markdown for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -19,7 +19,7 @@
1919
"markdown"
2020
],
2121
"dependencies": {
22-
"@vuepress/shared-utils": "^1.0.4",
22+
"@vuepress/shared-utils": "^1.1.0",
2323
"markdown-it": "^8.4.1",
2424
"markdown-it-anchor": "^5.0.2",
2525
"markdown-it-chain": "^1.3.0",
@@ -28,7 +28,7 @@
2828
"prismjs": "^1.13.0"
2929
},
3030
"devDependencies": {
31-
"@vuepress/test-utils": "^1.0.4"
31+
"@vuepress/test-utils": "^1.1.0"
3232
},
3333
"author": "Evan You",
3434
"maintainers": [

packages/@vuepress/plugin-active-header-links/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-active-header-links",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "active-header-links plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-back-to-top/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-back-to-top",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "back-to-top plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

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": "1.0.4",
3+
"version": "1.1.0",
44
"description": "google-analytics plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-last-updated/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-last-updated",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "last-updated plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-medium-zoom/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-medium-zoom",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "medium-zoom plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-nprogress/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-nprogress",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "nprogress plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)