Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Apr 22, 2021
1 parent a310237 commit 244d105
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0-alpha.0](https://github.com/talis/bootstrap-theme/compare/v0.0.1...v1.0.0-alpha.0) (2021-04-22)


### Bug Fixes

* add `page-header` ([11ae9fe](https://github.com/talis/bootstrap-theme/commit/11ae9fe709bd0759971361aee1bac1e8f6906ac4))
* update navbar and dropdowns ([b3e67e9](https://github.com/talis/bootstrap-theme/commit/b3e67e914dd2a7e1b41a1c40a3f486d041771e64))
* update radio selector ([53b7108](https://github.com/talis/bootstrap-theme/commit/53b7108fab467b73c3d33bdebc54666765c498e7))

### 0.0.1 (2021-04-22)


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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talis/bootstrap-theme",
"version": "0.0.1",
"version": "1.0.0-alpha.0",
"private": true,
"description": "A theme to make Bootstrap look like Talis",
"author": "[email protected]",
Expand All @@ -9,7 +9,7 @@
"url": "git+https://github.com/talis/bootstrap-theme.git"
},
"publishConfig": {
"registry":"https://npm.pkg.github.com"
"registry": "https://npm.pkg.github.com"
},
"bugs": {
"url": "https://github.com/talis/bootstrap-theme/issues"
Expand All @@ -24,7 +24,7 @@
"css": "npm-run-all css-compile css-prefix",
"server": "serve docs --listen 3000",
"start": "npm-run-all --parallel watch server",
"release": "npm run standard-version",
"release": "standard-version",
"watch": "nodemon -e html,scss -x \"npm run css\"",
"test": "npm run css-lint && npm run css"
},
Expand Down

0 comments on commit 244d105

Please sign in to comment.