Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0](v2.0.0...v2.1.0) (2020-12-28)

### Features

* add a11y.css debug utility ([fd39ab8](fd39ab8))
* turn debug.accessibility off by default ([bb5f974](bb5f974))

### Bug Fixes

* fix for active breakpoint in wrong TW layer ([a9d5394](a9d5394))
* fix wrapper__wide element ([c4380b3](c4380b3))
  • Loading branch information
hex-bot committed Dec 28, 2020
1 parent 2143eb0 commit 09a2291
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.1.0](https://github.com/hex-digital/captaincss/compare/v2.0.0...v2.1.0) (2020-12-28)


### Features

* add a11y.css debug utility ([fd39ab8](https://github.com/hex-digital/captaincss/commit/fd39ab8ef2a20d7b36802a696bf6f663ffb9f929))
* turn debug.accessibility off by default ([bb5f974](https://github.com/hex-digital/captaincss/commit/bb5f974c065d08e8da78432f6507fb3c95a4f00a))


### Bug Fixes

* fix for active breakpoint in wrong TW layer ([a9d5394](https://github.com/hex-digital/captaincss/commit/a9d53946f246f6bf3e1381db402ef967bdfc6c2f))
* fix wrapper__wide element ([c4380b3](https://github.com/hex-digital/captaincss/commit/c4380b3e12cd25a1eca1eacb7451ec895ab072cb))

## [2.0.0](https://github.com/hex-digital/captaincss/compare/v1.4.0...v2.0.0) (2020-12-23)


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": "@captaincss/captaincss",
"version": "2.0.0",
"version": "2.1.0",
"description": "An extensible, scalable set of CSS objects and utilities that harness Tailwind and ITCSS to provide structure to teams and large or long-lasting projects",
"license": "MIT",
"repository": "https://github.com/hex-digital/captaincss.git",
Expand Down

0 comments on commit 09a2291

Please sign in to comment.