epfl-theme-elements
Advanced tools
Comparing version 1.0.0 to 1.0.1
EPFL Theme Elements | ||
=================== | ||
### v1.0.1 / 2018-12-11 | ||
- Update to Elements [1.3.6](https://github.com/epfl-idevelop/elements/releases/tag/1.3.6) | ||
- Add LinkedIn icon in footer | ||
- Fix href of logo in header | ||
- Improve contributing guide | ||
### v1.0.0 / 2018-12-04 | ||
@@ -5,0 +12,0 @@ |
@@ -38,6 +38,8 @@ Contributing | ||
1. Update the file [CHANGELOG.md](CHANGELOG.md) | ||
2. Update the version in the file [package.json](package.json) | ||
1. Update [CHANGELOG.md](CHANGELOG.md) | ||
2. Update the version in [package.json](package.json) | ||
3. Build and commit the `dist` folder | ||
4. Publish with ``npm publish`` | ||
4. Deploy and tagging (check below) | ||
5. Create the release package in GitHub | ||
6. Publish with ``npm publish`` | ||
@@ -62,2 +64,8 @@ Deploy | ||
Tagging | ||
------- | ||
```bash | ||
git tag -a v<version> -m "EPFL Theme Elements - <version>" | ||
git push --tags | ||
``` | ||
@@ -64,0 +72,0 @@ License |
{ | ||
"name": "epfl-theme-elements", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "EPFL Web 2018 Styleguide based on elements", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
802680