Skip to content

Commit

Permalink
Manually sync main -> dev (4.3.0) (#1184)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-bot <[email protected]>
Co-authored-by: Jerrod Heiser <[email protected]>
Co-authored-by: noahwebs <[email protected]>
Co-authored-by: ccedrone <[email protected]>
  • Loading branch information
6 people authored Jan 19, 2024
1 parent aa5e27b commit f54eb31
Show file tree
Hide file tree
Showing 23 changed files with 49 additions and 144 deletions.
5 changes: 0 additions & 5 deletions .changeset/chartColors.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-dolphins-yell.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/few-hotels-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-docs": patch
---

build: Resolve merge conflicts when pulling main -> dev (4.3.0)
5 changes: 0 additions & 5 deletions .changeset/fix-additionalContent.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-poets-eat.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-fans-itch.md

This file was deleted.

6 changes: 3 additions & 3 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-magma/charts",
"version": "6.0.0-next.1",
"version": "6.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
"@emotion/styled": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.3.0-next.2",
"react-magma-dom": "^4.3.0",
"react-magma-icons": "^3.0.0"
},
"dependencies": {
Expand All @@ -41,7 +41,7 @@
"@emotion/styled": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.3.0-next.2",
"react-magma-dom": "^4.3.0",
"react-magma-icons": "^3.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/dropzone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-magma/dropzone",
"version": "6.0.0-next.1",
"version": "6.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
"@emotion/styled": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.3.0-next.2",
"react-magma-dom": "^4.3.0",
"react-magma-icons": "^3.0.0"
},
"dependencies": {
Expand All @@ -42,7 +42,7 @@
"@emotion/styled": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.3.0-next.2",
"react-magma-dom": "^4.3.0",
"react-magma-icons": "^3.0.0"
}
}
50 changes: 8 additions & 42 deletions packages/react-magma-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,19 @@
## 4.2.0

## 4.3.0-next.7

### Patch Changes

- 3fc9e50ca: fix(Modal): Fixed Storybook Inverse example.

## 4.3.0-next.6

### Patch Changes

- 421b9091a: fix(Modal): Fixed bottom padding on the Modal header.

## 4.3.0-next.5
## 4.3.0

### Minor Changes

- 8fa4252f4: feat(Paragraph): New `noTopMargin` and `noBottomMargin` props that allow customization of which margin to remove.

## 4.3.0-next.4

### Patch Changes

- 1fb88b6fc: fix: Updates to the expressive font styles for both desktop and mobile.

## 4.3.0-next.3

### Minor Changes

- 5e438ab0a: fix(Select/NativeSelect): Fixed alignment issues in Select regarding additional content icon. Fixed duplicate additional content in Native Select.

## 4.3.0-next.2

### Minor Changes

- c47fc18b4: feat(Select/NativeSelect): New `additionalContent` prop to provide the ability to add extra content inline with the label similar to the Input component.

## 4.2.1-next.1

### Patch Changes

- e6ca26b27: Adding in chartColors to theme.

## 4.2.1-next.0
- cfc20a479: feat(Paragraph): New `noTopMargin` and `noBottomMargin` props that allow customization of which margin to remove.
- cfc20a479: feat(Select/NativeSelect): New `additionalContent` prop to provide the ability to add extra content inline with the label similar to the Input component.
- cfc20a479: fix(Select/NativeSelect): Fixed alignment issues in Select regarding additional content icon. Fixed duplicate additional content in Native Select.

### Patch Changes

- 421b9091a: fix(Modal): Fixed bottom padding on the Modal header
- 1fb88b6fc: fix: Updates to the expressive font styles for both desktop and mobile
- fc3098851: build(deps): bump browserify-sign from 4.2.1 to 4.2.2

## 4.2.0

### Minor Changes

- de22be548: feat(DropdownExpandableMenu): A new menu item display for the Dropdown component which enables expandable lists by one level
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.3.0-next.7",
"version": "4.3.0",
"description": "",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,4 +437,4 @@ export const Inverse = () => {
</Container>
</>
);
};
};
6 changes: 3 additions & 3 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": "6.0.0-next.1",
"version": "6.0.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,7 +27,7 @@
"downshift": "^5.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.3.0-next.2",
"react-magma-dom": "^4.3.0",
"react-magma-icons": "^3.0.0",
"uuid": "^8.3.0"
},
Expand All @@ -41,7 +41,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "11.3.2",
"react-magma-dom": "^4.3.0-next.2",
"react-magma-dom": "^4.3.0",
"react-magma-icons": "^3.0.0",
"tsdx": "^0.14.1",
"uuid": "^8.3.0"
Expand Down
6 changes: 3 additions & 3 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": "8.0.0-next.1",
"version": "8.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"downshift": "^5.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.3.0-next.2",
"react-magma-dom": "^4.3.0",
"react-magma-icons": "^3.0.0",
"uuid": "^8.3.0"
},
Expand All @@ -38,7 +38,7 @@
"downshift": "^5.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.3.0-next.2",
"react-magma-dom": "^4.3.0",
"react-magma-icons": "^3.0.0",
"uuid": "^8.3.0"
},
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.5-next.9",
"version": "5.0.5",
"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": "8.0.0-next.1",
"@cengage-patterns/header": "8.0.0",
"@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": "^6.0.0-next.1",
"@react-magma/dropzone": "6.0.0-next.1",
"@react-magma/schema-renderer": "^6.0.0-next.1",
"@react-magma/charts": "^6.0.0",
"@react-magma/dropzone": "6.0.0",
"@react-magma/schema-renderer": "^6.0.0",
"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.3.0-next.7",
"react-magma-dom": "4.3.0",
"react-magma-icons": "^3.0.0",
"react-spring": "6.1.9",
"semver": "^7.3.4",
Expand Down
15 changes: 15 additions & 0 deletions website/react-magma-docs/src/pages/api-intro/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ order: 4

<PageContent componentName="changelog" type="api_intro">

## 4.3.0

### Minor Changes

- 8fa4252f4: feat(Paragraph): New `noTopMargin` and `noBottomMargin` props that allow customization of which margin to remove
- c47fc18b4: feat(Select/NativeSelect): New `additionalContent` prop to provide the ability to add extra content inline with the label similar to the Input component
- 5e438ab0a: fix(Select): Fixed alignment issues in Select regarding additional content icon.
- 5e438ab0a: fix(NativeSelect): Fixed duplicate additional content in Native Select.

### Patch Changes

- 421b9091a: fix(Modal): Fixed bottom padding on the Modal header
- 1fb88b6fc: fix: Updates to the expressive font styles for both desktop and mobile
- fc3098851: build(deps): bump browserify-sign from 4.2.1 to 4.2.2

## 4.2.0

### Minor 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.3-next.0",
"version": "1.1.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

2 comments on commit f54eb31

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.