Skip to content

Commit

Permalink
Release/1.3.0 (#26)
Browse files Browse the repository at this point in the history
* Oppdatert changelog

* Added script for commit after version

* v1.3.0

Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
TonyHopland and [email protected] authored Mar 5, 2021
1 parent 8629570 commit 69f13da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git-tag-version=false
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Unreleased
# 1.3.0
> Mar 5, 2021
* :nut_and_bolt: **New** Added styling to bootstrap checkbox
* :nut_and_bolt: **New** Added styling to bootstrap radio-button
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folkehelseinstituttet/style",
"version": "1.2.1",
"version": "1.3.0",
"description": "Css and sass styling used by Folkehelseinstituttet",
"files": [
"/css",
Expand All @@ -14,7 +14,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"compile-css": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/style.scss css/styles.css",
"minify-css": "cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output css/styles.min.css css/styles.css",
"prepack": "npm run compile-css && npm run minify-css"
"prepack": "npm run compile-css && npm run minify-css",
"postversion": "git add package.json package-lock.json && git commit -mv%npm_package_version%"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 69f13da

Please sign in to comment.