Skip to content

Commit eb962a1

Browse files
Prepare release version 0.5.0
1 parent f822e3d commit eb962a1

File tree

5 files changed

+68
-2
lines changed

5 files changed

+68
-2
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,46 @@
44

55
---
66

7+
# 0.5.0
8+
9+
![Release Date: 2018-01-07](https://img.shields.io/badge/Release_Date-2018--01--07-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.5.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-hyper/projects/7) [![Milestone](https://img.shields.io/badge/Milestone-0.5.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-hyper/milestone/6)
10+
11+
> Detailed information about features and the project can be found in the [project documentation][gh-docs].
12+
13+
## Improvements
14+
15+
### Documentation
16+
17+
❯ The new [project documentation][gh-docs] contains chapters to learn about the [installation][gh-docs-getting-started-installation] and development [requirements][gh-docs-getting-started-requirements], [learn how to build][gh-docs-dev-building] the project and [run the tests][gh-docs-dev-testing]. (#25 in PR #26, 4b0771b7)
18+
19+
❯ Next to the project documentation the new [GitHub Open Source community standards][github-blog-cm-tools] have been added to complete the project's [community profile][gh-cm-profile] and adapt to the [Open Source Guides][github-opensource-guide] consisting of the [Contributing Guidelines][github-help-coc] and the [Code of Conduct][github-blog-contrib-guidelines]. (#18 in PR #24, 775161e1)
20+
21+
❯ Added GitHub's new [code owners][github-blog-code-owners] feature to improve the code review process. (#16 in PR #22, a6217905)
22+
23+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/34651429-7f4ace32-f3d0-11e7-8809-4b8cb9d69b18.png"/></p>
24+
25+
❯ Added GitHub's new [issue and pull request templates][github-blog-issue-pr-templates] to provide support for contributors to [create issues][issue-template] and [submitting pull requests][pr-template]. (#17 in PR #23, 251450ec)
26+
27+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/34651473-e23290f2-f3d0-11e7-93bd-8244795e4117.png"/></p>
28+
29+
## Bug Fixes
30+
31+
❯ Removed the cursor blink (´cursorBlink) theme configuration implemented in #7 which caused the display to break when Hyper gets fully reloaded. Users can switch to the [builtin configuration feature][hyper-docs-config] provided by Hyper introduced in version [1.3.0][hyper-gh-release-1.3.0]. (#10 in PR #12, @Erazihel, fc161d13)
32+
33+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/31133016-954868ce-a85e-11e7-8b04-a6427a335be8.png"/></p>
34+
35+
## Tasks
36+
37+
### Documentation
38+
39+
❯ Adapted the migration to the [MIT license][gh-license.md] based on the main task arcticicestudio/nord#/55. (#13 in PR #14, a7a0468d)
40+
41+
### Build Tools
42+
43+
❯ Updated the build configuration for [Circle CI][ci-circleci] to the new [API version 2.0][circle-ci-docs-api-2.0]. Both Circle CI and [Travis CI][ci-travisci] are changed to use [npm][npm] instead of [yarn][yarn]. (#20 in PR #21, 50a1c8ec)
44+
45+
❯ Replaced [gulp.js][gulp.js] with npm scripts. *gulp.js* is meant to be used as streaming build tool for larger projects with many tasks to combine them to a simple workflow while Nord Hyper is a small project with only one build / development task where *gulp.js* is more overhead / too heavy weight. (#27 in PR #28, f822e3d6)
46+
747
# 0.4.0
848

949
![Release Date: 2017-03-14](https://img.shields.io/badge/Release_Date-2017--03--14-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.4.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-hyper/projects/6) [![Milestone](https://img.shields.io/badge/Milestone-0.4.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-hyper/milestone/5)
@@ -96,10 +136,34 @@ Detailed information about features and install instructions can be found in the
96136

97137
[ci-circleci]: https://circleci.com/gh/arcticicestudio/nord-hyper
98138
[ci-travisci]: https://travis-ci.org/arcticicestudio/nord-hyper
139+
[circle-ci-docs-api-2.0]: https://circleci.com/docs/2.0
140+
[gh-cm-profile]: https://github.com/arcticicestudio/nord-hyper/community
141+
[gh-docs]: https://arcticicestudio.github.io/nord-hyper
142+
[gh-docs-dev-building]: https://arcticicestudio.github.io/nord-hyper/development/building.html
143+
[gh-docs-dev-testing]: https://arcticicestudio.github.io/nord-hyper/development/testing.html
144+
[gh-docs-get-started]: https://arcticicestudio.github.io/nord-hyper/getting-started
145+
[gh-docs-getting-started-installation]: https://arcticicestudio.github.io/nord-hyper/getting-started/installation.html
146+
[gh-docs-getting-started-requirements]: https://arcticicestudio.github.io/nord-hyper/getting-started/requirements.html
99147
[gh-readme-config-cursor-blinking]: https://github.com/arcticicestudio/nord-hyper#cursor-blinking
100148
[gh-readme-features]: https://github.com/arcticicestudio/nord-hyper/blob/develop/README.md#features
101149
[gh-readme-installation]: https://github.com/arcticicestudio/nord-hyper/blob/develop/README.md#installation
102150
[gh-index.js]: https://github.com/arcticicestudio/nord-hyper/blob/develop/index.js
151+
[gh-license.md]: https://github.com/arcticicestudio/nord-hyper/blob/develop/LICENSE.md
152+
[gh-styleguide-git]: https://github.com/arcticicestudio/styleguide-git
153+
[gh-styleguide-js]: https://github.com/arcticicestudio/styleguide-javascript
103154
[gh-wiki]: https://github.com/arcticicestudio/nord-hyper/wiki
155+
[github-blog-code-owners]: https://github.com/blog/2392-introducing-code-owners
156+
[github-blog-cm-tools]: https://github.com/blog/2380-new-community-tools
157+
[github-blog-contrib-guidelines]: https://github.com/blog/1184-contributing-guidelines
158+
[github-blog-issue-pr-templates]: https://github.com/blog/2111-issue-and-pull-request-templates
159+
[github-help-coc]: https://help.github.com/articles/adding-a-code-of-conduct-to-your-project
160+
[gulp.js]: https://gulpjs.com
161+
[hyper-docs-config]: https://hyper.is/#cfg
162+
[github-opensource-guide]: https://opensource.guide
163+
[github-opensource-guide-coc]: https://opensource.guide/code-of-conduct
164+
[github-opensource-guide-contrib]: https://opensource.guide/how-to-contribute
165+
[hyper-gh-release-1.3.0]: https://github.com/zeit/hyper/releases/tag/1.3.0
104166
[nodejs]: https://nodejs.org
167+
[npm]: https://www.npmjs.com
105168
[npm-hyper-statusline]: https://www.npmjs.com/package/hyper-statusline
169+
[yarn]: https://yarnpkg.com

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center"><img src="https://cdn.travis-ci.org/images/favicon-c566132d45ab1a9bcae64d8d90e4378a.svg" width=24 height=24/> <a href="https://travis-ci.org/arcticicestudio/nord-hyper"><img src="https://img.shields.io/travis/arcticicestudio/nord-hyper/develop.svg?style=flat-square"/></a> <img src="https://circleci.com/favicon.ico" width=24 height=24/> <a href="https://circleci.com/gh/arcticicestudio/nord-hyper"><img src="https://img.shields.io/circleci/project/github/arcticicestudio/nord-hyper/develop.svg?style=flat-square"/></a> <img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-hyper/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-hyper.svg?style=flat-square"/></a> <a href="https://github.com/arcticicestudio/nord/releases/tag/v0.2.0"><img src="https://img.shields.io/badge/Nord-v0.2.0-88C0D0.svg?style=flat-square"/></a> <img src="https://www.npmjs.com/static/images/touch-icons/favicon-32x32.png" width=24 height=24/> <a href="https://www.npmjs.com/package/nord-hyper"><img src="https://img.shields.io/npm/v/nord-hyper.svg?style=flat-square"/></a> <a href="https://www.npmjs.com/package/nord-hyper"><img src="https://img.shields.io/npm/dt/nord-hyper.svg?style=flat-square"/></a> <a href="https://www.npmjs.com/package/nord-hyper"><img src="https://img.shields.io/npm/dm/nord-hyper.svg?style=flat-square"/></a></p>
44

5-
<p align="center"><a href="https://arcticicestudio.github.io/nord-hyper"><img src="https://img.shields.io/badge/docs-0.4.0-81A1C1.svg?style=flat-square"/></a> <a href="https://github.com/arcticicestudio/nord-hyper/blob/v0.4.0/CHANGELOG.md"><img src="https://img.shields.io/badge/Changelog-0.4.0-81A1C1.svg?style=flat-square"/></a></p>
5+
<p align="center"><a href="https://arcticicestudio.github.io/nord-hyper"><img src="https://img.shields.io/badge/docs-0.5.0-81A1C1.svg?style=flat-square"/></a> <a href="https://github.com/arcticicestudio/nord-hyper/blob/v0.5.0/CHANGELOG.md"><img src="https://img.shields.io/badge/Changelog-0.5.0-81A1C1.svg?style=flat-square"/></a></p>
66

77
---
88

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- [Versioning](development/contributing.md#versioning)
3131
- [Credits](development/contributing.md#credits)
3232
- [Changelog](development/changelog.md)
33+
- [0.5.0](development/changelog.md#050)
3334
- [0.4.0](development/changelog.md#040)
3435
- [0.3.0](development/changelog.md#030)
3536
- [0.2.0](development/changelog.md#020)

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
44
*
55
* Project: Nord Hyper
6+
* Version: 0.5.0
67
* Repository: https://github.com/arcticicestudio/nord-hyper
78
* License: MIT
89
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nord-hyper",
33
"title": "Nord Hyper",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"description": "An arctic, north-bluish clean and elegant Hyper theme plugin",
66
"author": {
77
"name": "Arctic Ice Studio",

0 commit comments

Comments
 (0)