Skip to content

Commit

Permalink
chore: stage changes for next release (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
difizor[bot] and github-actions[bot] authored Oct 24, 2024
1 parent 40d37b6 commit 0be3d8b
Show file tree
Hide file tree
Showing 17 changed files with 88 additions and 31 deletions.
12 changes: 0 additions & 12 deletions .changeset/eight-turkeys-yawn.md

This file was deleted.

11 changes: 11 additions & 0 deletions docs/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @difizen/magent-docs

## 0.1.28

### Patch Changes

- [#62](https://github.com/difizen/magent/pull/62) [`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - chore: update denpendencies for magent-libro

- Updated dependencies [[`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d)]:
- @difizen/magent-libro@0.1.28
- @difizen/magent-au@0.1.28
- @difizen/magent-chat@0.1.28

## 0.1.27

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions docs/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/magent-docs",
"version": "0.1.27",
"version": "0.1.28",
"private": true,
"license": "MIT",
"description": "Document site for magent",
Expand All @@ -24,9 +24,9 @@
"@difizen/mana-react": "^0.1.26",
"@difizen/umi-plugin-mana": "^0.1.26",
"@difizen/mana-l10n": "^0.1.26",
"@difizen/magent-chat": "^0.1.27",
"@difizen/magent-au": "^0.1.27",
"@difizen/magent-libro": "^0.1.27",
"@difizen/magent-chat": "^0.1.28",
"@difizen/magent-au": "^0.1.28",
"@difizen/magent-libro": "^0.1.28",
"dayjs": "^1.11.10",
"react": "^18.2.0",
"antd": "^5.8.6",
Expand Down
6 changes: 6 additions & 0 deletions web-apps/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @difizen/magent-platform

## 0.1.28

### Patch Changes

- [#62](https://github.com/difizen/magent/pull/62) [`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - chore: update denpendencies for magent-libro

## 0.1.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion web-apps/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/magent-platform",
"version": "0.1.27",
"version": "0.1.28",
"private": true,
"type": "module",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions web-apps/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @difizen/magent-ui

## 0.1.28

### Patch Changes

- [#62](https://github.com/difizen/magent/pull/62) [`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - chore: update denpendencies for magent-libro

- Updated dependencies [[`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d)]:
- @difizen/magent-core@0.1.28
- @difizen/magent-flow@0.1.28

## 0.1.27

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions web-apps/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/magent-ui",
"version": "0.1.27",
"version": "0.1.28",
"private": true,
"type": "module",
"keywords": [
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@difizen/magent-flow": "^0.1.27",
"@difizen/magent-core": "^0.1.27",
"@difizen/magent-flow": "^0.1.28",
"@difizen/magent-core": "^0.1.28",
"@difizen/mana-app": "^0.1.8",
"@difizen/mana-react": "^0.1.8",
"@rjsf/antd": "^5.18.2",
Expand Down
11 changes: 11 additions & 0 deletions web-packages/magent-au/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @difizen/magent-au

## 0.1.28

### Patch Changes

- [#62](https://github.com/difizen/magent/pull/62) [`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - chore: update denpendencies for magent-libro

- Updated dependencies [[`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d)]:
- @difizen/magent-chat@0.1.28
- @difizen/magent-core@0.1.28
- @difizen/magent-flow@0.1.28

## 0.1.27

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions web-packages/magent-au/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/magent-au",
"version": "0.1.27",
"version": "0.1.28",
"description": "",
"keywords": [
"chat",
Expand Down Expand Up @@ -48,9 +48,9 @@
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@difizen/magent-chat": "^0.1.27",
"@difizen/magent-core": "^0.1.27",
"@difizen/magent-flow": "^0.1.27",
"@difizen/magent-chat": "^0.1.28",
"@difizen/magent-core": "^0.1.28",
"@difizen/magent-flow": "^0.1.28",
"@difizen/mana-app": "latest",
"@difizen/mana-l10n": "latest",
"@difizen/mana-react": "latest",
Expand Down
9 changes: 9 additions & 0 deletions web-packages/magent-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @difizen/magent-chat

## 0.1.28

### Patch Changes

- [#62](https://github.com/difizen/magent/pull/62) [`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - chore: update denpendencies for magent-libro

- Updated dependencies [[`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d)]:
- @difizen/magent-core@0.1.28

## 0.1.27

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions web-packages/magent-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/magent-chat",
"version": "0.1.27",
"version": "0.1.28",
"description": "",
"keywords": [
"chat",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@difizen/mana-app": "latest",
"@difizen/mana-l10n": "latest",
"@difizen/mana-react": "latest",
"@difizen/magent-core": "^0.1.27",
"@difizen/magent-core": "^0.1.28",
"antd": "^5.18.0",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
Expand Down
6 changes: 6 additions & 0 deletions web-packages/magent-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @difizen/magent-core

## 0.1.28

### Patch Changes

- [#62](https://github.com/difizen/magent/pull/62) [`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - chore: update denpendencies for magent-libro

## 0.1.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion web-packages/magent-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/magent-core",
"version": "0.1.27",
"version": "0.1.28",
"description": "",
"keywords": [
"core",
Expand Down
6 changes: 6 additions & 0 deletions web-packages/magent-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @difizen/magent-flow

## 0.1.28

### Patch Changes

- [#62](https://github.com/difizen/magent/pull/62) [`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - chore: update denpendencies for magent-libro

## 0.1.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion web-packages/magent-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@difizen/magent-flow",
"private": true,
"version": "0.1.27",
"version": "0.1.28",
"description": "",
"keywords": [
"flow",
Expand Down
10 changes: 10 additions & 0 deletions web-packages/magent-libro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @difizen/magent-libro

## 0.1.28

### Patch Changes

- [#62](https://github.com/difizen/magent/pull/62) [`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - chore: update denpendencies for magent-libro

- Updated dependencies [[`40d37b6`](https://github.com/difizen/magent/commit/40d37b6af7e6facb1ac582491a42685ebbca2a4d)]:
- @difizen/magent-chat@0.1.28
- @difizen/magent-core@0.1.28

## 0.1.27

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions web-packages/magent-libro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/magent-libro",
"version": "0.1.27",
"version": "0.1.28",
"description": "",
"keywords": [
"chat",
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@difizen/magent-chat": "^0.1.27",
"@difizen/magent-core": "^0.1.27",
"@difizen/magent-chat": "^0.1.28",
"@difizen/magent-core": "^0.1.28",
"@difizen/mana-app": "latest",
"@difizen/mana-l10n": "latest",
"@difizen/mana-react": "latest",
Expand Down

0 comments on commit 0be3d8b

Please sign in to comment.