diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d508195..935ec9c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,38 @@

Changelog for the official Nord website and documentation

- + + +# 0.20.0 + +![Release Date: 2019-08-06](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2019-08-06&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.20.0&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-docs/projects/22) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.20.0&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-docs/milestone/20) + +This version mainly focused on the [transition of the „Nord Sublime Text“ port project][gh-171]. The implementation includes port specific [“landing”][home-ports-sublime-text] and [docs][home-docs-ports-sublime-text] page, the [installation & activation guide][home-docs-ports-sublime-text-install] and [package development][home-docs-ports-sublime-text-develop] page. + +## Features + +**„Nord Sublime Text“ Transition** — #171 ⇄ #174 (⊶ 06251893) +↠ Transferred all documentations, assets and visualizations from „Nord Sublime Text“ to Nord Docs which will now serve as the single-source-of-truth™. +Please see the [corresponding issue in the _Nord Sublime Text_ repository][nord-sublime-text#21] to get an overview of what has changed for _Nord Sublime Text_ and what has been done to migrate to Nord Docs. + +

Landing Page

+

Preview: Nord Sublime Text Port Project Landing Page

+ +

Docs Page

+

Preview: Nord Sublime Text Docs Page

+ +

Installation & Activation Guide

+

Preview: Nord Sublime Text Installation & Activation Guide Page

+ +

Package Development

+

Preview: Nord Sublime Text Package Development Guide Page

+ +## Bug Fixes + +### Documentation + +**Typo on Vim Port Project Landing Page** — #172 (⊶ fd3f895b) by [@impulse][gh-user-impulse] +↠ Removed an orphan `gr` token before link to the `vim-go` package in the [plugin support section][port-vim#plugin-support] of the [Vim port project landing page][port-vim]. # 0.19.0 @@ -1711,6 +1742,8 @@ Note that packages marked with an double exclamation mark `‼` have been affect [ossg-contrib]: https://opensource.guide/how-to-contribute [ossg]: https://opensource.guide [polished]: https://polished.js.org +[port-vim]: https://www.nordtheme.com/ports/vim +[port-vim#plugin-support]: https://www.nordtheme.com/ports/vim#plugin-support [prettier]: https://prettier.io [react-docs-context]: https://reactjs.org/docs/context.html [react-docs-hooks-ch]: https://reactjs.org/docs/hooks-custom.html @@ -1923,3 +1956,13 @@ Note that packages marked with an double exclamation mark `‼` have been affect [home-ports-atom-ui]: https://www.nordtheme.com/ports/atom-ui [nord-atom-syntax#63]: https://github.com/arcticicestudio/nord-atom-syntax/issues/63 [nord-atom-ui#82]: https://github.com/arcticicestudio/nord-atom-ui/issues/82 + + + +[gh-171]: https://github.com/arcticicestudio/nord-docs/issues/171 +[gh-user-impulse]: https://github.com/impulse +[home-docs-ports-sublime-text-develop]: https://www.nordtheme.com/docs/ports/dircolors/development +[home-docs-ports-sublime-text-install]: https://www.nordtheme.com/docs/ports/dircolors/installation +[home-docs-ports-sublime-text]: https://www.nordtheme.com/docs/ports/dircolors +[home-ports-sublime-text]: https://www.nordtheme.com/ports/dircolors +[nord-sublime-text#21]: https://github.com/arcticicestudio/nord-sublime-text/issues/21 diff --git a/package-lock.json b/package-lock.json index 23f7414a..a4bb77f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nord-docs", - "version": "0.19.0", + "version": "0.20.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 519dd0c1..df621d85 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nord-docs", "title": "Nord Docs", - "version": "0.19.0", + "version": "0.20.0", "description": "The official Nord website and documentation", "author": { "name": "Arctic Ice Studio", diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 7a073364..3a660044 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -26,7 +26,7 @@ import { * * @author Arctic Ice Studio * @author Sven Greb - * @version 0.19.0 + * @version 0.20.0 * @since 0.1.0 */ const Landing = ({ location: { pathname } }) => (