@quintype/migration-helpers
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -18,2 +18,4 @@ /// <reference types="node" /> | ||
readonly 'story-template': string; | ||
/** Optional Subheadline */ | ||
readonly subheadline?: string; | ||
} | ||
@@ -79,3 +81,4 @@ interface StoryHeroImageFields { | ||
readonly email?: string; | ||
readonly username?: string; | ||
readonly username: string; | ||
readonly bio?: string; | ||
readonly 'avatar-url'?: string; | ||
@@ -82,0 +85,0 @@ } |
@@ -18,2 +18,4 @@ /// <reference types="node" /> | ||
readonly 'story-template': string; | ||
/** Optional Subheadline */ | ||
readonly subheadline?: string; | ||
} | ||
@@ -79,3 +81,4 @@ interface StoryHeroImageFields { | ||
readonly email?: string; | ||
readonly username?: string; | ||
readonly username: string; | ||
readonly bio?: string; | ||
readonly 'avatar-url'?: string; | ||
@@ -82,0 +85,0 @@ } |
@@ -5,2 +5,13 @@ # Change Log | ||
<a name="1.10.0"></a> | ||
# [1.10.0](https://github.com/gja/@quintype/migration-helpers/compare/v1.9.0...v1.10.0) (2019-06-12) | ||
### Features | ||
* Making username mandatory for authors ([6608dad](https://github.com/gja/@quintype/migration-helpers/commit/6608dad)) | ||
* Subheadline in the story ([15e0fc7](https://github.com/gja/@quintype/migration-helpers/commit/15e0fc7)) | ||
<a name="1.9.0"></a> | ||
@@ -7,0 +18,0 @@ # [1.9.0](https://github.com/gja/@quintype/migration-helpers/compare/v1.8.0...v1.9.0) (2019-06-05) |
{ | ||
"name": "@quintype/migration-helpers", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Helper Functions for Migrations", | ||
@@ -5,0 +5,0 @@ "main": "build/main/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82016
1232