File tree 4 files changed +19
-19
lines changed
4 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ var full = {
4
4
alternateId : [ 'full' ] ,
5
5
title : 'Full' ,
6
6
description : 'Every supported component' ,
7
- version : '0.2.0 ' ,
7
+ version : '0.2.1 ' ,
8
8
components : {
9
9
record : { } ,
10
10
contact : { } ,
@@ -111,7 +111,7 @@ var basic = {
111
111
alternateId : [ 'basic' ] ,
112
112
title : 'Basic' ,
113
113
description : 'A profile with the minimum recommended elements for discovery.' ,
114
- version : '0.2.0 ' ,
114
+ version : '0.2.1 ' ,
115
115
components : {
116
116
record : {
117
117
main : {
@@ -514,7 +514,7 @@ var project = {
514
514
alternateId : [ 'project' ] ,
515
515
title : 'Project' ,
516
516
description : 'Document a project' ,
517
- version : '0.2.0 ' ,
517
+ version : '0.2.1 ' ,
518
518
components : {
519
519
record : {
520
520
main : {
@@ -763,7 +763,7 @@ var product = {
763
763
title : 'Product' ,
764
764
description :
765
765
'Document a product, typically a data product generated by a project' ,
766
- version : '0.2.0 ' ,
766
+ version : '0.2.1 ' ,
767
767
components : {
768
768
record : {
769
769
main : {
@@ -1070,7 +1070,7 @@ var product = {
1070
1070
var schema = {
1071
1071
$schema : 'http://json-schema.org/draft-07/schema#' ,
1072
1072
$id : 'profile-schema' ,
1073
- version : '0.2.0 ' ,
1073
+ version : '0.2.1 ' ,
1074
1074
type : 'object' ,
1075
1075
description : 'JSON schema for mdEditor profile definitions' ,
1076
1076
additionalProperties : false ,
@@ -1177,7 +1177,7 @@ var schema = {
1177
1177
1178
1178
var pkg = {
1179
1179
name : 'mdprofiles' ,
1180
- version : '0.2.0 ' ,
1180
+ version : '0.2.1 ' ,
1181
1181
description : 'Profiles for the mdEditor' ,
1182
1182
main : 'index.js' ,
1183
1183
module : 'dist/mdprofile.es.js' ,
Original file line number Diff line number Diff line change 13
13
alternateId : [ 'full' ] ,
14
14
title : 'Full' ,
15
15
description : 'Every supported component' ,
16
- version : '0.2.0 ' ,
16
+ version : '0.2.1 ' ,
17
17
components : {
18
18
record : { } ,
19
19
contact : { } ,
121
121
title : 'Basic' ,
122
122
description :
123
123
'A profile with the minimum recommended elements for discovery.' ,
124
- version : '0.2.0 ' ,
124
+ version : '0.2.1 ' ,
125
125
components : {
126
126
record : {
127
127
main : {
524
524
alternateId : [ 'project' ] ,
525
525
title : 'Project' ,
526
526
description : 'Document a project' ,
527
- version : '0.2.0 ' ,
527
+ version : '0.2.1 ' ,
528
528
components : {
529
529
record : {
530
530
main : {
773
773
title : 'Product' ,
774
774
description :
775
775
'Document a product, typically a data product generated by a project' ,
776
- version : '0.2.0 ' ,
776
+ version : '0.2.1 ' ,
777
777
components : {
778
778
record : {
779
779
main : {
1080
1080
var schema = {
1081
1081
$schema : 'http://json-schema.org/draft-07/schema#' ,
1082
1082
$id : 'profile-schema' ,
1083
- version : '0.2.0 ' ,
1083
+ version : '0.2.1 ' ,
1084
1084
type : 'object' ,
1085
1085
description : 'JSON schema for mdEditor profile definitions' ,
1086
1086
additionalProperties : false ,
1187
1187
1188
1188
var pkg = {
1189
1189
name : 'mdprofiles' ,
1190
- version : '0.2.0 ' ,
1190
+ version : '0.2.1 ' ,
1191
1191
description : 'Profiles for the mdEditor' ,
1192
1192
main : 'index.js' ,
1193
1193
module : 'dist/mdprofile.es.js' ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ var full = {
6
6
alternateId : [ 'full' ] ,
7
7
title : 'Full' ,
8
8
description : 'Every supported component' ,
9
- version : '0.2.0 ' ,
9
+ version : '0.2.1 ' ,
10
10
components : {
11
11
record : { } ,
12
12
contact : { } ,
@@ -113,7 +113,7 @@ var basic = {
113
113
alternateId : [ 'basic' ] ,
114
114
title : 'Basic' ,
115
115
description : 'A profile with the minimum recommended elements for discovery.' ,
116
- version : '0.2.0 ' ,
116
+ version : '0.2.1 ' ,
117
117
components : {
118
118
record : {
119
119
main : {
@@ -516,7 +516,7 @@ var project = {
516
516
alternateId : [ 'project' ] ,
517
517
title : 'Project' ,
518
518
description : 'Document a project' ,
519
- version : '0.2.0 ' ,
519
+ version : '0.2.1 ' ,
520
520
components : {
521
521
record : {
522
522
main : {
@@ -765,7 +765,7 @@ var product = {
765
765
title : 'Product' ,
766
766
description :
767
767
'Document a product, typically a data product generated by a project' ,
768
- version : '0.2.0 ' ,
768
+ version : '0.2.1 ' ,
769
769
components : {
770
770
record : {
771
771
main : {
@@ -1072,7 +1072,7 @@ var product = {
1072
1072
var schema = {
1073
1073
$schema : 'http://json-schema.org/draft-07/schema#' ,
1074
1074
$id : 'profile-schema' ,
1075
- version : '0.2.0 ' ,
1075
+ version : '0.2.1 ' ,
1076
1076
type : 'object' ,
1077
1077
description : 'JSON schema for mdEditor profile definitions' ,
1078
1078
additionalProperties : false ,
@@ -1179,7 +1179,7 @@ var schema = {
1179
1179
1180
1180
var pkg = {
1181
1181
name : 'mdprofiles' ,
1182
- version : '0.2.0 ' ,
1182
+ version : '0.2.1 ' ,
1183
1183
description : 'Profiles for the mdEditor' ,
1184
1184
main : 'index.js' ,
1185
1185
module : 'dist/mdprofile.es.js' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mdprofiles" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " Profiles for the mdEditor" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/mdprofile.es.js" ,
You can’t perform that action at this time.
0 commit comments