Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eltongarbin committed Nov 16, 2020
1 parent 684ae76 commit b9ccac9
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2020-11-16)

### Bug Fixes

- button styles ([#191](https://github.com/Pagnet/ocean-ds-web/issues/191)) ([ec0f7b6](https://github.com/Pagnet/ocean-ds-web/commit/ec0f7b6aa3fee705ffa1851ae1ac19cfc9869427))
- form control disabled states ([#317](https://github.com/Pagnet/ocean-ds-web/issues/317)) ([9fd0bf0](https://github.com/Pagnet/ocean-ds-web/commit/9fd0bf07dc25c9d6f13c5908a8af57cde19a9c98))

### Features

- **ocean-formik:** initial structure ([e260db8](https://github.com/Pagnet/ocean-ds-web/commit/e260db8ec92b59dcacc26d833141dadef8b6d71e))
- adds checkbox ([#202](https://github.com/Pagnet/ocean-ds-web/issues/202)) ([72c5dce](https://github.com/Pagnet/ocean-ds-web/commit/72c5dcec9cc1514eabedf263dc26874b6cdc91a4))
- Adds input component ([#169](https://github.com/Pagnet/ocean-ds-web/issues/169)) ([3757c30](https://github.com/Pagnet/ocean-ds-web/commit/3757c3085552a3affd5e218ed6928209b88f52a1))
- Button component ([#159](https://github.com/Pagnet/ocean-ds-web/issues/159)) ([7487114](https://github.com/Pagnet/ocean-ds-web/commit/7487114c2454b6a6a279f2a3d10ed4992af2de9a))
- Creates a Link component ([#240](https://github.com/Pagnet/ocean-ds-web/issues/240)) ([e10ffc6](https://github.com/Pagnet/ocean-ds-web/commit/e10ffc6bd212ad51d6dc1a90ef67c799b13d9058))
- Creates select component ([#338](https://github.com/Pagnet/ocean-ds-web/issues/338)) ([37915a0](https://github.com/Pagnet/ocean-ds-web/commit/37915a02035ef80908cd66cc29186715e51be0a0))
- Creates textarea component ([#251](https://github.com/Pagnet/ocean-ds-web/issues/251)) ([1c95995](https://github.com/Pagnet/ocean-ds-web/commit/1c959953cc999591a4d9349cb64a1cd9bd1a531c))
- Include grid-system components ([#97](https://github.com/Pagnet/ocean-ds-web/issues/97)) ([f975395](https://github.com/Pagnet/ocean-ds-web/commit/f97539580a34756227e367839d3361bfc15f7f8c))
- Loads custom fonts in storybook ([#77](https://github.com/Pagnet/ocean-ds-web/issues/77)) ([518c59d](https://github.com/Pagnet/ocean-ds-web/commit/518c59de4e445955cec5779d3cec7c5524093bd4))
- Radio component ([#209](https://github.com/Pagnet/ocean-ds-web/issues/209)) ([7b903e2](https://github.com/Pagnet/ocean-ds-web/commit/7b903e2d8c1b627e8715001e7dd083a175f0f093))
- Switch component ([#216](https://github.com/Pagnet/ocean-ds-web/issues/216)) ([76f9da2](https://github.com/Pagnet/ocean-ds-web/commit/76f9da25683cb8b3f5443fb7a758b03646f79ee5))
- Typography inverse ([#252](https://github.com/Pagnet/ocean-ds-web/issues/252)) ([ec3427b](https://github.com/Pagnet/ocean-ds-web/commit/ec3427bf39d7a7a639734b609bd54142bbb5afb0))
- Using mdx syntax to create stories ([#9](https://github.com/Pagnet/ocean-ds-web/issues/9)) ([9d9f03f](https://github.com/Pagnet/ocean-ds-web/commit/9d9f03fa529e22d54fa8e199cd00f25c0d004b8c))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0-beta.21",
"version": "0.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
Expand Down
26 changes: 26 additions & 0 deletions packages/ocean-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2020-11-16)

### Bug Fixes

- button styles ([#191](https://github.com/Pagnet/ocean-ds-web/issues/191)) ([ec0f7b6](https://github.com/Pagnet/ocean-ds-web/commit/ec0f7b6aa3fee705ffa1851ae1ac19cfc9869427))
- form control disabled states ([#317](https://github.com/Pagnet/ocean-ds-web/issues/317)) ([9fd0bf0](https://github.com/Pagnet/ocean-ds-web/commit/9fd0bf07dc25c9d6f13c5908a8af57cde19a9c98))

### Features

- adds checkbox ([#202](https://github.com/Pagnet/ocean-ds-web/issues/202)) ([72c5dce](https://github.com/Pagnet/ocean-ds-web/commit/72c5dcec9cc1514eabedf263dc26874b6cdc91a4))
- Adds input component ([#169](https://github.com/Pagnet/ocean-ds-web/issues/169)) ([3757c30](https://github.com/Pagnet/ocean-ds-web/commit/3757c3085552a3affd5e218ed6928209b88f52a1))
- Button component ([#159](https://github.com/Pagnet/ocean-ds-web/issues/159)) ([7487114](https://github.com/Pagnet/ocean-ds-web/commit/7487114c2454b6a6a279f2a3d10ed4992af2de9a))
- Creates a Link component ([#240](https://github.com/Pagnet/ocean-ds-web/issues/240)) ([e10ffc6](https://github.com/Pagnet/ocean-ds-web/commit/e10ffc6bd212ad51d6dc1a90ef67c799b13d9058))
- Creates select component ([#338](https://github.com/Pagnet/ocean-ds-web/issues/338)) ([37915a0](https://github.com/Pagnet/ocean-ds-web/commit/37915a02035ef80908cd66cc29186715e51be0a0))
- Creates textarea component ([#251](https://github.com/Pagnet/ocean-ds-web/issues/251)) ([1c95995](https://github.com/Pagnet/ocean-ds-web/commit/1c959953cc999591a4d9349cb64a1cd9bd1a531c))
- Include grid-system components ([#97](https://github.com/Pagnet/ocean-ds-web/issues/97)) ([f975395](https://github.com/Pagnet/ocean-ds-web/commit/f97539580a34756227e367839d3361bfc15f7f8c))
- Loads custom fonts in storybook ([#77](https://github.com/Pagnet/ocean-ds-web/issues/77)) ([518c59d](https://github.com/Pagnet/ocean-ds-web/commit/518c59de4e445955cec5779d3cec7c5524093bd4))
- Radio component ([#209](https://github.com/Pagnet/ocean-ds-web/issues/209)) ([7b903e2](https://github.com/Pagnet/ocean-ds-web/commit/7b903e2d8c1b627e8715001e7dd083a175f0f093))
- Switch component ([#216](https://github.com/Pagnet/ocean-ds-web/issues/216)) ([76f9da2](https://github.com/Pagnet/ocean-ds-web/commit/76f9da25683cb8b3f5443fb7a758b03646f79ee5))
- Typography inverse ([#252](https://github.com/Pagnet/ocean-ds-web/issues/252)) ([ec3427b](https://github.com/Pagnet/ocean-ds-web/commit/ec3427bf39d7a7a639734b609bd54142bbb5afb0))
- Using mdx syntax to create stories ([#9](https://github.com/Pagnet/ocean-ds-web/issues/9)) ([9d9f03f](https://github.com/Pagnet/ocean-ds-web/commit/9d9f03fa529e22d54fa8e199cd00f25c0d004b8c))
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.1.0-beta.21",
"version": "0.2.0",
"description": "React components that implement Ocean's Design System.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit b9ccac9

Please sign in to comment.