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 13, 2023
1 parent 0d718be commit 0c19408
Show file tree
Hide file tree
Showing 17 changed files with 43 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/docs-typos.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-inputBase.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/maxLength-warnings.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tabprops.md

This file was deleted.

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

## 4.0.2

## 4.0.2-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2-next.0",
"version": "4.0.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,7 +41,7 @@
"@emotion/styled": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.1.1-next.0",
"react-magma-dom": "^4.1.1",
"react-magma-icons": "^3.0.0"
}
}
2 changes: 2 additions & 0 deletions packages/dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 4.0.1

## 4.0.1-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dropzone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-magma/dropzone",
"version": "4.0.1-next.0",
"version": "4.0.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -42,7 +42,7 @@
"@emotion/styled": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.1.1-next.0",
"react-magma-dom": "^4.1.1",
"react-magma-icons": "^3.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/react-magma-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 4.1.1

### Patch Changes

- 0d718be80: fix(Input Base): Fixed case where default value of `0` did not render the default value in the input field.
- 0d718be80: fix(Input/Textarea): Fix `maxLength` console warning regarding passing a boolean attribute
- 0d718be80: docs(tabs): Update TabProps to remove `isActive`-- this component does not use it. use `activeIndex` on the `TabsContainer` to indicate the active tab.

## 4.1.0

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": "4.1.1-next.2",
"version": "4.1.1",
"description": "",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/schema-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @react-magma/schema-renderer

## 4.0.1

## 4.0.1-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/schema-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-magma/schema-renderer",
"version": "4.0.1-next.0",
"version": "4.0.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,7 +41,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "11.3.2",
"react-magma-dom": "^4.1.1-next.0",
"react-magma-dom": "^4.1.1",
"react-magma-icons": "^3.0.0",
"tsdx": "^0.14.1",
"uuid": "^8.3.0"
Expand Down
2 changes: 2 additions & 0 deletions patterns/header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 6.0.1

## 6.0.1-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions patterns/header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.0.1-next.0",
"version": "6.0.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"downshift": "^5.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.1.1-next.0",
"react-magma-dom": "^4.1.1",
"react-magma-icons": "^3.0.0",
"uuid": "^8.3.0"
},
Expand Down
14 changes: 14 additions & 0 deletions website/react-magma-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 5.0.3

### Patch Changes

- 0d718be80: Update typos
- Updated dependencies [0d718be80]
- Updated dependencies [0d718be80]
- Updated dependencies [0d718be80]
- [email protected]
- @react-magma/charts@4.0.2
- @react-magma/dropzone@4.0.1
- @react-magma/schema-renderer@4.0.1
- @cengage-patterns/header@6.0.1

## 5.0.3-next.3

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.3-next.3",
"version": "5.0.3",
"private": true,
"repository": {
"type": "git",
Expand All @@ -11,15 +11,15 @@
"homepage": "https://react-magma.cengage.com",
"dependencies": {
"@babel/plugin-transform-react-jsx": "7.10.4",
"@cengage-patterns/header": "6.0.1-next.0",
"@cengage-patterns/header": "6.0.1",
"@data-driven-forms/react-form-renderer": "^3.6.0",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"@react-magma/charts": "^4.0.2-next.0",
"@react-magma/dropzone": "4.0.1-next.0",
"@react-magma/schema-renderer": "^4.0.1-next.0",
"@react-magma/charts": "^4.0.2",
"@react-magma/dropzone": "4.0.1",
"@react-magma/schema-renderer": "^4.0.1",
"buble": "0.19.4",
"buffer": "^6.0.3",
"core-js": "^3.1.4",
Expand Down Expand Up @@ -49,7 +49,7 @@
"react-focus-lock": "^2.9.2",
"react-helmet": "5.2.0",
"react-live": "^2.2.1",
"react-magma-dom": "4.1.1-next.2",
"react-magma-dom": "4.1.1",
"react-magma-icons": "^3.0.0",
"react-spring": "6.1.9",
"semver": "^7.3.4",
Expand Down

0 comments on commit 0c19408

Please sign in to comment.