Skip to content

Commit

Permalink
v2.0.3-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 15, 2021
1 parent 3609469 commit 8095e6e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 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.

## [2.0.3-alpha.3](https://github.com/skyra-project/discord-components/compare/v2.0.3-alpha.2...v2.0.3-alpha.3) (2021-05-15)

### Reverts

- "chore: re-add prepublishOnly" ([3609469](https://github.com/skyra-project/discord-components/commit/360946963177a61e158b2082b648adab531f4e63))

## [2.0.3-alpha.2](https://github.com/skyra-project/discord-message-components/compare/v2.0.3-alpha.1...v2.0.3-alpha.2) (2021-05-15)

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

## [2.0.3-alpha.3](https://github.com/skyra-project/discord-message-components/compare/v2.0.3-alpha.2...v2.0.3-alpha.3) (2021-05-15)

**Note:** Version bump only for package @skyra/discord-components-core

## [2.0.3-alpha.2](https://github.com/skyra-project/discord-message-components/compare/v2.0.3-alpha.1...v2.0.3-alpha.2) (2021-05-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/discord-components-core",
"version": "2.0.3-alpha.2",
"version": "2.0.3-alpha.3",
"description": "Web components to easily build and display fake Discord messages on your webpages.",
"author": "@skyra",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3-alpha.3](https://github.com/skyra-project/discord-message-components/compare/v2.0.3-alpha.2...v2.0.3-alpha.3) (2021-05-15)

**Note:** Version bump only for package @skyra/discord-components-react

## [2.0.3-alpha.2](https://github.com/skyra-project/discord-message-components/compare/v2.0.3-alpha.1...v2.0.3-alpha.2) (2021-05-15)

**Note:** Version bump only for package @skyra/discord-components-react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/discord-components-react",
"version": "2.0.3-alpha.2",
"version": "2.0.3-alpha.3",
"description": "React bindings for @skyra/discord-components-core",
"author": "@skyra",
"license": "MIT",
Expand Down

0 comments on commit 8095e6e

Please sign in to comment.