Compare commits

...

5 Commits

Author SHA1 Message Date
bf89e8e5ab v2.9.3 2019-02-21 11:56:29 +01:00
c8c63d170c Fix bug with embeds overflowing content width 2019-02-18 12:54:29 +07:00
40ae0e97f9 Upgrading Casper to 2.9.2 2019-02-12 16:17:57 +05:30
6541544026 Added "yarn ship" command
no issue

- @TODO: add the ability to draft a release when running `yarn ship`
2019-02-11 19:30:21 +01:00
d92b90db96 Updated .travis.yml to use Node v10
no issue

- see 99c3338ca9 (diff-354f30a63fb0907d4ad57269548329e3)
- see https://docs.ghost.org/faq/node-versions/
2019-02-11 16:42:11 +01:00
5 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
language: node_js
sudo: false
node_js:
- "8"
- "10"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1887,7 +1887,7 @@ Usage (In Ghost editor):
display: flex;
flex-direction: column;
align-items: center;
min-width: 100%;
width: 100%;
}
.kg-embed-card .fluid-width-video-wrapper {

View File

@ -2,7 +2,7 @@
"name": "casper",
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
"demo": "https://demo.ghost.io",
"version": "2.9.1",
"version": "2.9.3",
"engines": {
"ghost": ">=2.0.0",
"ghost-api": "v2"
@ -15,7 +15,9 @@
"scripts": {
"dev": "gulp",
"zip": "gulp zip",
"test": "gscan ."
"test": "gscan .",
"preship": "yarn test",
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
},
"author": {
"name": "Ghost Foundation",