This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree 18 files changed +24
-24
lines changed
18 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-components" ,
3
- "version" : " 2.0.0-rc.40 " ,
3
+ "version" : " 2.0.0-rc.41 " ,
4
4
"main" : " dist/index.js" ,
5
5
"module" : " dist/docz-components.esm.js" ,
6
6
"typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-core" ,
3
- "version" : " 2.0.0-rc.40 " ,
3
+ "version" : " 2.0.0-rc.41 " ,
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 1
1
{
2
2
"name" : " docz" ,
3
- "version" : " 2.0.0-rc.40 " ,
3
+ "version" : " 2.0.0-rc.41 " ,
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-components" : " 2.0.0-rc.40 " ,
31
- "docz-core" : " 2.0.0-rc.40 " ,
30
+ "docz-components" : " 2.0.0-rc.41 " ,
31
+ "docz-core" : " 2.0.0-rc.41 " ,
32
32
"fast-deep-equal" : " ^2.0.1" ,
33
33
"gatsby" : " ^2.13.27" ,
34
34
"gatsby-plugin-eslint" : " ^2.0.5" ,
35
35
"gatsby-plugin-typescript" : " ^2.1.6" ,
36
- "gatsby-theme-docz" : " 2.0.0-rc.40 " ,
36
+ "gatsby-theme-docz" : " 2.0.0-rc.41 " ,
37
37
"lodash" : " ^4.17.14" ,
38
38
"marksy" : " ^8.0.0" ,
39
39
"match-sorter" : " ^3.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-theme-docz" ,
3
- "version" : " 2.0.0-rc.40 " ,
3
+ "version" : " 2.0.0-rc.41 " ,
4
4
"description" : " Gatsby theme created to use Docz" ,
5
5
"license" : " MIT" ,
6
6
"author" :
" Pedro Nauck ([email protected] )" ,
23
23
"@theme-ui/typography" : " ^0.2.5" ,
24
24
"babel-plugin-export-metadata" : " ^2.0.0-rc.1" ,
25
25
"copy-text-to-clipboard" : " ^2.1.0" ,
26
- "docz" : " 2.0.0-rc.40 " ,
27
- "docz-core" : " 2.0.0-rc.40 " ,
26
+ "docz" : " 2.0.0-rc.41 " ,
27
+ "docz-core" : " 2.0.0-rc.41 " ,
28
28
"emotion-theming" : " ^10.0.14" ,
29
29
"fs-extra" : " ^8.1.0" ,
30
30
"gatsby" : " ^2.13.27" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-basic" ,
3
3
"private" : true ,
4
- "version" : " 2.0.0-rc.40 " ,
4
+ "version" : " 2.0.0-rc.41 " ,
5
5
"license" : " MIT" ,
6
6
"files" : [
7
7
" src/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-create-react-app" ,
3
- "version" : " 2.0.0-rc.40 " ,
3
+ "version" : " 2.0.0-rc.41 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "docz" : " 2.0.0-rc.40 " ,
6
+ "docz" : " 2.0.0-rc.41 " ,
7
7
"react" : " ^16.9.0" ,
8
8
"react-dom" : " ^16.9.0" ,
9
9
"react-scripts" : " 3.1.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-flow" ,
3
3
"private" : true ,
4
- "version" : " 2.0.0-rc.40 " ,
4
+ "version" : " 2.0.0-rc.41 " ,
5
5
"license" : " MIT" ,
6
6
"files" : [
7
7
" src/" ,
Original file line number Diff line number Diff line change 2
2
"name" : " docz-example-gatsby" ,
3
3
"private" : true ,
4
4
"description" : " Example of how to integrate docz with gatsby as a theme" ,
5
- "version" : " 2.0.0-rc.40 " ,
5
+ "version" : " 2.0.0-rc.41 " ,
6
6
"keywords" : [
7
7
" gatsby" ,
8
8
" docz"
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " docz-example-images" ,
4
- "version" : " 2.0.0-rc.40 " ,
4
+ "version" : " 2.0.0-rc.41 " ,
5
5
"license" : " MIT" ,
6
6
"files" : [
7
7
" src/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-material-ui" ,
3
3
"private" : true ,
4
- "version" : " 2.0.0-rc.40 " ,
4
+ "version" : " 2.0.0-rc.41 " ,
5
5
"license" : " MIT" ,
6
6
"files" : [
7
7
" src/" ,
Original file line number Diff line number Diff line change 5
5
" packages/docs-site"
6
6
],
7
7
"name" : " docz-gatsby-monorepo" ,
8
- "version" : " 2.0.0-rc.40 " ,
8
+ "version" : " 2.0.0-rc.41 " ,
9
9
"description" : " " ,
10
10
"main" : " index.js" ,
11
11
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " docz-example-now" ,
4
- "version" : " 2.0.0-rc.40 " ,
4
+ "version" : " 2.0.0-rc.41 " ,
5
5
"license" : " MIT" ,
6
6
"files" : [
7
7
" src/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " docz-example-react-native" ,
4
- "version" : " 2.0.0-rc.40 " ,
4
+ "version" : " 2.0.0-rc.41 " ,
5
5
"license" : " MIT" ,
6
6
"files" : [
7
7
" src/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-react-router" ,
3
3
"private" : true ,
4
- "version" : " 2.0.0-rc.40 " ,
4
+ "version" : " 2.0.0-rc.41 " ,
5
5
"license" : " MIT" ,
6
6
"files" : [
7
7
" src/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " docz-example-styled-components" ,
4
- "version" : " 2.0.0-rc.40 " ,
4
+ "version" : " 2.0.0-rc.41 " ,
5
5
"license" : " MIT" ,
6
6
"files" : [
7
7
" src/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " docz-example-typescript" ,
4
- "version" : " 2.0.0-rc.40 " ,
4
+ "version" : " 2.0.0-rc.41 " ,
5
5
"license" : " MIT" ,
6
6
"files" : [
7
7
" src/" ,
Original file line number Diff line number Diff line change 4
4
" core/**/*" ,
5
5
" other-packages/**/*"
6
6
],
7
- "version" : " 2.0.0-rc.40 " ,
7
+ "version" : " 2.0.0-rc.41 " ,
8
8
"npmClient" : " yarn" ,
9
9
"useWorkspaces" : true
10
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " e2e-tests" ,
3
- "version" : " 2.0.0-rc.40 " ,
3
+ "version" : " 2.0.0-rc.41 " ,
4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments