Skip to content

Commit

Permalink
build(build): v0.6.0 build
Browse files Browse the repository at this point in the history
Reverted to semver
  • Loading branch information
no-chris committed Apr 28, 2019
1 parent c37b736 commit 171d6ac
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.9.0
12.0.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v6 (28/04/2019)
## v0.6.0 (28/04/2019)

#### New features:

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Mono:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/vendors~main.5193b2580c35e5309aae.css" rel="stylesheet"><link href="css/main.5193b2580c35e5309aae.css" rel="stylesheet"></head>
<link href="css/vendors~main.dbae970e9fc0ba07e9ca.css" rel="stylesheet"><link href="css/main.dbae970e9fc0ba07e9ca.css" rel="stylesheet"></head>
<body>
<div id="app" class="theme-dark"></div>
<script type="text/javascript" src="vendors~main.5193b2580c35e5309aae.js"></script><script type="text/javascript" src="main.5193b2580c35e5309aae.js"></script></body>
<script type="text/javascript" src="vendors~main.dbae970e9fc0ba07e9ca.js"></script><script type="text/javascript" src="main.dbae970e9fc0ba07e9ca.js"></script></body>
</html>
2 changes: 0 additions & 2 deletions docs/main.5193b2580c35e5309aae.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/main.5193b2580c35e5309aae.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions docs/main.dbae970e9fc0ba07e9ca.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main.dbae970e9fc0ba07e9ca.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@touffi/chords-charts-studio",
"version": "6",
"version": "0.6.0",
"description": "Chords Charts Studio",
"private": false,
"private": true,
"author": "Christophe Noël",
"license": "",
"engines": {
"node": ">=11.0"
"node": ">=12.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/ui/layout/app/_components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React from 'react';
function Footer() {
return (
<div className={'appFooter'}>
Chords Charts Studio v6 - ChordMark v0.2.0
Chords Charts Studio v0.6.0 - ChordMark v0.2.0
</div>
);
}
Expand Down

0 comments on commit 171d6ac

Please sign in to comment.