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 Aug 15, 2024
1 parent 5f16d20 commit ec9e16b
Show file tree
Hide file tree
Showing 41 changed files with 106 additions and 188 deletions.
5 changes: 0 additions & 5 deletions .changeset/charts-docs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/charts-stylesmin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chore-sync.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/datePicker-calendar-table-role.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/datePicker-clearing-the-date.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/drawer-storybook.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dropzone-files-browse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/emotion-update-cph.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/emotion-update-rmc.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/emotion-update-rmd.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/emotion-update-rmdz.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-monkeys-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/feat-stepper.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/input-wrapperStyle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/landing-version.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/linechart-deprecate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modal-aria.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nativeSelect-arrow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nested-modal-bg-overlay.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-kids-dance.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/progressbar-color.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-kangaroos-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/timepicker-example.md

This file was deleted.

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

This file was deleted.

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

## 8.0.0

### Minor Changes

- 5f16d2018: Updating emotion to v11

### Patch Changes

- 5f16d2018: fix(CarbonCharts): Minify styles
- 5f16d2018: chore: Deprecate LineChart
- 5f16d2018: fix(CarbonCharts): Remove exports & remove highlight import

## 8.0.0-next.5

### Minor 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": "8.0.0-next.5",
"version": "8.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"identity-obj-proxy": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.5.0-next.10",
"react-magma-dom": "^4.5.0",
"react-magma-icons": "^3.0.0"
},
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 8.0.0

### Minor Changes

- 5f16d2018: Updating emotion to v11

### Patch Changes

- 5f16d2018: fix(Dropzone): Open file browse on button click

## 8.0.0-next.3

### 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": "8.0.0-next.3",
"version": "8.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -42,7 +42,7 @@
"@emotion/styled": "^11.13.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.5.0-next.10",
"react-magma-dom": "^4.5.0",
"react-magma-icons": "^3.0.0"
}
}
19 changes: 19 additions & 0 deletions packages/react-magma-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 4.5.0

### Minor Changes

- 5f16d2018: Updating emotion to v11
- 5f16d2018: feat(Stepper): New Stepper component. Displays step based content for use in multi-step interfaces.

### Patch Changes

- 5f16d2018: fix(datePicker): Remove date picker calendar table role
- 5f16d2018: fix(datePicker): Fix date picker clearing functionality
- 5f16d2018: fix(Hyperlink): Support Icons and toggling underline styling
- 5f16d2018: fix(Input): Add `inputWrapperStyle` prop to allow more flexibility with Input widths
- 5f16d2018: fix(Modal): Remove unnecessary `aria-describedBy=“modal”`. Add `ariaLabel` prop so that Modals without headers can customize the `aria-label` instead of defaulting to `aria-label="modal"` which is not correct for a11y standards.
- 5f16d2018: fix(NativeSelect): Update arrow placement, arrow color and border color when disabled
- 5f16d2018: fix(Modal): Background overlay issue on nested modals
- 5f16d2018: build(deps): bump express from 4.18.1 to 4.19.2
- 5f16d2018: fix(ProgressBar): Add support for custom colors
- 5f16d2018: build(deps): bump tar from 6.1.11 to 6.2.1

## 4.5.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.5.0-next.13",
"version": "4.5.0",
"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

## 8.0.0

## 8.0.0-next.1

### 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": "8.0.0-next.1",
"version": "8.0.0",
"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.5.0-next.7",
"react-magma-dom": "^4.5.0",
"react-magma-icons": "^3.0.0",
"tsdx": "^0.14.1",
"uuid": "^8.3.0"
Expand Down
6 changes: 6 additions & 0 deletions patterns/header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.0.0

### Minor Changes

- 5f16d2018: Updating emotion to v11

## 10.0.0-next.2

### Minor 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": "10.0.0-next.2",
"version": "10.0.0",
"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.5.0-next.10",
"react-magma-dom": "^4.5.0",
"react-magma-icons": "^3.0.0",
"uuid": "^8.3.0"
},
Expand Down
Loading

0 comments on commit ec9e16b

Please sign in to comment.