Skip to content

Commit

Permalink
Prepped v0.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Nash committed Jan 16, 2018
1 parent 730098e commit 3682c70
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [1.0.0] - 2018-01-16
### Added
- Initial SASS scaffolding
- Initial README, CHANGELOG, etc. docs
- Stylelint rules
- Gulp setup for running SASS compilation and Pattern Lab
- [Stylelint](https://stylelint.io/) rules
- Gulp setup for running SASS compilation and [Pattern Lab](http://patternlab.io/)
- Initial set of UI patterns for Pattern Lab

- Initial [Gravy](https://github.com/buildit/gravy) integration
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// This will eventually export file paths to SASS and CSS files that consumers
// may wish to reference.
module.export = {};
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.1.0",
"description": "A SASS UI library from the Buildit's Gravity design system",
"main": "index.js",
"files": [
"index.js",
"dist/css/gravity.css",
"src/ui-lib/"
],
"scripts": {
"styleguide": "gulp patternlab:build",
"start": "gulp patternlab:serve",
Expand Down

0 comments on commit 3682c70

Please sign in to comment.