Skip to content

Commit

Permalink
chore: enter prerelease mode
Browse files Browse the repository at this point in the history
  • Loading branch information
github-bot committed Jul 3, 2024
1 parent 9e38e9e commit d67bff7
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 19 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"docs-styles",
"drawer-storybook",
"empty-monkeys-collect",
"feat-stepper",
"hyperlink",
"input-wrapperStyle",
"landing-version",
Expand Down
7 changes: 7 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-magma/charts

## 8.0.0-next.4

### Patch Changes

- Updated dependencies [9e38e9e7f]
- [email protected]

## 7.0.1-next.3

### Patch Changes
Expand Down
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": "7.0.1-next.3",
"version": "8.0.0-next.4",
"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.4.1-next.0",
"react-magma-dom": "^4.5.0-next.7",
"react-magma-icons": "^3.0.0"
},
"dependencies": {
Expand All @@ -47,7 +47,7 @@
"identity-obj-proxy": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.4.1-next.0",
"react-magma-dom": "^4.5.0-next.7",
"react-magma-icons": "^3.0.0"
}
}
7 changes: 7 additions & 0 deletions packages/dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 8.0.0-next.1

### Patch Changes

- Updated dependencies [9e38e9e7f]
- [email protected]

## 7.0.1-next.0

### Patch Changes
Expand Down
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": "7.0.1-next.0",
"version": "8.0.0-next.1",
"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.4.1-next.0",
"react-magma-dom": "^4.5.0-next.7",
"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.4.1-next.0",
"react-magma-dom": "^4.5.0-next.7",
"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,5 +1,11 @@
## 4.4.0

## 4.5.0-next.7

### Minor Changes

- 9e38e9e7f: feat(Stepper): Displays step based content for use in multi-step interfaces.

## 4.4.1-next.6

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

## 8.0.0-next.1

### Patch Changes

- Updated dependencies [9e38e9e7f]
- [email protected]

## 7.0.1-next.0

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

## 10.0.0-next.1

### Patch Changes

- Updated dependencies [9e38e9e7f]
- [email protected]

## 9.0.1-next.0

### Patch Changes
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": "9.0.1-next.0",
"version": "10.0.0-next.1",
"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.4.1-next.0",
"react-magma-dom": "^4.5.0-next.7",
"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.4.1-next.0",
"react-magma-dom": "^4.5.0-next.7",
"react-magma-icons": "^3.0.0",
"uuid": "^8.3.0"
},
Expand Down
11 changes: 11 additions & 0 deletions website/react-magma-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.0.7-next.7

### Patch Changes

- Updated dependencies [9e38e9e7f]
- [email protected]
- @react-magma/charts@8.0.0-next.4
- @react-magma/dropzone@8.0.0-next.1
- @react-magma/schema-renderer@8.0.0-next.1
- @cengage-patterns/header@10.0.0-next.1

## 5.0.7-next.6

### 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.7-next.6",
"version": "5.0.7-next.7",
"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": "9.0.1-next.0",
"@cengage-patterns/header": "10.0.0-next.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": "^7.0.1-next.3",
"@react-magma/dropzone": "7.0.1-next.0",
"@react-magma/schema-renderer": "^7.0.1-next.0",
"@react-magma/charts": "^8.0.0-next.4",
"@react-magma/dropzone": "8.0.0-next.1",
"@react-magma/schema-renderer": "^8.0.0-next.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.4.1-next.0",
"react-magma-dom": "^4.5.0-next.7",
"react-magma-icons": "^3.0.0",
"react-spring": "6.1.9",
"semver": "^7.3.4",
Expand Down

0 comments on commit d67bff7

Please sign in to comment.