Skip to content

Commit

Permalink
Merge pull request #1086 from vivid-planet/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
johnnyomair authored May 22, 2023
2 parents 84428da + 2d171c5 commit e1db1f1
Show file tree
Hide file tree
Showing 46 changed files with 307 additions and 243 deletions.
6 changes: 0 additions & 6 deletions .changeset/five-planets-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-gorillas-tell.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/forty-readers-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-ghosts-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-students-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-mirrors-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-bears-brake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-suns-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-cherries-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-needles-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-timers-complain.md

This file was deleted.

18 changes: 9 additions & 9 deletions demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"dependencies": {
"@apollo/client": "^3.7.0",
"@babel/core": "^7.0.0",
"@comet/admin": "workspace:^4.1.0",
"@comet/admin-icons": "workspace:^4.1.0",
"@comet/admin-react-select": "workspace:^4.1.0",
"@comet/admin-rte": "workspace:^4.1.0",
"@comet/admin-theme": "workspace:^4.1.0",
"@comet/blocks-admin": "workspace:^4.1.0",
"@comet/cms-admin": "workspace:^4.1.0",
"@comet/admin": "workspace:^4.2.0",
"@comet/admin-icons": "workspace:^4.2.0",
"@comet/admin-react-select": "workspace:^4.2.0",
"@comet/admin-rte": "workspace:^4.2.0",
"@comet/admin-theme": "workspace:^4.2.0",
"@comet/blocks-admin": "workspace:^4.2.0",
"@comet/cms-admin": "workspace:^4.2.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/roboto": "^4.5.5",
Expand Down Expand Up @@ -86,8 +86,8 @@
"zen-observable": "^0.8.0"
},
"devDependencies": {
"@comet/cli": "workspace:^4.1.0",
"@comet/eslint-config": "workspace:^4.1.0",
"@comet/cli": "workspace:^4.2.0",
"@comet/eslint-config": "workspace:^4.2.0",
"@emotion/babel-plugin": "^11.0.0",
"@formatjs/cli": "^2.0.0",
"@gitbeaker/node": "^25.0.0",
Expand Down
6 changes: 3 additions & 3 deletions demo/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.47.0",
"@azure/storage-blob": "^12.0.0",
"@comet/blocks-api": "workspace:^4.1.0",
"@comet/cms-api": "workspace:^4.1.0",
"@comet/blocks-api": "workspace:^4.2.0",
"@comet/cms-api": "workspace:^4.2.0",
"@hapi/accept": "^5.0.0",
"@kubernetes/client-node": "^0.18.0",
"@mikro-orm/cli": "^5.0.4",
Expand Down Expand Up @@ -81,7 +81,7 @@
"webpack": "^5.64.2"
},
"devDependencies": {
"@comet/eslint-config": "workspace:^4.1.0",
"@comet/eslint-config": "workspace:^4.2.0",
"@nestjs/cli": "^9.0.0",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions demo/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"serve": "npm run extract:publicGenerated && NODE_ENV=production node server.js"
},
"dependencies": {
"@comet/cms-site": "workspace:^4.1.0",
"@comet/cms-site": "workspace:^4.2.0",
"@googlemaps/js-api-loader": "^1.0.0",
"@googlemaps/markerclustererplus": "^1.0.0",
"@opentelemetry/api": "^1.4.0",
Expand Down Expand Up @@ -53,8 +53,8 @@
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@comet/cli": "workspace:^4.1.0",
"@comet/eslint-config": "workspace:^4.1.0",
"@comet/cli": "workspace:^4.2.0",
"@comet/eslint-config": "workspace:^4.2.0",
"@graphql-codegen/add": "^3.0.0",
"@graphql-codegen/cli": "^2.0.0",
"@graphql-codegen/named-operations-object": "^2.0.0",
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,3 +1,5 @@
# @comet/admin-babel-preset

## 4.2.0

## 4.1.0
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": "4.1.0",
"version": "4.2.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand Down
12 changes: 12 additions & 0 deletions packages/admin/admin-color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @comet/admin-color-picker

## 4.2.0

### Patch Changes

- Updated dependencies [67e54a82]
- Updated dependencies [3567533e]
- Updated dependencies [7b614c13]
- Updated dependencies [aaf1586c]
- Updated dependencies [d25a7cbb]
- @comet/admin@4.2.0
- @comet/admin-icons@4.2.0

## 4.1.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": "4.1.0",
"version": "4.2.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:^4.1.0",
"@comet/admin-icons": "workspace:^4.1.0",
"@comet/admin": "workspace:^4.2.0",
"@comet/admin-icons": "workspace:^4.2.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:^4.1.0",
"@comet/eslint-config": "workspace:^4.1.0",
"@comet/admin-babel-preset": "workspace:^4.2.0",
"@comet/eslint-config": "workspace:^4.2.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/admin/admin-date-time/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @comet/admin-date-time

## 4.2.0

### Patch Changes

- Updated dependencies [67e54a82]
- Updated dependencies [3567533e]
- Updated dependencies [7b614c13]
- Updated dependencies [aaf1586c]
- Updated dependencies [d25a7cbb]
- @comet/admin@4.2.0
- @comet/admin-icons@4.2.0

## 4.1.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": "4.1.0",
"version": "4.2.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:^4.1.0",
"@comet/admin-icons": "workspace:^4.1.0",
"@comet/admin": "workspace:^4.2.0",
"@comet/admin-icons": "workspace:^4.2.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:^4.1.0",
"@comet/eslint-config": "workspace:^4.1.0",
"@comet/admin-babel-preset": "workspace:^4.2.0",
"@comet/eslint-config": "workspace:^4.2.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

## 4.2.0

## 4.1.0

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

## 4.2.0

### Patch Changes

- Updated dependencies [67e54a82]
- Updated dependencies [3567533e]
- Updated dependencies [7b614c13]
- Updated dependencies [aaf1586c]
- Updated dependencies [d25a7cbb]
- @comet/admin@4.2.0

## 4.1.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": "4.1.0",
"version": "4.2.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:^4.1.0",
"@comet/admin": "workspace:^4.2.0",
"classnames": "^2.2.6"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^4.1.0",
"@comet/eslint-config": "workspace:^4.1.0",
"@comet/admin-babel-preset": "workspace:^4.2.0",
"@comet/eslint-config": "workspace:^4.2.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/admin/admin-rte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @comet/admin-rte

## 4.2.0

## 4.1.0
6 changes: 3 additions & 3 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": "4.1.0",
"version": "4.2.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
Expand Down Expand Up @@ -32,8 +32,8 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^4.1.0",
"@comet/eslint-config": "workspace:^4.1.0",
"@comet/admin-babel-preset": "workspace:^4.2.0",
"@comet/eslint-config": "workspace:^4.2.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/admin/admin-stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@comet/admin": "workspace:^4.1.0",
"@comet/admin-color-picker": "workspace:^4.1.0",
"@comet/admin-date-time": "workspace:^4.1.0",
"@comet/admin-icons": "workspace:^4.1.0",
"@comet/admin-react-select": "workspace:^4.1.0",
"@comet/admin-rte": "workspace:^4.1.0",
"@comet/admin-theme": "workspace:^4.1.0",
"@comet/admin": "workspace:^4.2.0",
"@comet/admin-color-picker": "workspace:^4.2.0",
"@comet/admin-date-time": "workspace:^4.2.0",
"@comet/admin-icons": "workspace:^4.2.0",
"@comet/admin-react-select": "workspace:^4.2.0",
"@comet/admin-rte": "workspace:^4.2.0",
"@comet/admin-theme": "workspace:^4.2.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fontsource/roboto": "^4.2.3",
Expand Down Expand Up @@ -64,8 +64,8 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@comet/admin-babel-preset": "workspace:^4.1.0",
"@comet/eslint-config": "workspace:^4.1.0",
"@comet/admin-babel-preset": "workspace:^4.2.0",
"@comet/eslint-config": "workspace:^4.2.0",
"@faker-js/faker": "^7.6.0",
"@graphql-mocks/network-msw": "^0.3.0",
"@types/draft-js": "^0.11.10",
Expand Down
7 changes: 7 additions & 0 deletions packages/admin/admin-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @comet/admin-theme

## 4.2.0

### Patch Changes

- 67e54a82: Add styling variants to Tooltip
- @comet/admin-icons@4.2.0

## 4.1.0

### Patch Changes
Expand Down
Loading

0 comments on commit e1db1f1

Please sign in to comment.