This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree 10 files changed +75
-8
lines changed
other-packages/babel-plugin-export-metadata
10 files changed +75
-8
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.3.0-alpha.14] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.13...v2.3.0-alpha.14 ) (2020-03-31)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** babel-plugin-export-metadata:** add case for export default… ([ #1417 ] ( https://github.com/doczjs/docz/issues/1417 ) ) ([ 31ebd08] ( https://github.com/doczjs/docz/commit/31ebd08 ) )
12
+ * ** docz-core:** always use custom prop filter if it's provided… ([ #1415 ] ( https://github.com/doczjs/docz/issues/1415 ) ) ([ 53063ff] ( https://github.com/doczjs/docz/commit/53063ff ) )
13
+ * ** gatsby-theme-docz:** add pre-wrap to error ([ #1406 ] ( https://github.com/doczjs/docz/issues/1406 ) ) ([ ca6b02d] ( https://github.com/doczjs/docz/commit/ca6b02d ) )
14
+ * ** gatsby-theme-docz:** content overflowing issue ([ #1437 ] ( https://github.com/doczjs/docz/issues/1437 ) ) ([ 56f4cb8] ( https://github.com/doczjs/docz/commit/56f4cb8 ) )
15
+
16
+
17
+ ### Features
18
+
19
+ * ** docz:** bump babel-preset-react-app to 9.1.2 ([ #1435 ] ( https://github.com/doczjs/docz/issues/1435 ) ) ([ 8f071eb] ( https://github.com/doczjs/docz/commit/8f071eb ) )
20
+ * ** gatsby-theme-docz:** include MDX transclusion support ([ #1436 ] ( https://github.com/doczjs/docz/issues/1436 ) ) ([ 435001a] ( https://github.com/doczjs/docz/commit/435001a ) )
21
+
22
+
23
+
24
+
25
+
6
26
# [ 2.3.0-alpha.13] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.12...v2.3.0-alpha.13 ) (2020-02-13)
7
27
8
28
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.3.0-alpha.14] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.13...v2.3.0-alpha.14 ) (2020-03-31)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** docz-core:** always use custom prop filter if it's provided… ([ #1415 ] ( https://github.com/doczjs/docz/issues/1415 ) ) ([ 53063ff] ( https://github.com/doczjs/docz/commit/53063ff ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.3.0-alpha.12] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.11...v2.3.0-alpha.12 ) (2020-02-12)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-core" ,
3
- "version" : " 2.3.0-alpha.12 " ,
3
+ "version" : " 2.3.0-alpha.14 " ,
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.3.0-alpha.14] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.13...v2.3.0-alpha.14 ) (2020-03-31)
7
+
8
+ ** Note:** Version bump only for package docz
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.3.0-alpha.13] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.12...v2.3.0-alpha.13 ) (2020-02-13)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz" ,
3
- "version" : " 2.3.0-alpha.13 " ,
3
+ "version" : " 2.3.0-alpha.14 " ,
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.3.0-alpha.12 " ,
30
+ "docz-core" : " 2.3.0-alpha.14 " ,
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.3.0-alpha.13 " ,
35
+ "gatsby-theme-docz" : " 2.3.0-alpha.14 " ,
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.3.0-alpha.14] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.13...v2.3.0-alpha.14 ) (2020-03-31)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** gatsby-theme-docz:** add pre-wrap to error ([ #1406 ] ( https://github.com/doczjs/docz/issues/1406 ) ) ([ ca6b02d] ( https://github.com/doczjs/docz/commit/ca6b02d ) )
12
+ * ** gatsby-theme-docz:** content overflowing issue ([ #1437 ] ( https://github.com/doczjs/docz/issues/1437 ) ) ([ 56f4cb8] ( https://github.com/doczjs/docz/commit/56f4cb8 ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * ** gatsby-theme-docz:** include MDX transclusion support ([ #1436 ] ( https://github.com/doczjs/docz/issues/1436 ) ) ([ 435001a] ( https://github.com/doczjs/docz/commit/435001a ) )
18
+
19
+
20
+
21
+
22
+
6
23
# [ 2.3.0-alpha.13] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.12...v2.3.0-alpha.13 ) (2020-02-13)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-theme-docz" ,
3
- "version" : " 2.3.0-alpha.13 " ,
3
+ "version" : " 2.3.0-alpha.14 " ,
4
4
"description" : " Gatsby theme created to use Docz" ,
5
5
"license" : " MIT" ,
6
6
"author" :
" Pedro Nauck ([email protected] )" ,
22
22
"@mdx-js/mdx" : " ^1.1.0" ,
23
23
"@mdx-js/react" : " ^1.0.27" ,
24
24
"@theme-ui/typography" : " ^0.2.5" ,
25
- "babel-plugin-export-metadata" : " ^2.1.0 " ,
25
+ "babel-plugin-export-metadata" : " 2.3.0-alpha.14 " ,
26
26
"copy-text-to-clipboard" : " ^2.1.0" ,
27
27
"emotion-theming" : " ^10.0.14" ,
28
28
"fs-extra" : " ^8.1.0" ,
Original file line number Diff line number Diff line change 4
4
" core/**/*" ,
5
5
" other-packages/**/*"
6
6
],
7
- "version" : " 2.3.0-alpha.13 " ,
7
+ "version" : " 2.3.0-alpha.14 " ,
8
8
"npmClient" : " yarn" ,
9
9
"useWorkspaces" : true
10
10
}
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.3.0-alpha.14] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.13...v2.3.0-alpha.14 ) (2020-03-31)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** babel-plugin-export-metadata:** add case for export default… ([ #1417 ] ( https://github.com/doczjs/docz/issues/1417 ) ) ([ 31ebd08] ( https://github.com/doczjs/docz/commit/31ebd08 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.1.0] ( https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0 ) (2019-11-27)
7
18
8
19
** Note:** Version bump only for package babel-plugin-export-metadata
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-export-metadata" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.3.0-alpha.14 " ,
4
4
"description" : " Add file metadata for function declarations" ,
5
5
"license" : " MIT" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments