Skip to content

Commit f7352ba

Browse files
committed
Release 0.2.1
1 parent 7863eaa commit f7352ba

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

dist/mdprofile.es.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var full = {
44
alternateId: ['full'],
55
title: 'Full',
66
description: 'Every supported component',
7-
version: '0.2.0',
7+
version: '0.2.1',
88
components: {
99
record: {},
1010
contact: {},
@@ -111,7 +111,7 @@ var basic = {
111111
alternateId: ['basic'],
112112
title: 'Basic',
113113
description: 'A profile with the minimum recommended elements for discovery.',
114-
version: '0.2.0',
114+
version: '0.2.1',
115115
components: {
116116
record: {
117117
main: {
@@ -514,7 +514,7 @@ var project = {
514514
alternateId: ['project'],
515515
title: 'Project',
516516
description: 'Document a project',
517-
version: '0.2.0',
517+
version: '0.2.1',
518518
components: {
519519
record: {
520520
main: {
@@ -763,7 +763,7 @@ var product = {
763763
title: 'Product',
764764
description:
765765
'Document a product, typically a data product generated by a project',
766-
version: '0.2.0',
766+
version: '0.2.1',
767767
components: {
768768
record: {
769769
main: {
@@ -1070,7 +1070,7 @@ var product = {
10701070
var schema = {
10711071
$schema: 'http://json-schema.org/draft-07/schema#',
10721072
$id: 'profile-schema',
1073-
version: '0.2.0',
1073+
version: '0.2.1',
10741074
type: 'object',
10751075
description: 'JSON schema for mdEditor profile definitions',
10761076
additionalProperties: false,
@@ -1177,7 +1177,7 @@ var schema = {
11771177

11781178
var pkg = {
11791179
name: 'mdprofiles',
1180-
version: '0.2.0',
1180+
version: '0.2.1',
11811181
description: 'Profiles for the mdEditor',
11821182
main: 'index.js',
11831183
module: 'dist/mdprofile.es.js',

dist/mdprofile.umd.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
alternateId: ['full'],
1414
title: 'Full',
1515
description: 'Every supported component',
16-
version: '0.2.0',
16+
version: '0.2.1',
1717
components: {
1818
record: {},
1919
contact: {},
@@ -121,7 +121,7 @@
121121
title: 'Basic',
122122
description:
123123
'A profile with the minimum recommended elements for discovery.',
124-
version: '0.2.0',
124+
version: '0.2.1',
125125
components: {
126126
record: {
127127
main: {
@@ -524,7 +524,7 @@
524524
alternateId: ['project'],
525525
title: 'Project',
526526
description: 'Document a project',
527-
version: '0.2.0',
527+
version: '0.2.1',
528528
components: {
529529
record: {
530530
main: {
@@ -773,7 +773,7 @@
773773
title: 'Product',
774774
description:
775775
'Document a product, typically a data product generated by a project',
776-
version: '0.2.0',
776+
version: '0.2.1',
777777
components: {
778778
record: {
779779
main: {
@@ -1080,7 +1080,7 @@
10801080
var schema = {
10811081
$schema: 'http://json-schema.org/draft-07/schema#',
10821082
$id: 'profile-schema',
1083-
version: '0.2.0',
1083+
version: '0.2.1',
10841084
type: 'object',
10851085
description: 'JSON schema for mdEditor profile definitions',
10861086
additionalProperties: false,
@@ -1187,7 +1187,7 @@
11871187

11881188
var pkg = {
11891189
name: 'mdprofiles',
1190-
version: '0.2.0',
1190+
version: '0.2.1',
11911191
description: 'Profiles for the mdEditor',
11921192
main: 'index.js',
11931193
module: 'dist/mdprofile.es.js',

index.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var full = {
66
alternateId: ['full'],
77
title: 'Full',
88
description: 'Every supported component',
9-
version: '0.2.0',
9+
version: '0.2.1',
1010
components: {
1111
record: {},
1212
contact: {},
@@ -113,7 +113,7 @@ var basic = {
113113
alternateId: ['basic'],
114114
title: 'Basic',
115115
description: 'A profile with the minimum recommended elements for discovery.',
116-
version: '0.2.0',
116+
version: '0.2.1',
117117
components: {
118118
record: {
119119
main: {
@@ -516,7 +516,7 @@ var project = {
516516
alternateId: ['project'],
517517
title: 'Project',
518518
description: 'Document a project',
519-
version: '0.2.0',
519+
version: '0.2.1',
520520
components: {
521521
record: {
522522
main: {
@@ -765,7 +765,7 @@ var product = {
765765
title: 'Product',
766766
description:
767767
'Document a product, typically a data product generated by a project',
768-
version: '0.2.0',
768+
version: '0.2.1',
769769
components: {
770770
record: {
771771
main: {
@@ -1072,7 +1072,7 @@ var product = {
10721072
var schema = {
10731073
$schema: 'http://json-schema.org/draft-07/schema#',
10741074
$id: 'profile-schema',
1075-
version: '0.2.0',
1075+
version: '0.2.1',
10761076
type: 'object',
10771077
description: 'JSON schema for mdEditor profile definitions',
10781078
additionalProperties: false,
@@ -1179,7 +1179,7 @@ var schema = {
11791179

11801180
var pkg = {
11811181
name: 'mdprofiles',
1182-
version: '0.2.0',
1182+
version: '0.2.1',
11831183
description: 'Profiles for the mdEditor',
11841184
main: 'index.js',
11851185
module: 'dist/mdprofile.es.js',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdprofiles",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Profiles for the mdEditor",
55
"main": "index.js",
66
"module": "dist/mdprofile.es.js",

0 commit comments

Comments
 (0)