Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.6.1...v1.0.0) (2020-08-04)

### Features

* adds buildit white and dark color schemes ([2241c8b](2241c8b))
* **colors:** adds buildit 2.0 colors and splits output files ([ee73e0f](ee73e0f))
* **svg:** adds buildit stacked and b avatar SVGs ([8108b31](8108b31))

### BREAKING CHANGES

* **colors:** Names of color files have changed. Top-level SASS map names have changed too.
  • Loading branch information
semantic-release-bot committed Aug 4, 2020
1 parent c011968 commit 5cb1fb9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.0.0](https://github.com/buildit/gravity-particles/compare/v0.6.1...v1.0.0) (2020-08-04)


### Features

* adds buildit white and dark color schemes ([2241c8b](https://github.com/buildit/gravity-particles/commit/2241c8b32f732f2752015eb80f9508ceb9cb423c))
* **colors:** adds buildit 2.0 colors and splits output files ([ee73e0f](https://github.com/buildit/gravity-particles/commit/ee73e0ff636fc6753f021afeb2927fa3af713580))
* **svg:** adds buildit stacked and b avatar SVGs ([8108b31](https://github.com/buildit/gravity-particles/commit/8108b31abace3ebcb4a2f59dd110bfbb1761afce))


### BREAKING CHANGES

* **colors:** Names of color files have changed. Top-level SASS map names have changed too.

## [0.6.1](https://github.com/buildit/gravity-particles/compare/v0.6.0...v0.6.1) (2020-02-14)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildit/gravity-particles",
"version": "0.3.0",
"version": "1.0.0",
"description": "Design token data and common assets used by other Gravity libraries and tools.",
"main": "dist/js/index.js",
"types": "dist/js/index.d.ts",
Expand Down

0 comments on commit 5cb1fb9

Please sign in to comment.