diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..e556e49 --- /dev/null +++ b/CHANGELOG @@ -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 diff --git a/bower.json b/bower.json index fc59fa6..19c2ff8 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/package.json b/package.json index 73bbae1..d09ffee 100644 --- a/package.json +++ b/package.json @@ -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": {