Skip to content

Commit

Permalink
chore: exit prerelease mode
Browse files Browse the repository at this point in the history
  • Loading branch information
github-bot committed Jul 22, 2022
1 parent 04e0a5a commit cc4c282
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 22 deletions.
14 changes: 0 additions & 14 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/release-dom.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-magma-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Change Log

## 3.1.0

### Minor Changes

- 04e0a5a8: Release 3.1.0

## 3.0.0 (NOTE: 3.0.0 was an accidental release. Please use 3.1.x and above)

### Major Changes

- 732f5c908: fix(button): Remove margin from buttons
BREAKING CHANGE: Margin from buttons have been removed. Use `ButtonGroup` when using multiple buttons.

Expand Down
2 changes: 1 addition & 1 deletion packages/react-magma-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-magma-dom",
"version": "3.0.0",
"version": "3.1.0",
"description": "",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions website/react-magma-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.0.2

### Patch Changes

- Updated dependencies [04e0a5a8]
- [email protected]

## 4.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions website/react-magma-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-magma-docs",
"description": "React Magma docs",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"react-focus-lock": "1.18.3",
"react-helmet": "5.2.0",
"react-live": "^2.2.1",
"react-magma-dom": "3.0.0",
"react-magma-dom": "3.1.0",
"react-magma-icons": "^2.3.1",
"react-select": "3.0.8",
"react-spring": "6.1.9",
Expand Down

0 comments on commit cc4c282

Please sign in to comment.