Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morgs32 committed Apr 1, 2020
1 parent 37d924e commit 9ae27d1
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.5.0](https://github.com/morgs32/storybook-addon-xd-designs/compare/v5.3.1...v5.5.0) (2020-04-01)


### Bug Fixes

* clean up stories ([37d924e](https://github.com/morgs32/storybook-addon-xd-designs/commit/37d924ebf7c9223b0406ab7e026370c02884fc9b))
* fix workflows ([4aae580](https://github.com/morgs32/storybook-addon-xd-designs/commit/4aae580dbe774eed9e7f315aa30580743aeecde9))
* fixes workflow ([c99348f](https://github.com/morgs32/storybook-addon-xd-designs/commit/c99348f35a1140e87170307c6a80e21ce4eb50e5))
* handles storybook channels.emit _undefined_ ([8e0fa62](https://github.com/morgs32/storybook-addon-xd-designs/commit/8e0fa626999870c024574d0b64604892f544f452))
* removes named regex capture grps ([8ec544f](https://github.com/morgs32/storybook-addon-xd-designs/commit/8ec544f7adf0f76363caf30c83c9c45441f41320)), closes [#5](https://github.com/morgs32/storybook-addon-xd-designs/issues/5)
* working on master.yml gh action ([b8cc4c9](https://github.com/morgs32/storybook-addon-xd-designs/commit/b8cc4c98da74d935703ed0e85c85a5878b93e14e))


### Features

* handles new adobe XD urls ([e547f5e](https://github.com/morgs32/storybook-addon-xd-designs/commit/e547f5e2599d89116e9eaeb9403ca8f6887d992f))
* updates to [email protected] ([eddf13c](https://github.com/morgs32/storybook-addon-xd-designs/commit/eddf13cca293ac06ebc77ea4cc3b4b1642b1c671))
* updates workflows ([dbc526d](https://github.com/morgs32/storybook-addon-xd-designs/commit/dbc526d01a173d9c41578d8ccaddf931a6c33a2f))





# [5.4.0](https://github.com/morgs32/storybook-addon-xd-designs/compare/v5.3.1...v5.4.0) (2020-03-31)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.4.0",
"version": "5.5.0",
"npmClient": "yarn",
"useWorkspaces": true
}
19 changes: 19 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.5.0](https://github.com/morgs32/storybook-addon-xd-designs/compare/v5.3.1...v5.5.0) (2020-04-01)


### Bug Fixes

* clean up stories ([37d924e](https://github.com/morgs32/storybook-addon-xd-designs/commit/37d924ebf7c9223b0406ab7e026370c02884fc9b))
* removes named regex capture grps ([8ec544f](https://github.com/morgs32/storybook-addon-xd-designs/commit/8ec544f7adf0f76363caf30c83c9c45441f41320)), closes [#5](https://github.com/morgs32/storybook-addon-xd-designs/issues/5)


### Features

* handles new adobe XD urls ([e547f5e](https://github.com/morgs32/storybook-addon-xd-designs/commit/e547f5e2599d89116e9eaeb9403ca8f6887d992f))
* updates to [email protected] ([eddf13c](https://github.com/morgs32/storybook-addon-xd-designs/commit/eddf13cca293ac06ebc77ea4cc3b4b1642b1c671))
* updates workflows ([dbc526d](https://github.com/morgs32/storybook-addon-xd-designs/commit/dbc526d01a173d9c41578d8ccaddf931a6c33a2f))





# [5.4.0](https://github.com/morgs32/storybook-addon-xd-designs/compare/v5.3.1...v5.4.0) (2020-03-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "5.4.0",
"version": "5.5.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.9",
Expand All @@ -15,7 +15,7 @@
"@storybook/theming": "^5.3.18",
"babel-loader": "^8.0.5",
"serve": "^11.3.0",
"storybook-addon-xd-designs": "^5.4.0"
"storybook-addon-xd-designs": "^5.5.0"
},
"scripts": {
"storybook": "start-storybook -p 6006 -s ../assets",
Expand Down
18 changes: 18 additions & 0 deletions packages/storybook-addon-xd-designs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.5.0](https://github.com/morgs32/storybook-addon-xd-designs/compare/v5.3.1...v5.5.0) (2020-04-01)


### Bug Fixes

* handles storybook channels.emit _undefined_ ([8e0fa62](https://github.com/morgs32/storybook-addon-xd-designs/commit/8e0fa626999870c024574d0b64604892f544f452))
* removes named regex capture grps ([8ec544f](https://github.com/morgs32/storybook-addon-xd-designs/commit/8ec544f7adf0f76363caf30c83c9c45441f41320)), closes [#5](https://github.com/morgs32/storybook-addon-xd-designs/issues/5)


### Features

* handles new adobe XD urls ([e547f5e](https://github.com/morgs32/storybook-addon-xd-designs/commit/e547f5e2599d89116e9eaeb9403ca8f6887d992f))
* updates to [email protected] ([eddf13c](https://github.com/morgs32/storybook-addon-xd-designs/commit/eddf13cca293ac06ebc77ea4cc3b4b1642b1c671))





# [5.4.0](https://github.com/morgs32/storybook-addon-xd-designs/compare/v5.3.1...v5.4.0) (2020-03-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon-xd-designs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-xd-designs",
"version": "5.4.0",
"version": "5.5.0",
"description": "Storybook addon for embedding your Adobe XD design preview in addon panel",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 9ae27d1

Please sign in to comment.