Skip to content

Commit

Permalink
Version Packages (#2084)
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 main, this PR will
be updated.


# Releases
## @comet/admin@6.11.0

### Minor Changes

- 8e3dec5: Change `writeClipboardText`/`readClipboardText` clipboard
fallback to in-memory

Using the local storage as a fallback caused issues when writing
clipboard contents larger than 5MB.
    Changing the fallback to in-memory resolves the issue.

### Patch Changes

-   @comet/admin-icons@6.11.0

## @comet/cms-admin@6.11.0

### Minor Changes

- e10753b: Allow disabling the "Open preview" button in the `PageTree`
for certain document types

The "Open preview" button is shown for all document types in the
`PageTree`.
    But some document types (e.g., links) don't have a preview.
    Clicking on the preview button leads to an error page.

Now, it's possible to disable the button by setting `hasNoSitePreview`
for the document:

    ```diff
export const Link: DocumentInterface<Pick<GQLLink, "content">,
GQLLinkInput> = {
        // ...
    +   hasNoSitePreview: true,
    };
    ```

- fdf9fa7: Automatic Redirects are now set to false if the page is
unpublished or archived

### Patch Changes

-   815ba51: Fix link target validation in `ExternalLinkBlock`

    Previously, two different validation checks were used.
This resulted in an error when saving an invalid link target but no
error message was shown.

-   Updated dependencies [8e3dec5]
    -   @comet/admin@6.11.0
    -   @comet/admin-date-time@6.11.0
    -   @comet/admin-icons@6.11.0
    -   @comet/admin-rte@6.11.0
    -   @comet/admin-theme@6.11.0
    -   @comet/blocks-admin@6.11.0

## @comet/cms-api@6.11.0

### Minor Changes

-   0db10a5: Add a console script to import redirects from a csv file

You can use the script like this: `npm run console import-redirects
file-to-import.csv`

    The CSV file must look like this:

    ```csv
    source;target;target_type;comment;scope_domain
    /test-source;/test-target;internal;Internal Example;main
/test-source-external;https://www.comet-dxp.com/;external;External
Example;secondary
    ```

### Patch Changes

-   Updated dependencies [93a84b6]
    -   @comet/blocks-api@6.11.0

## @comet/admin-color-picker@6.11.0

### Patch Changes

-   Updated dependencies [8e3dec5]
    -   @comet/admin@6.11.0
    -   @comet/admin-icons@6.11.0

## @comet/admin-date-time@6.11.0

### Patch Changes

-   Updated dependencies [8e3dec5]
    -   @comet/admin@6.11.0
    -   @comet/admin-icons@6.11.0

## @comet/admin-react-select@6.11.0

### Patch Changes

-   Updated dependencies [8e3dec5]
    -   @comet/admin@6.11.0

## @comet/admin-rte@6.11.0

### Patch Changes

-   Updated dependencies [8e3dec5]
    -   @comet/admin@6.11.0
    -   @comet/admin-icons@6.11.0

## @comet/admin-theme@6.11.0

### Patch Changes

-   @comet/admin-icons@6.11.0

## @comet/blocks-admin@6.11.0

### Patch Changes

-   Updated dependencies [8e3dec5]
    -   @comet/admin@6.11.0
    -   @comet/admin-icons@6.11.0

## @comet/blocks-api@6.11.0

### Patch Changes

-   93a84b6: Fix type of `youtubeIdentifier` in `YouTubeVideoBlock`

    Previously, it was incorrectly typed as required. Now it's optional.

## @comet/eslint-config@6.11.0

### Patch Changes

-   @comet/eslint-plugin@6.11.0

## @comet/admin-babel-preset@6.11.0



## @comet/admin-icons@6.11.0



## @comet/cli@6.11.0



## @comet/eslint-plugin@6.11.0



## @comet/cms-site@6.11.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 31, 2024
1 parent 93a84b6 commit 53ee875
Show file tree
Hide file tree
Showing 39 changed files with 243 additions and 165 deletions.
18 changes: 0 additions & 18 deletions .changeset/few-actors-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-roses-worry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/plenty-pillows-jog.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/real-plants-rescue.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/six-meals-lie.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/young-hotels-sparkle.md

This file was deleted.

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

## 6.11.0

## 6.10.0

## 6.9.0
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": "6.10.0",
"version": "6.11.0",
"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

## 6.11.0

### Patch Changes

- Updated dependencies [8e3dec523]
- @comet/admin@6.11.0
- @comet/admin-icons@6.11.0

## 6.10.0

### 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": "6.10.0",
"version": "6.11.0",
"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:^6.10.0",
"@comet/admin-icons": "workspace:^6.10.0",
"@comet/admin": "workspace:^6.11.0",
"@comet/admin-icons": "workspace:^6.11.0",
"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:^6.10.0",
"@comet/eslint-config": "workspace:^6.10.0",
"@comet/admin-babel-preset": "workspace:^6.11.0",
"@comet/eslint-config": "workspace:^6.11.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.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

## 6.11.0

### Patch Changes

- Updated dependencies [8e3dec523]
- @comet/admin@6.11.0
- @comet/admin-icons@6.11.0

## 6.10.0

### 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": "6.10.0",
"version": "6.11.0",
"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:^6.10.0",
"@comet/admin-icons": "workspace:^6.10.0",
"@comet/admin": "workspace:^6.11.0",
"@comet/admin-icons": "workspace:^6.11.0",
"@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:^6.10.0",
"@comet/eslint-config": "workspace:^6.10.0",
"@comet/admin-babel-preset": "workspace:^6.11.0",
"@comet/eslint-config": "workspace:^6.11.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
"@types/react": "^17.0",
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

## 6.11.0

## 6.10.0

## 6.9.0
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": "6.10.0",
"version": "6.11.0",
"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:^6.10.0",
"@comet/eslint-config": "workspace:^6.10.0",
"@comet/admin-babel-preset": "workspace:^6.11.0",
"@comet/eslint-config": "workspace:^6.11.0",
"@mui/material": "^5.0.0",
"@types/cli-progress": "^3.8.0",
"@types/node": "^18.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/admin/admin-react-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @comet/admin-react-select

## 6.11.0

### Patch Changes

- Updated dependencies [8e3dec523]
- @comet/admin@6.11.0

## 6.10.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "6.10.0",
"version": "6.11.0",
"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": "workspace:^6.10.0",
"@comet/admin": "workspace:^6.11.0",
"classnames": "^2.2.6"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^6.10.0",
"@comet/eslint-config": "workspace:^6.10.0",
"@comet/admin-babel-preset": "workspace:^6.11.0",
"@comet/eslint-config": "workspace:^6.11.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.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

## 6.11.0

### Patch Changes

- Updated dependencies [8e3dec523]
- @comet/admin@6.11.0
- @comet/admin-icons@6.11.0

## 6.10.0

### 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": "6.10.0",
"version": "6.11.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand All @@ -27,8 +27,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@comet/admin": "workspace:^6.10.0",
"@comet/admin-icons": "workspace:^6.10.0",
"@comet/admin": "workspace:^6.11.0",
"@comet/admin-icons": "workspace:^6.11.0",
"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:^6.10.0",
"@comet/eslint-config": "workspace:^6.10.0",
"@comet/admin-babel-preset": "workspace:^6.11.0",
"@comet/eslint-config": "workspace:^6.11.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.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

## 6.11.0

### Patch Changes

- @comet/admin-icons@6.11.0

## 6.10.0

### 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": "6.10.0",
"version": "6.11.0",
"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:^6.10.0",
"@comet/admin-icons": "workspace:^6.11.0",
"@mui/utils": "^5.4.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^6.10.0",
"@comet/eslint-config": "workspace:^6.10.0",
"@comet/admin-babel-preset": "workspace:^6.11.0",
"@comet/eslint-config": "workspace:^6.11.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
"@mui/system": "^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

## 6.11.0

### Minor Changes

- 8e3dec523: Change `writeClipboardText`/`readClipboardText` clipboard fallback to in-memory

Using the local storage as a fallback caused issues when writing clipboard contents larger than 5MB.
Changing the fallback to in-memory resolves the issue.

### Patch Changes

- @comet/admin-icons@6.11.0

## 6.10.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/admin/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/admin",
"version": "6.10.0",
"version": "6.11.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand All @@ -27,7 +27,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@comet/admin-icons": "workspace:^6.10.0",
"@comet/admin-icons": "workspace:^6.11.0",
"@mui/private-theming": "^5.0.0",
"clsx": "^1.1.1",
"exceljs": "^3.4.0",
Expand All @@ -46,8 +46,8 @@
"@apollo/client": "^3.7.0",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^6.10.0",
"@comet/eslint-config": "workspace:^6.10.0",
"@comet/admin-babel-preset": "workspace:^6.11.0",
"@comet/eslint-config": "workspace:^6.11.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-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

## 6.11.0

### Patch Changes

- Updated dependencies [8e3dec523]
- @comet/admin@6.11.0
- @comet/admin-icons@6.11.0

## 6.10.0

### Patch Changes
Expand Down
Loading

0 comments on commit 53ee875

Please sign in to comment.