Skip to content

Commit

Permalink
chore: stage changes for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and BroKun committed Sep 5, 2024
1 parent e4a0042 commit 029bb3e
Show file tree
Hide file tree
Showing 21 changed files with 130 additions and 47 deletions.
14 changes: 0 additions & 14 deletions .changeset/tame-badgers-camp.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @difizen/mana-docs

## 0.1.27

### Patch Changes

- [#62](https://github.com/difizen/mana/pull/62) [`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix(umi-plugin): update mana runtime plugin dir name

- Updated dependencies [[`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20)]:
- @difizen/umi-plugin-mana@0.1.27
- @difizen/mana-app@0.1.27
- @difizen/mana-l10n@0.1.27
- @difizen/mana-react@0.1.27

## 0.1.26

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/mana-docs",
"version": "0.1.26",
"version": "0.1.27",
"private": true,
"license": "MIT",
"description": "Document site for mana",
Expand All @@ -24,10 +24,10 @@
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@difizen/mana-app": "^0.1.26",
"@difizen/mana-react": "^0.1.26",
"@difizen/umi-plugin-mana": "^0.1.26",
"@difizen/mana-l10n": "^0.1.26",
"@difizen/mana-app": "^0.1.27",
"@difizen/mana-react": "^0.1.27",
"@difizen/umi-plugin-mana": "^0.1.27",
"@difizen/mana-l10n": "^0.1.27",
"antd": "^5.8.6",
"octokit": "^3",
"react-copy-to-clipboard": "^5.1.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/mana-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @difizen/mana-app

## 0.1.27

### Patch Changes

- [#62](https://github.com/difizen/mana/pull/62) [`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix(umi-plugin): update mana runtime plugin dir name

- Updated dependencies [[`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20)]:
- @difizen/mana-common@0.1.27
- @difizen/mana-core@0.1.27
- @difizen/mana-l10n@0.1.27
- @difizen/mana-observable@0.1.27
- @difizen/mana-react@0.1.27
- @difizen/mana-syringe@0.1.27

## 0.1.26

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/mana-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/mana-app",
"version": "0.1.26",
"version": "0.1.27",
"sideEffects": false,
"description": "",
"keywords": [
Expand Down Expand Up @@ -45,12 +45,12 @@
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@difizen/mana-common": "^0.1.26",
"@difizen/mana-core": "^0.1.26",
"@difizen/mana-observable": "^0.1.26",
"@difizen/mana-react": "^0.1.26",
"@difizen/mana-syringe": "^0.1.26",
"@difizen/mana-l10n": "^0.1.26",
"@difizen/mana-common": "^0.1.27",
"@difizen/mana-core": "^0.1.27",
"@difizen/mana-observable": "^0.1.27",
"@difizen/mana-react": "^0.1.27",
"@difizen/mana-syringe": "^0.1.27",
"@difizen/mana-l10n": "^0.1.27",
"@types/lodash.debounce": "4.0.3",
"@types/react-virtualized": "^9.21.22",
"classnames": "^2.3.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/mana-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @difizen/mana-common

## 0.1.27

### Patch Changes

- [#62](https://github.com/difizen/mana/pull/62) [`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix(umi-plugin): update mana runtime plugin dir name

## 0.1.26

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

## 0.1.27

### Patch Changes

- [#62](https://github.com/difizen/mana/pull/62) [`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix(umi-plugin): update mana runtime plugin dir name

- Updated dependencies [[`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20)]:
- @difizen/mana-common@0.1.27
- @difizen/mana-observable@0.1.27
- @difizen/mana-syringe@0.1.27

## 0.1.26

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/mana-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/mana-core",
"version": "0.1.26",
"version": "0.1.27",
"sideEffects": false,
"description": "",
"keywords": [
Expand Down Expand Up @@ -45,9 +45,9 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/mana-common": "^0.1.26",
"@difizen/mana-observable": "^0.1.26",
"@difizen/mana-syringe": "^0.1.26",
"@difizen/mana-common": "^0.1.27",
"@difizen/mana-observable": "^0.1.27",
"@difizen/mana-syringe": "^0.1.27",
"ajv": "^8.12.0",
"debug": "^4.3.1",
"resize-observer-polyfill": "^1.5.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/mana-l10n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @difizen/mana-l10n

## 0.1.27

### Patch Changes

- [#62](https://github.com/difizen/mana/pull/62) [`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix(umi-plugin): update mana runtime plugin dir name

## 0.1.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mana-l10n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/mana-l10n",
"version": "0.1.26",
"version": "0.1.27",
"keywords": [],
"exports": {
".": {
Expand Down
10 changes: 10 additions & 0 deletions packages/mana-observable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @difizen/mana-observable

## 0.1.27

### Patch Changes

- [#62](https://github.com/difizen/mana/pull/62) [`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix(umi-plugin): update mana runtime plugin dir name

- Updated dependencies [[`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20)]:
- @difizen/mana-common@0.1.27
- @difizen/mana-syringe@0.1.27

## 0.1.26

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/mana-observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/mana-observable",
"version": "0.1.26",
"version": "0.1.27",
"description": "",
"keywords": [
"mana",
Expand Down Expand Up @@ -42,8 +42,8 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/mana-common": "^0.1.26",
"@difizen/mana-syringe": "^0.1.26",
"@difizen/mana-common": "^0.1.27",
"@difizen/mana-syringe": "^0.1.27",
"reflect-metadata": "^0.1.13"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/mana-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @difizen/mana-react

## 0.1.27

### Patch Changes

- [#62](https://github.com/difizen/mana/pull/62) [`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix(umi-plugin): update mana runtime plugin dir name

- Updated dependencies [[`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20)]:
- @difizen/mana-common@0.1.27

## 0.1.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mana-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/mana-react",
"version": "0.1.26",
"version": "0.1.27",
"description": "",
"keywords": [
"mana",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@difizen/mana-common": "^0.1.26",
"@difizen/mana-common": "^0.1.27",
"classnames": "^2.3.2",
"rc-dropdown": "^3.2.0",
"rc-motion": "^2.9.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/mana-syringe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @difizen/mana-syringe

## 0.1.27

### Patch Changes

- [#62](https://github.com/difizen/mana/pull/62) [`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix(umi-plugin): update mana runtime plugin dir name

- Updated dependencies [[`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20)]:
- @difizen/mana-common@0.1.27

## 0.1.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mana-syringe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/mana-syringe",
"version": "0.1.26",
"version": "0.1.27",
"description": "",
"keywords": [
"mana",
Expand Down Expand Up @@ -44,7 +44,7 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/mana-common": "^0.1.26",
"@difizen/mana-common": "^0.1.27",
"inversify": "^5.1.1",
"reflect-metadata": "^0.1.13"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/mana-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @difizen/mana-ui

## 0.1.27

### Patch Changes

- [#62](https://github.com/difizen/mana/pull/62) [`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix(umi-plugin): update mana runtime plugin dir name

- Updated dependencies [[`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20)]:
- @difizen/mana-app@0.1.27
- @difizen/mana-common@0.1.27
- @difizen/mana-core@0.1.27
- @difizen/mana-observable@0.1.27
- @difizen/mana-react@0.1.27
- @difizen/mana-syringe@0.1.27

## 0.1.26

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/mana-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/mana-ui",
"version": "0.1.26",
"version": "0.1.27",
"keywords": [
"mana",
"difizen",
Expand Down Expand Up @@ -41,12 +41,12 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/mana-common": "^0.1.26",
"@difizen/mana-syringe": "^0.1.26",
"@difizen/mana-core": "^0.1.26",
"@difizen/mana-observable": "^0.1.26",
"@difizen/mana-react": "^0.1.26",
"@difizen/mana-app": "^0.1.26",
"@difizen/mana-common": "^0.1.27",
"@difizen/mana-syringe": "^0.1.27",
"@difizen/mana-core": "^0.1.27",
"@difizen/mana-observable": "^0.1.27",
"@difizen/mana-react": "^0.1.27",
"@difizen/mana-app": "^0.1.27",
"classnames": "^2.3.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/umi-plugin-mana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @difizen/umi-plugin-mana

## 0.1.27

### Patch Changes

- [#62](https://github.com/difizen/mana/pull/62) [`812915f`](https://github.com/difizen/mana/commit/812915f4681c44982cefa5800d6f11ec27a81a20) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix(umi-plugin): update mana runtime plugin dir name

## 0.1.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-mana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/umi-plugin-mana",
"version": "0.1.26",
"version": "0.1.27",
"description": "",
"keywords": [
"mana",
Expand Down

0 comments on commit 029bb3e

Please sign in to comment.