Skip to content

Commit

Permalink
Version Packages (beta) (#2273)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to next, this PR will
be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`next` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `next`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @comet/[email protected]

### Major Changes

-   7f1e784: Remove `next/link` legacy behavior as default behavior

Previously, Next required the `Link` component to have a child `<a>`
tag. To style this tag correctly in the application, none of the library
link blocks (`DamFileDownloadLinkBlock`, `ExternalLinkBlock`,
`EmailLinkBlock`, `InternalLinkBlock`, and `PhoneLinkBlock`) rendered
the tag, but cloned the children with the correct props instead.

However, since Next v13 the `Link` component no longer requires a child
`<a>` tag. Consequently, we don't need to render the tag for the
`InternalLinkBlock` (which uses `Link` internally) anymore. In order to
style all link blocks correctly, we now render an `<a>` tag for all
other link blocks.

    **Upgrade**

To upgrade, either remove all `<a>` tags from your link block usages, or
add the `legacyBehavior` prop to all library link blocks.

## @comet/[email protected]

### Minor Changes

- 569ad04: Deprecate `SplitButton`, `FinalFormSaveSplitButton` and
`SplitButtonContext` and remove all uses of these components in our
libraries

    The reason is that we decided to retire the SplitButton pattern.

### Patch Changes

-   @comet/[email protected]
-   @comet/[email protected]

## @comet/[email protected]

### Minor Changes

- 569ad04: Deprecate `SplitButton`, `FinalFormSaveSplitButton` and
`SplitButtonContext` and remove all uses of these components in our
libraries

    The reason is that we decided to retire the SplitButton pattern.

### Patch Changes

-   Updated dependencies [569ad04]
    -   @comet/[email protected]
    -   @comet/[email protected]
    -   @comet/[email protected]
    -   @comet/[email protected]
    -   @comet/[email protected]
    -   @comet/[email protected]

## @comet/[email protected]

### Patch Changes

-   Updated dependencies [569ad04]
    -   @comet/[email protected]
    -   @comet/[email protected]

## @comet/[email protected]

### Patch Changes

-   Updated dependencies [569ad04]
    -   @comet/[email protected]
    -   @comet/[email protected]

## @comet/[email protected]

### Patch Changes

-   Updated dependencies [569ad04]
    -   @comet/[email protected]
    -   @comet/[email protected]

## @comet/[email protected]

### Patch Changes

-   Updated dependencies [569ad04]
    -   @comet/[email protected]
    -   @comet/[email protected]

## @comet/[email protected]

### Patch Changes

-   @comet/[email protected]

## @comet/[email protected]

### Patch Changes

-   Updated dependencies [569ad04]
    -   @comet/[email protected]
    -   @comet/[email protected]

## @comet/[email protected]

### Patch Changes

-   @comet/[email protected]

## @comet/[email protected]

### Patch Changes

-   @comet/[email protected]

## @comet/[email protected]



## @comet/[email protected]



## @comet/[email protected]



## @comet/[email protected]



## @comet/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 16, 2024
1 parent e24d4f0 commit b79a2de
Show file tree
Hide file tree
Showing 34 changed files with 223 additions and 108 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"selfish-books-fail",
"selfish-dolls-beg",
"selfish-shrimps-explode",
"serious-bats-boil",
"serious-ravens-matter",
"sharp-zebras-hear",
"short-donkeys-double",
Expand All @@ -127,6 +128,7 @@
"tender-dots-warn",
"tender-pigs-rest",
"thin-ligers-pull",
"thirty-countries-refuse",
"tidy-impalas-refuse",
"tough-zoos-refuse",
"tricky-paws-march",
Expand Down
2 changes: 2 additions & 0 deletions packages/admin/admin-babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @comet/admin-babel-preset

## 7.0.0-beta.5

## 7.0.0-beta.4

## 7.0.0-beta.3
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/admin-babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-babel-preset",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand Down
8 changes: 8 additions & 0 deletions packages/admin/admin-color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @comet/admin-color-picker

## 7.0.0-beta.5

### Patch Changes

- Updated dependencies [569ad0463]
- @comet/admin@7.0.0-beta.5
- @comet/admin-icons@7.0.0-beta.5

## 7.0.0-beta.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/admin/admin-color-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-color-picker",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand All @@ -25,8 +25,8 @@
"start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput"
},
"dependencies": {
"@comet/admin": "workspace:^7.0.0-beta.4",
"@comet/admin-icons": "workspace:^7.0.0-beta.4",
"@comet/admin": "workspace:^7.0.0-beta.5",
"@comet/admin-icons": "workspace:^7.0.0-beta.5",
"clsx": "^1.1.1",
"react-colorful": "^5.5.1",
"tinycolor2": "^1.4.1",
Expand All @@ -35,8 +35,8 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.4",
"@comet/eslint-config": "workspace:^7.0.0-beta.4",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.5",
"@comet/eslint-config": "workspace:^7.0.0-beta.5",
"@mui/material": "^5.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/admin/admin-date-time/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @comet/admin-date-time

## 7.0.0-beta.5

### Patch Changes

- Updated dependencies [569ad0463]
- @comet/admin@7.0.0-beta.5
- @comet/admin-icons@7.0.0-beta.5

## 7.0.0-beta.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/admin/admin-date-time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-date-time",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand All @@ -25,8 +25,8 @@
"start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput"
},
"dependencies": {
"@comet/admin": "workspace:^7.0.0-beta.4",
"@comet/admin-icons": "workspace:^7.0.0-beta.4",
"@comet/admin": "workspace:^7.0.0-beta.5",
"@comet/admin-icons": "workspace:^7.0.0-beta.5",
"@mui/utils": "^5.4.1",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
Expand All @@ -35,8 +35,8 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.4",
"@comet/eslint-config": "workspace:^7.0.0-beta.4",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.5",
"@comet/eslint-config": "workspace:^7.0.0-beta.5",
"@mui/material": "^5.0.0",
"@types/react": "^17.0",
"@types/react-date-range": "^1.4.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/admin/admin-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @comet/admin-icons

## 7.0.0-beta.5

## 7.0.0-beta.4

## 7.0.0-beta.3
Expand Down
6 changes: 3 additions & 3 deletions packages/admin/admin-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-icons",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand All @@ -24,8 +24,8 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.4",
"@comet/eslint-config": "workspace:^7.0.0-beta.4",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.5",
"@comet/eslint-config": "workspace:^7.0.0-beta.5",
"@mui/material": "^5.0.0",
"@types/cli-progress": "^3.8.0",
"@types/node": "^18.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/admin/admin-react-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @comet/admin-react-select

## 7.0.0-beta.5

### Patch Changes

- Updated dependencies [569ad0463]
- @comet/admin@7.0.0-beta.5
- @comet/admin-icons@7.0.0-beta.5

## 7.0.0-beta.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/admin/admin-react-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-react-select",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand All @@ -25,15 +25,15 @@
"start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput"
},
"dependencies": {
"@comet/admin": "workspace:^7.0.0-beta.4",
"@comet/admin-icons": "workspace:^7.0.0-beta.4",
"@comet/admin": "workspace:^7.0.0-beta.5",
"@comet/admin-icons": "workspace:^7.0.0-beta.5",
"classnames": "^2.2.6"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.4",
"@comet/eslint-config": "workspace:^7.0.0-beta.4",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.5",
"@comet/eslint-config": "workspace:^7.0.0-beta.5",
"@mui/material": "^5.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/admin/admin-rte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @comet/admin-rte

## 7.0.0-beta.5

### Patch Changes

- Updated dependencies [569ad0463]
- @comet/admin@7.0.0-beta.5
- @comet/admin-icons@7.0.0-beta.5

## 7.0.0-beta.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/admin/admin-rte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-rte",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand All @@ -27,8 +27,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@comet/admin": "workspace:^7.0.0-beta.4",
"@comet/admin-icons": "workspace:^7.0.0-beta.4",
"@comet/admin": "workspace:^7.0.0-beta.5",
"@comet/admin-icons": "workspace:^7.0.0-beta.5",
"detect-browser": "^5.2.1",
"draft-js-export-html": "^1.4.1",
"draft-js-import-html": "^1.4.1",
Expand All @@ -38,8 +38,8 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.4",
"@comet/eslint-config": "workspace:^7.0.0-beta.4",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.5",
"@comet/eslint-config": "workspace:^7.0.0-beta.5",
"@mui/material": "^5.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/admin/admin-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @comet/admin-theme

## 7.0.0-beta.5

### Patch Changes

- @comet/admin-icons@7.0.0-beta.5

## 7.0.0-beta.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/admin/admin-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-theme",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand All @@ -25,14 +25,14 @@
"start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput"
},
"dependencies": {
"@comet/admin-icons": "workspace:^7.0.0-beta.4",
"@comet/admin-icons": "workspace:^7.0.0-beta.5",
"@mui/utils": "^5.4.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.4",
"@comet/eslint-config": "workspace:^7.0.0-beta.4",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.5",
"@comet/eslint-config": "workspace:^7.0.0-beta.5",
"@mui/material": "^5.0.0",
"@mui/system": "^5.0.0",
"@mui/x-data-grid": "^5.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/admin/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @comet/admin

## 7.0.0-beta.5

### Minor Changes

- 569ad0463: Deprecate `SplitButton`, `FinalFormSaveSplitButton` and `SplitButtonContext` and remove all uses of these components in our libraries

The reason is that we decided to retire the SplitButton pattern.

### Patch Changes

- @comet/admin-icons@7.0.0-beta.5
- @comet/admin-theme@7.0.0-beta.5

## 7.0.0-beta.4

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/admin/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/admin",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand All @@ -27,8 +27,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@comet/admin-icons": "workspace:^7.0.0-beta.4",
"@comet/admin-theme": "workspace:^7.0.0-beta.4",
"@comet/admin-icons": "workspace:^7.0.0-beta.5",
"@comet/admin-theme": "workspace:^7.0.0-beta.5",
"@mui/lab": "^5.0.0-alpha.76",
"@mui/private-theming": "^5.0.0",
"clsx": "^1.1.1",
Expand All @@ -48,8 +48,8 @@
"@apollo/client": "^3.7.0",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.4",
"@comet/eslint-config": "workspace:^7.0.0-beta.4",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.5",
"@comet/eslint-config": "workspace:^7.0.0-beta.5",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/admin/blocks-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @comet/blocks-admin

## 7.0.0-beta.5

### Patch Changes

- Updated dependencies [569ad0463]
- @comet/admin@7.0.0-beta.5
- @comet/admin-icons@7.0.0-beta.5

## 7.0.0-beta.4

### Major Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/admin/blocks-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/blocks-admin",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand Down Expand Up @@ -29,8 +29,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@comet/admin": "workspace:^7.0.0-beta.4",
"@comet/admin-icons": "workspace:^7.0.0-beta.4",
"@comet/admin": "workspace:^7.0.0-beta.5",
"@comet/admin-icons": "workspace:^7.0.0-beta.5",
"@mui/lab": "^5.0.0-alpha.76",
"clipboard-copy": "^4.0.0",
"clsx": "^1.1.1",
Expand All @@ -42,9 +42,9 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.4",
"@comet/cli": "workspace:^7.0.0-beta.4",
"@comet/eslint-config": "workspace:^7.0.0-beta.4",
"@comet/admin-babel-preset": "workspace:^7.0.0-beta.5",
"@comet/cli": "workspace:^7.0.0-beta.5",
"@comet/eslint-config": "workspace:^7.0.0-beta.5",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/lab": "^5.0.0-alpha.76",
Expand Down
18 changes: 18 additions & 0 deletions packages/admin/cms-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @comet/cms-admin

## 7.0.0-beta.5

### Minor Changes

- 569ad0463: Deprecate `SplitButton`, `FinalFormSaveSplitButton` and `SplitButtonContext` and remove all uses of these components in our libraries

The reason is that we decided to retire the SplitButton pattern.

### Patch Changes

- Updated dependencies [569ad0463]
- @comet/admin@7.0.0-beta.5
- @comet/admin-date-time@7.0.0-beta.5
- @comet/admin-icons@7.0.0-beta.5
- @comet/admin-rte@7.0.0-beta.5
- @comet/admin-theme@7.0.0-beta.5
- @comet/blocks-admin@7.0.0-beta.5

## 7.0.0-beta.4

### Major Changes
Expand Down
Loading

0 comments on commit b79a2de

Please sign in to comment.