Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblcc committed Oct 9, 2019
1 parent 7863eaa commit f7352ba
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions dist/mdprofile.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var full = {
alternateId: ['full'],
title: 'Full',
description: 'Every supported component',
version: '0.2.0',
version: '0.2.1',
components: {
record: {},
contact: {},
Expand Down Expand Up @@ -111,7 +111,7 @@ var basic = {
alternateId: ['basic'],
title: 'Basic',
description: 'A profile with the minimum recommended elements for discovery.',
version: '0.2.0',
version: '0.2.1',
components: {
record: {
main: {
Expand Down Expand Up @@ -514,7 +514,7 @@ var project = {
alternateId: ['project'],
title: 'Project',
description: 'Document a project',
version: '0.2.0',
version: '0.2.1',
components: {
record: {
main: {
Expand Down Expand Up @@ -763,7 +763,7 @@ var product = {
title: 'Product',
description:
'Document a product, typically a data product generated by a project',
version: '0.2.0',
version: '0.2.1',
components: {
record: {
main: {
Expand Down Expand Up @@ -1070,7 +1070,7 @@ var product = {
var schema = {
$schema: 'http://json-schema.org/draft-07/schema#',
$id: 'profile-schema',
version: '0.2.0',
version: '0.2.1',
type: 'object',
description: 'JSON schema for mdEditor profile definitions',
additionalProperties: false,
Expand Down Expand Up @@ -1177,7 +1177,7 @@ var schema = {

var pkg = {
name: 'mdprofiles',
version: '0.2.0',
version: '0.2.1',
description: 'Profiles for the mdEditor',
main: 'index.js',
module: 'dist/mdprofile.es.js',
Expand Down
12 changes: 6 additions & 6 deletions dist/mdprofile.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
alternateId: ['full'],
title: 'Full',
description: 'Every supported component',
version: '0.2.0',
version: '0.2.1',
components: {
record: {},
contact: {},
Expand Down Expand Up @@ -121,7 +121,7 @@
title: 'Basic',
description:
'A profile with the minimum recommended elements for discovery.',
version: '0.2.0',
version: '0.2.1',
components: {
record: {
main: {
Expand Down Expand Up @@ -524,7 +524,7 @@
alternateId: ['project'],
title: 'Project',
description: 'Document a project',
version: '0.2.0',
version: '0.2.1',
components: {
record: {
main: {
Expand Down Expand Up @@ -773,7 +773,7 @@
title: 'Product',
description:
'Document a product, typically a data product generated by a project',
version: '0.2.0',
version: '0.2.1',
components: {
record: {
main: {
Expand Down Expand Up @@ -1080,7 +1080,7 @@
var schema = {
$schema: 'http://json-schema.org/draft-07/schema#',
$id: 'profile-schema',
version: '0.2.0',
version: '0.2.1',
type: 'object',
description: 'JSON schema for mdEditor profile definitions',
additionalProperties: false,
Expand Down Expand Up @@ -1187,7 +1187,7 @@

var pkg = {
name: 'mdprofiles',
version: '0.2.0',
version: '0.2.1',
description: 'Profiles for the mdEditor',
main: 'index.js',
module: 'dist/mdprofile.es.js',
Expand Down
12 changes: 6 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var full = {
alternateId: ['full'],
title: 'Full',
description: 'Every supported component',
version: '0.2.0',
version: '0.2.1',
components: {
record: {},
contact: {},
Expand Down Expand Up @@ -113,7 +113,7 @@ var basic = {
alternateId: ['basic'],
title: 'Basic',
description: 'A profile with the minimum recommended elements for discovery.',
version: '0.2.0',
version: '0.2.1',
components: {
record: {
main: {
Expand Down Expand Up @@ -516,7 +516,7 @@ var project = {
alternateId: ['project'],
title: 'Project',
description: 'Document a project',
version: '0.2.0',
version: '0.2.1',
components: {
record: {
main: {
Expand Down Expand Up @@ -765,7 +765,7 @@ var product = {
title: 'Product',
description:
'Document a product, typically a data product generated by a project',
version: '0.2.0',
version: '0.2.1',
components: {
record: {
main: {
Expand Down Expand Up @@ -1072,7 +1072,7 @@ var product = {
var schema = {
$schema: 'http://json-schema.org/draft-07/schema#',
$id: 'profile-schema',
version: '0.2.0',
version: '0.2.1',
type: 'object',
description: 'JSON schema for mdEditor profile definitions',
additionalProperties: false,
Expand Down Expand Up @@ -1179,7 +1179,7 @@ var schema = {

var pkg = {
name: 'mdprofiles',
version: '0.2.0',
version: '0.2.1',
description: 'Profiles for the mdEditor',
main: 'index.js',
module: 'dist/mdprofile.es.js',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdprofiles",
"version": "0.2.0",
"version": "0.2.1",
"description": "Profiles for the mdEditor",
"main": "index.js",
"module": "dist/mdprofile.es.js",
Expand Down

0 comments on commit f7352ba

Please sign in to comment.