Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #112 from mobify/bump-version-0.2.0
Browse files Browse the repository at this point in the history
Add CHANGELOG and bump version to 0.2.0
  • Loading branch information
kpeatt committed Jan 15, 2015
2 parents 59e334c + bb4f195 commit 4216cdd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
0.1.0
- We should start managing versions for Stencil. This is a start.
- Added Alert component

0.2.0
- An initial "template" that new stencil components can start off with
- Tests for all existing components
- The following components:
* Breadcrumb
* Icon
* Select
* Test (technically not a stencil, it's for scaffolding)
- Added Readme files for all stencils, utilities and to the project root
- Cleaned up most (although not all) SCSS style inconsistencies
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stencil",
"version": "0.1.0",
"version": "0.2.0",
"description": "A set of common, reusable style patterns for Mobify’s client services team",
"authors": [
"Mobify",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stencil",
"version": "0.1.0",
"version": "0.2.0",
"description": "A set of common, reusable style patterns for Mobify’s client services team",
"main": "",
"scripts": {
Expand Down

0 comments on commit 4216cdd

Please sign in to comment.