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 Feb 8, 2024
1 parent 3e14d4b commit 36adb34
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 20 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"react-magma-landing": "1.1.3"
},
"changesets": [
"few-hotels-walk"
"few-hotels-walk",
"nativeSelect-testId"
]
}
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

## 6.0.1-next.0

### Patch Changes

- Updated dependencies [3e14d4bd8]
- [email protected]

## 6.0.0-next.1

### 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": "6.0.0",
"version": "6.0.1-next.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",
"react-magma-dom": "^4.3.1-next.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",
"react-magma-dom": "^4.3.1-next.0",
"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

## 6.0.1-next.0

### Patch Changes

- Updated dependencies [3e14d4bd8]
- [email protected]

## 6.0.0-next.1

### 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": "6.0.0",
"version": "6.0.1-next.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",
"react-magma-dom": "^4.3.1-next.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",
"react-magma-dom": "^4.3.1-next.0",
"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.3.0

## 4.3.1-next.0

### Patch Changes

- 3e14d4bd8: fix(NativeSelect): Fix issue with data-testid

### Minor Changes

- cfc20a479: feat(Paragraph): New `noTopMargin` and `noBottomMargin` props that allow customization of which margin to remove.
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",
"version": "4.3.1-next.0",
"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

## 6.0.1-next.0

### Patch Changes

- Updated dependencies [3e14d4bd8]
- [email protected]

## 6.0.0-next.1

### 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": "6.0.0",
"version": "6.0.1-next.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",
"react-magma-dom": "^4.3.1-next.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",
"react-magma-dom": "^4.3.1-next.0",
"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

## 8.0.1-next.0

### Patch Changes

- Updated dependencies [3e14d4bd8]
- [email protected]

## 8.0.0-next.1

### 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": "8.0.0",
"version": "8.0.1-next.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",
"react-magma-dom": "^4.3.1-next.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",
"react-magma-dom": "^4.3.1-next.0",
"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.6-next.1

### Patch Changes

- Updated dependencies [3e14d4bd8]
- [email protected]
- @react-magma/charts@6.0.1-next.0
- @react-magma/dropzone@6.0.1-next.0
- @react-magma/schema-renderer@6.0.1-next.0
- @cengage-patterns/header@8.0.1-next.0

## 5.0.6-next.0

### 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.6-next.0",
"version": "5.0.6-next.1",
"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",
"@cengage-patterns/header": "8.0.1-next.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",
"@react-magma/dropzone": "6.0.0",
"@react-magma/schema-renderer": "^6.0.0",
"@react-magma/charts": "^6.0.1-next.0",
"@react-magma/dropzone": "6.0.1-next.0",
"@react-magma/schema-renderer": "^6.0.1-next.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",
"react-magma-dom": "4.3.1-next.0",
"react-magma-icons": "^3.0.0",
"react-spring": "6.1.9",
"semver": "^7.3.4",
Expand Down

0 comments on commit 36adb34

Please sign in to comment.