Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon360 committed Aug 25, 2018
1 parent 9b5ce59 commit 1368b91
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.1.0"></a>
# [0.1.0](https://github.com/simon360/class-references/compare/v0.0.4...v0.1.0) (2018-08-25)


### Bug Fixes

* **react-class-references:** use updated class-references API ([0b87e1e](https://github.com/simon360/class-references/commit/0b87e1e))


### Features

* **class-references:** rename functions for clarity ([674fb87](https://github.com/simon360/class-references/commit/674fb87))





<a name="0.0.4"></a>
## [0.0.4](https://github.com/simon360/class-references/compare/v0.0.3...v0.0.4) (2018-08-25)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"packages": [
"packages/*"
],
"version": "0.0.4"
"version": "0.1.0"
}
12 changes: 12 additions & 0 deletions packages/class-references/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.1.0"></a>
# [0.1.0](https://github.com/simon360/class-references/compare/v0.0.4...v0.1.0) (2018-08-25)


### Features

* **class-references:** rename functions for clarity ([674fb87](https://github.com/simon360/class-references/commit/674fb87))





<a name="0.0.4"></a>
## [0.0.4](https://github.com/simon360/class-references/compare/v0.0.3...v0.0.4) (2018-08-25)

Expand Down
2 changes: 1 addition & 1 deletion packages/class-references/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "class-references",
"version": "0.0.4",
"version": "0.1.0",
"description": "Add or remove a class using reference counting",
"main": "lib/index.js",
"author": "Simon Andrews <me@simonandrews.ca>",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-class-references/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.1.0"></a>
# [0.1.0](https://github.com/simon360/class-references/compare/v0.0.4...v0.1.0) (2018-08-25)


### Bug Fixes

* **react-class-references:** use updated class-references API ([0b87e1e](https://github.com/simon360/class-references/commit/0b87e1e))





<a name="0.0.4"></a>
## [0.0.4](https://github.com/simon360/class-references/compare/v0.0.3...v0.0.4) (2018-08-25)

Expand Down
4 changes: 2 additions & 2 deletions packages/react-class-references/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-class-references",
"version": "0.0.4",
"version": "0.1.0",
"description": "Add or remove a class on a non-React element, using reference counting",
"main": "lib/index.js",
"author": "Simon Andrews <me@simonandrews.ca>",
Expand All @@ -9,7 +9,7 @@
"compile": "tsc"
},
"dependencies": {
"class-references": "^0.0.4"
"class-references": "^0.1.0"
},
"devDependencies": {
"@types/react-test-renderer": "^16.0.2",
Expand Down

0 comments on commit 1368b91

Please sign in to comment.