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 Jun 28, 2023
1 parent 1238e8d commit 1da7612
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/changelog-updates.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chart-keyboardevent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/docs-route.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/landing.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/pre.json

This file was deleted.

6 changes: 6 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-magma/charts

## 4.0.1

### Patch Changes

- 1238e8d: Fix handleKeyboardInstructionsButtonKeydown type error

## 4.0.1-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-magma/charts",
"version": "4.0.1-next.0",
"version": "4.0.1",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 9 additions & 0 deletions website/react-magma-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.0.2

### Patch Changes

- 1238e8d: Update CHANGELOG
- 1238e8d: Fix routing in implementation and design component tabs
- Updated dependencies [1238e8d]
- @react-magma/charts@4.0.1

## 5.0.2-next.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": "5.0.2-next.1",
"version": "5.0.2",
"private": true,
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"@react-magma/charts": "^4.0.1-next.0",
"@react-magma/charts": "^4.0.1",
"@react-magma/dropzone": "4.0.0",
"@react-magma/schema-renderer": "^4.0.0",
"buble": "0.19.4",
Expand Down
7 changes: 7 additions & 0 deletions website/react-magma-landing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.1.2

### Patch Changes

- 1238e8d: - Display latest version based on React compatibility
- Remove old versions from list that don't have docs sites

## 1.1.2-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/react-magma-landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-magma-landing",
"version": "1.1.2-next.0",
"version": "1.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1da7612

Please sign in to comment.