This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree 10 files changed +47
-7
lines changed
10 files changed +47
-7
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.2.0] ( https://github.com/doczjs/docz/compare/v2.2.0-alpha.8...v2.2.0 ) (2019-12-11)
7
+
8
+ ** Note:** Version bump only for package docz
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.2.0-alpha.8] ( https://github.com/doczjs/docz/compare/v2.2.0-alpha.7...v2.2.0-alpha.8 ) (2019-12-06)
7
15
8
16
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.2.0] ( https://github.com/doczjs/docz/compare/v2.2.0-alpha.8...v2.2.0 ) (2019-12-11)
7
+
8
+ ** Note:** Version bump only for package docz-core
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.2.0-alpha.3] ( https://github.com/doczjs/docz/compare/v2.2.0-alpha.2...v2.2.0-alpha.3 ) (2019-11-29)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-core" ,
3
- "version" : " 2.2.0-alpha.3 " ,
3
+ "version" : " 2.2.0" ,
4
4
"description" : " All docz core logic of bundle and parsing is included on this package" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.2.0] ( https://github.com/doczjs/docz/compare/v2.2.0-alpha.8...v2.2.0 ) (2019-12-11)
7
+
8
+ ** Note:** Version bump only for package docz
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.2.0-alpha.8] ( https://github.com/doczjs/docz/compare/v2.2.0-alpha.7...v2.2.0-alpha.8 ) (2019-12-06)
7
15
8
16
** Note:** Version bump only for package docz
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz" ,
3
- "version" : " 2.2.0-alpha.8 " ,
3
+ "version" : " 2.2.0" ,
4
4
"description" : " It's has never been so easy to documents your things!" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
27
27
"@mdx-js/react" : " ^1.0.27" ,
28
28
"array-sort" : " ^1.0.0" ,
29
29
"capitalize" : " ^2.0.0" ,
30
- "docz-core" : " ^2.2.0-alpha.3 " ,
30
+ "docz-core" : " ^2.2.0" ,
31
31
"fast-deep-equal" : " ^2.0.1" ,
32
32
"gatsby" : " ^2.13.27" ,
33
33
"gatsby-plugin-eslint" : " ^2.0.5" ,
34
34
"gatsby-plugin-typescript" : " ^2.1.6" ,
35
- "gatsby-theme-docz" : " ^2.2.0-alpha.8 " ,
35
+ "gatsby-theme-docz" : " ^2.2.0" ,
36
36
"lodash" : " ^4.17.14" ,
37
37
"marksy" : " ^8.0.0" ,
38
38
"match-sorter" : " ^3.1.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.2.0] ( https://github.com/doczjs/docz/compare/v2.2.0-alpha.8...v2.2.0 ) (2019-12-11)
7
+
8
+ ** Note:** Version bump only for package gatsby-theme-docz
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.2.0-alpha.8] ( https://github.com/doczjs/docz/compare/v2.2.0-alpha.7...v2.2.0-alpha.8 ) (2019-12-06)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-theme-docz" ,
3
- "version" : " 2.2.0-alpha.8 " ,
3
+ "version" : " 2.2.0" ,
4
4
"description" : " Gatsby theme created to use Docz" ,
5
5
"license" : " MIT" ,
6
6
"author" :
" Pedro Nauck ([email protected] )" ,
Original file line number Diff line number Diff line change 4
4
" core/**/*" ,
5
5
" other-packages/**/*"
6
6
],
7
- "version" : " 2.2.0-alpha.8 " ,
7
+ "version" : " 2.2.0" ,
8
8
"npmClient" : " yarn" ,
9
9
"useWorkspaces" : true
10
10
}
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ # [ 2.2.0] ( https://github.com/doczjs/docz/compare/v2.2.0-alpha.8...v2.2.0 ) (2019-12-11)
7
+
8
+ ** Note:** Version bump only for package e2e-tests
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " e2e-tests" ,
3
- "version" : " 2.0.0-rc.57 " ,
3
+ "version" : " 2.2.0 " ,
4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments