Skip to content
This repository was archived by the owner on Apr 9, 2023. It is now read-only.

Commit 8125def

Browse files
author
GLaDOS
committed
release: create new version 0.4.0 [skip ci]
# [0.4.0](0.3.1...0.4.0) (2018-12-01) ### Code refactors * move user description highlights to github user organism ([#68](#68)) ([2575cec](2575cec)) * remove superseded github mentions ([#84](#84)) ([5e9e513](5e9e513)) * upgrade now to version 12.0.0 ([#74](#74)) ([3878702](3878702)) * upgrade react-scripts to version 2.1.0 ([#73](#73)) ([74e8974](74e8974)) * user molecule layout to allow other content ([#63](#63)) ([d1ad708](d1ad708)) ### Documentation changes * add notice about deployments with now v2 ([#83](#83)) ([167a5f3](167a5f3)) ### New features * implement mention link in user molecule ([#65](#65)) ([0a0cb92](0a0cb92)) * prototype github mentions support as a component ([#56](#56)) ([1788b32](1788b32)) * upgrade to now version 2 ([#79](#79)) ([f97f7ab](f97f7ab)) ### Pipeline changes * escape stylelint file glob ([#64](#64)) ([0cc473f](0cc473f)) * limit node versions because of unexpected fetch behaviour ([#82](#82)) ([eb50a5f](eb50a5f)) * test full build in travis to detect feature issues with cra ([#85](#85)) ([5592f94](5592f94)) * upgrade travis with auto-release and security checks ([#81](#81)) ([da79f78](da79f78)) ### Testing updates * add extra tests to atom components ([#67](#67)) ([41d746c](41d746c)) * add extra tests to github provider ([#66](#66)) ([14d6efa](14d6efa)) * add unit tests for github user organism ([#70](#70)) ([4023dc1](4023dc1)) * add unit tests for user molecule ([#69](#69)) ([84eb513](84eb513)) * clean up dirty tests and add app page component test ([#71](#71)) ([addb123](addb123))
1 parent 5592f94 commit 8125def

File tree

3 files changed

+52
-4
lines changed

3 files changed

+52
-4
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
# [0.4.0](https://github.com/bycedric/github-website/compare/0.3.1...0.4.0) (2018-12-01)
2+
3+
4+
### Code refactors
5+
6+
* move user description highlights to github user organism ([#68](https://github.com/bycedric/github-website/issues/68)) ([2575cec](https://github.com/bycedric/github-website/commit/2575cec))
7+
* remove superseded github mentions ([#84](https://github.com/bycedric/github-website/issues/84)) ([5e9e513](https://github.com/bycedric/github-website/commit/5e9e513))
8+
* upgrade now to version 12.0.0 ([#74](https://github.com/bycedric/github-website/issues/74)) ([3878702](https://github.com/bycedric/github-website/commit/3878702))
9+
* upgrade react-scripts to version 2.1.0 ([#73](https://github.com/bycedric/github-website/issues/73)) ([74e8974](https://github.com/bycedric/github-website/commit/74e8974))
10+
* user molecule layout to allow other content ([#63](https://github.com/bycedric/github-website/issues/63)) ([d1ad708](https://github.com/bycedric/github-website/commit/d1ad708))
11+
12+
13+
### Documentation changes
14+
15+
* add notice about deployments with now v2 ([#83](https://github.com/bycedric/github-website/issues/83)) ([167a5f3](https://github.com/bycedric/github-website/commit/167a5f3))
16+
17+
18+
### New features
19+
20+
* implement mention link in user molecule ([#65](https://github.com/bycedric/github-website/issues/65)) ([0a0cb92](https://github.com/bycedric/github-website/commit/0a0cb92))
21+
* prototype github mentions support as a component ([#56](https://github.com/bycedric/github-website/issues/56)) ([1788b32](https://github.com/bycedric/github-website/commit/1788b32))
22+
* upgrade to now version 2 ([#79](https://github.com/bycedric/github-website/issues/79)) ([f97f7ab](https://github.com/bycedric/github-website/commit/f97f7ab))
23+
24+
25+
### Pipeline changes
26+
27+
* escape stylelint file glob ([#64](https://github.com/bycedric/github-website/issues/64)) ([0cc473f](https://github.com/bycedric/github-website/commit/0cc473f))
28+
* limit node versions because of unexpected fetch behaviour ([#82](https://github.com/bycedric/github-website/issues/82)) ([eb50a5f](https://github.com/bycedric/github-website/commit/eb50a5f))
29+
* test full build in travis to detect feature issues with cra ([#85](https://github.com/bycedric/github-website/issues/85)) ([5592f94](https://github.com/bycedric/github-website/commit/5592f94))
30+
* upgrade travis with auto-release and security checks ([#81](https://github.com/bycedric/github-website/issues/81)) ([da79f78](https://github.com/bycedric/github-website/commit/da79f78))
31+
32+
33+
### Testing updates
34+
35+
* add extra tests to atom components ([#67](https://github.com/bycedric/github-website/issues/67)) ([41d746c](https://github.com/bycedric/github-website/commit/41d746c))
36+
* add extra tests to github provider ([#66](https://github.com/bycedric/github-website/issues/66)) ([14d6efa](https://github.com/bycedric/github-website/commit/14d6efa))
37+
* add unit tests for github user organism ([#70](https://github.com/bycedric/github-website/issues/70)) ([4023dc1](https://github.com/bycedric/github-website/commit/4023dc1))
38+
* add unit tests for user molecule ([#69](https://github.com/bycedric/github-website/issues/69)) ([84eb513](https://github.com/bycedric/github-website/commit/84eb513))
39+
* clean up dirty tests and add app page component test ([#71](https://github.com/bycedric/github-website/issues/71)) ([addb123](https://github.com/bycedric/github-website/commit/addb123))
40+
141
## [0.3.1](https://github.com/bycedric/github-website/compare/0.3.0...0.3.1) (2018-10-18)
242

343

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bycedric/github-website",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"license": "MIT",
55
"private": true,
66
"repository": {
@@ -58,8 +58,16 @@
5858
"@peakfijn/config-commitlint"
5959
],
6060
"rules": {
61-
"scope-empty": [0],
62-
"scope-enum": [2, "always", ["package"]]
61+
"scope-empty": [
62+
0
63+
],
64+
"scope-enum": [
65+
2,
66+
"always",
67+
[
68+
"package"
69+
]
70+
]
6371
}
6472
},
6573
"eslintConfig": {

0 commit comments

Comments
 (0)