Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eltongarbin committed Dec 10, 2020
1 parent 0925859 commit be71fb9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/Pagnet/ocean-ds-web/compare/v0.2.0...v0.2.1) (2020-12-10)

### Bug Fixes

- include switch export ([#495](https://github.com/Pagnet/ocean-ds-web/issues/495)) ([61bcc1e](https://github.com/Pagnet/ocean-ds-web/commit/61bcc1eb35d36f1cd9ba022405353388eab51eab))

# 0.2.0 (2020-11-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "0.2.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
Expand Down
6 changes: 6 additions & 0 deletions packages/ocean-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/Pagnet/ocean-ds-web/compare/v0.2.0...v0.2.1) (2020-12-10)

### Bug Fixes

- include switch export ([#495](https://github.com/Pagnet/ocean-ds-web/issues/495)) ([61bcc1e](https://github.com/Pagnet/ocean-ds-web/commit/61bcc1eb35d36f1cd9ba022405353388eab51eab))

# 0.2.0 (2020-11-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ocean-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useblu/ocean-components",
"version": "0.2.0",
"version": "0.2.1",
"description": "React components that implement Ocean's Design System.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit be71fb9

Please sign in to comment.