Skip to content

Commit a84d02e

Browse files
committed
Bump version to 4.0.0-alpha.2 🚀
1 parent 45b9fc2 commit a84d02e

File tree

13 files changed

+41
-41
lines changed

13 files changed

+41
-41
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lerna": "2.0.0-beta.31",
3-
"version": "4.0.0"
3+
"version": "4.0.0-alpha.2"
44
}

packages/gitbook-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook-core",
3-
"version": "4.0.0",
3+
"version": "4.0.0-alpha.2",
44
"description": "Core for GitBook plugins API",
55
"main": "./lib/index.js",
66
"dependencies": {

packages/gitbook-plugin-copy-code/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Button to copy code blocks",
44
"main": "index.js",
55
"browser": "./_assets/plugin.js",
6-
"version": "4.0.0",
6+
"version": "4.0.0-alpha.2",
77
"dependencies": {
88
"copy-to-clipboard": "^3.0.5",
9-
"gitbook-core": "4.0.0"
9+
"gitbook-core": "^4.0.0-alpha.2"
1010
},
1111
"devDependencies": {
12-
"gitbook-plugin": "4.0.0"
12+
"gitbook-plugin": "^4.0.0-alpha.2"
1313
},
1414
"engines": {
1515
"gitbook": ">=3.0.0"

packages/gitbook-plugin-headings/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Automatically add anchors to headings",
44
"main": "index.js",
55
"browser": "./_assets/plugin.js",
6-
"version": "4.0.0",
6+
"version": "4.0.0-alpha.2",
77
"dependencies": {
88
"classnames": "^2.2.5",
9-
"gitbook-core": "4.0.0"
9+
"gitbook-core": "^4.0.0-alpha.2"
1010
},
1111
"devDependencies": {
12-
"gitbook-plugin": "4.0.0"
12+
"gitbook-plugin": "^4.0.0-alpha.2"
1313
},
1414
"engines": {
1515
"gitbook": ">=3.0.0"

packages/gitbook-plugin-highlight/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Syntax highlighter for Gitbook",
44
"main": "index.js",
55
"browser": "./_assets/plugin.js",
6-
"version": "4.0.0",
6+
"version": "4.0.0-alpha.2",
77
"dependencies": {
8-
"gitbook-core": "4.0.0",
8+
"gitbook-core": "^4.0.0-alpha.2",
99
"highlight.js": "9.7.0"
1010
},
1111
"devDependencies": {
12-
"gitbook-plugin": "4.0.0"
12+
"gitbook-plugin": "^4.0.0-alpha.2"
1313
},
1414
"engines": {
1515
"gitbook": ">=3.0.0"

packages/gitbook-plugin-hints/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Defines four types of styled hint blocks: info, danger, tip, working.",
44
"main": "index.js",
55
"browser": "./_assets/plugin.js",
6-
"version": "4.0.0",
6+
"version": "4.0.0-alpha.2",
77
"dependencies": {
88
"classnames": "^2.2.5",
9-
"gitbook-core": "4.0.0"
9+
"gitbook-core": "^4.0.0-alpha.2"
1010
},
1111
"devDependencies": {
12-
"gitbook-plugin": "4.0.0"
12+
"gitbook-plugin": "^4.0.0-alpha.2"
1313
},
1414
"engines": {
1515
"gitbook": ">=4.0.0"

packages/gitbook-plugin-livereload/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"description": "Live reloading for your gitbook",
44
"main": "index.js",
55
"browser": "./_assets/plugin.js",
6-
"version": "4.0.0",
6+
"version": "4.0.0-alpha.2",
77
"engines": {
88
"gitbook": "*"
99
},
1010
"dependencies": {
11-
"gitbook-core": "4.0.0"
11+
"gitbook-core": "^4.0.0-alpha.2"
1212
},
1313
"devDependencies": {
14-
"gitbook-plugin": "4.0.0"
14+
"gitbook-plugin": "^4.0.0-alpha.2"
1515
},
1616
"scripts": {
1717
"build-js": "gitbook-plugin build ./src/index.js ./_assets/plugin.js",

packages/gitbook-plugin-lunr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"description": "Static and local index for search in GitBook",
44
"main": "index.js",
55
"browser": "./_assets/theme.js",
6-
"version": "4.0.0",
6+
"version": "4.0.0-alpha.2",
77
"dependencies": {
8-
"gitbook-core": "4.0.0",
8+
"gitbook-core": "^4.0.0-alpha.2",
99
"html-entities": "1.2.0",
1010
"lunr": "0.5.12"
1111
},
1212
"devDependencies": {
13-
"gitbook-plugin": "4.0.0"
13+
"gitbook-plugin": "^4.0.0-alpha.2"
1414
},
1515
"engines": {
1616
"gitbook": ">=3.0.0"

packages/gitbook-plugin-search/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Search integration in GitBook",
44
"main": "index.js",
55
"browser": "./_assets/theme.js",
6-
"version": "4.0.0",
6+
"version": "4.0.0-alpha.2",
77
"dependencies": {
8-
"gitbook-core": "4.0.0",
8+
"gitbook-core": "^4.0.0-alpha.2",
99
"react": "^15.4.1"
1010
},
1111
"devDependencies": {
12-
"gitbook-plugin": "4.0.0",
12+
"gitbook-plugin": "^4.0.0-alpha.2",
1313
"react-highlighter": "^0.3.3"
1414
},
1515
"engines": {

packages/gitbook-plugin-sharing/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Sharing buttons in the toolbar",
44
"main": "index.js",
55
"browser": "./_assets/plugin.js",
6-
"version": "4.0.0",
6+
"version": "4.0.0-alpha.2",
77
"gitbook": {
88
"properties": {
99
"facebook": {
@@ -53,10 +53,10 @@
5353
}
5454
},
5555
"dependencies": {
56-
"gitbook-core": "4.0.0"
56+
"gitbook-core": "^4.0.0-alpha.2"
5757
},
5858
"devDependencies": {
59-
"gitbook-plugin": "4.0.0"
59+
"gitbook-plugin": "^4.0.0-alpha.2"
6060
},
6161
"engines": {
6262
"gitbook": ">=3.0.0"

0 commit comments

Comments
 (0)