Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Nov 22, 2016
1 parent 9629cb7 commit 82749d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# HEAD

# 0.19.1 - 2016-11-21

- 🐛 Fixed: static build does not write phenomic assets as if they were handled by react-helmet.
This fix the issue where phenomic CSS are removed from the page when
client script take the relay.
(@MoOx)

# 0.19.0 - 2016-11-21

**This release contains only a minor breaking change (less strict CSS linting)**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phenomic",
"version": "0.19.0",
"version": "0.19.1",
"description": "Modern website generator based on the React and Webpack ecosystem.",
"keywords": [
"react",
Expand Down Expand Up @@ -174,7 +174,7 @@
"predocs-deploy": "cd docs && npm run showcase-screenshots",
"docs-deploy": "cd docs && npm run build && cd .. && npm run themes:prepare",
"postdocs-deploy": "cd docs && ./scripts/deploy.sh",
"themes:prepare": "cp-cli test-setup/dist docs/dist/themes/base/demo",
"themes:prepare": "cp-cli theme/phenomic-theme-base/dist docs/dist/themes/base/demo",
"pretest": "npm run transpile && npm run lint",
"test": "npm run tests && npm run phenomic-theme-base && npm run phenomic-theme-base-linting && npm run test-setup && npm run e2e:tests",
"posttest": "npm run test-docs",
Expand Down

0 comments on commit 82749d4

Please sign in to comment.