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 Nov 15, 2024
1 parent 92f3efc commit 08fe6ef
Show file tree
Hide file tree
Showing 28 changed files with 190 additions and 74 deletions.
17 changes: 0 additions & 17 deletions .changeset/fuzzy-adults-decide.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/smart-dancers-invite.md

This file was deleted.

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

## 0.1.30

### Patch Changes

- [#76](https://github.com/difizen/mana/pull/76) [`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf) Thanks [@BroKun](https://github.com/BroKun)! - Use a consistent version.

- [#78](https://github.com/difizen/mana/pull/78) [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix text color for some components

- Updated dependencies [[`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf), [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55)]:
- @difizen/umi-plugin-mana@0.1.30
- @difizen/mana-react@0.1.30
- @difizen/mana-l10n@0.1.30
- @difizen/mana-app@0.1.30

## 0.1.28

### 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.28",
"version": "0.1.30",
"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.28",
"@difizen/mana-react": "^0.1.28",
"@difizen/umi-plugin-mana": "^0.1.28",
"@difizen/mana-l10n": "^0.1.28",
"@difizen/mana-app": "^0.1.30",
"@difizen/mana-react": "^0.1.30",
"@difizen/umi-plugin-mana": "^0.1.30",
"@difizen/mana-l10n": "^0.1.30",
"antd": "^5.8.6",
"octokit": "^3",
"react-copy-to-clipboard": "^5.1.0"
Expand Down
12 changes: 12 additions & 0 deletions apps/react-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @difizen/mana-react-example

## 0.1.30

### Patch Changes

- [#76](https://github.com/difizen/mana/pull/76) [`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf) Thanks [@BroKun](https://github.com/BroKun)! - Use a consistent version.

- [#78](https://github.com/difizen/mana/pull/78) [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix text color for some components

- Updated dependencies [[`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf), [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55)]:
- @difizen/babel-preset-mana@0.1.30
- @difizen/mana-app@0.1.30

## 0.1.28

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/react-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@difizen/mana-react-example",
"version": "0.1.28",
"version": "0.1.30",
"description": "Minimal boilerplate for writing Web Applications using React, Webpack, TypeScript with best practices",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -44,8 +44,8 @@
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@difizen/mana-app": "^0.1.28",
"@difizen/babel-preset-mana": "^0.1.28",
"@difizen/mana-app": "^0.1.30",
"@difizen/babel-preset-mana": "^0.1.30",
"babel-loader": "^9.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
13 changes: 13 additions & 0 deletions apps/umi-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @difizen/mana-umi-example

## 0.1.30

### Patch Changes

- [#76](https://github.com/difizen/mana/pull/76) [`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf) Thanks [@BroKun](https://github.com/BroKun)! - Use a consistent version.

- [#78](https://github.com/difizen/mana/pull/78) [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix text color for some components

- Updated dependencies [[`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf), [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55)]:
- @difizen/umi-plugin-mana@0.1.30
- @difizen/mana-app@0.1.30
6 changes: 3 additions & 3 deletions apps/umi-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.1.27",
"version": "0.1.30",
"name": "@difizen/mana-umi-example",
"author": "brokun <[email protected]>",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"start": "npm run dev"
},
"dependencies": {
"@difizen/umi-plugin-mana": "^0.1.27",
"@difizen/mana-app": "^0.1.27",
"@difizen/umi-plugin-mana": "^0.1.30",
"@difizen/mana-app": "^0.1.30",
"umi": "^4.3.20"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-preset-mana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @difizen/umi-plugin-mana

## 0.1.30

### Patch Changes

- [#76](https://github.com/difizen/mana/pull/76) [`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf) Thanks [@BroKun](https://github.com/BroKun)! - Use a consistent version.

- [#78](https://github.com/difizen/mana/pull/78) [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix text color for some components

## 0.1.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-mana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/babel-preset-mana",
"version": "0.1.28",
"version": "0.1.30",
"description": "",
"keywords": [
"mana",
Expand Down
16 changes: 16 additions & 0 deletions packages/mana-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @difizen/mana-app

## 0.1.30

### Patch Changes

- [#76](https://github.com/difizen/mana/pull/76) [`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf) Thanks [@BroKun](https://github.com/BroKun)! - Use a consistent version.

- [#78](https://github.com/difizen/mana/pull/78) [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix text color for some components

- Updated dependencies [[`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf), [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55)]:
- @difizen/mana-observable@0.1.30
- @difizen/mana-syringe@0.1.30
- @difizen/mana-common@0.1.30
- @difizen/mana-react@0.1.30
- @difizen/mana-core@0.1.30
- @difizen/mana-l10n@0.1.30

## 0.1.28

### 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.28",
"version": "0.1.30",
"sideEffects": false,
"description": "",
"keywords": [
Expand Down Expand Up @@ -45,12 +45,12 @@
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@difizen/mana-common": "^0.1.28",
"@difizen/mana-core": "^0.1.29",
"@difizen/mana-observable": "^0.1.28",
"@difizen/mana-react": "^0.1.28",
"@difizen/mana-syringe": "^0.1.28",
"@difizen/mana-l10n": "^0.1.28",
"@difizen/mana-common": "^0.1.30",
"@difizen/mana-core": "^0.1.30",
"@difizen/mana-observable": "^0.1.30",
"@difizen/mana-react": "^0.1.30",
"@difizen/mana-syringe": "^0.1.30",
"@difizen/mana-l10n": "^0.1.30",
"@types/lodash.debounce": "4.0.3",
"@types/react-virtualized": "^9.21.22",
"classnames": "^2.3.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/mana-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @difizen/mana-common

## 0.1.30

### Patch Changes

- [#76](https://github.com/difizen/mana/pull/76) [`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf) Thanks [@BroKun](https://github.com/BroKun)! - Use a consistent version.

- [#78](https://github.com/difizen/mana/pull/78) [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix text color for some components

## 0.1.28

### 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.28",
"version": "0.1.30",
"sideEffects": false,
"description": "",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/mana-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @difizen/mana-core

## 0.1.30

### Patch Changes

- [#76](https://github.com/difizen/mana/pull/76) [`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf) Thanks [@BroKun](https://github.com/BroKun)! - Use a consistent version.

- [#78](https://github.com/difizen/mana/pull/78) [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix text color for some components

- Updated dependencies [[`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf), [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55)]:
- @difizen/mana-observable@0.1.30
- @difizen/mana-syringe@0.1.30
- @difizen/mana-common@0.1.30

## 0.1.29

### 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.29",
"version": "0.1.30",
"sideEffects": false,
"description": "",
"keywords": [
Expand Down Expand Up @@ -45,9 +45,9 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/mana-common": "^0.1.28",
"@difizen/mana-observable": "^0.1.28",
"@difizen/mana-syringe": "^0.1.28",
"@difizen/mana-common": "^0.1.30",
"@difizen/mana-observable": "^0.1.30",
"@difizen/mana-syringe": "^0.1.30",
"ajv": "^8.12.0",
"debug": "^4.3.1",
"resize-observer-polyfill": "^1.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/mana-l10n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @difizen/mana-l10n

## 0.1.30

### Patch Changes

- [#76](https://github.com/difizen/mana/pull/76) [`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf) Thanks [@BroKun](https://github.com/BroKun)! - Use a consistent version.

- [#78](https://github.com/difizen/mana/pull/78) [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix text color for some components

## 0.1.28

### 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.28",
"version": "0.1.30",
"keywords": [],
"exports": {
".": {
Expand Down
12 changes: 12 additions & 0 deletions packages/mana-observable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @difizen/mana-observable

## 0.1.30

### Patch Changes

- [#76](https://github.com/difizen/mana/pull/76) [`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf) Thanks [@BroKun](https://github.com/BroKun)! - Use a consistent version.

- [#78](https://github.com/difizen/mana/pull/78) [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix text color for some components

- Updated dependencies [[`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf), [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55)]:
- @difizen/mana-syringe@0.1.30
- @difizen/mana-common@0.1.30

## 0.1.28

### 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.28",
"version": "0.1.30",
"description": "",
"keywords": [
"mana",
Expand Down Expand Up @@ -42,8 +42,8 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/mana-common": "^0.1.28",
"@difizen/mana-syringe": "^0.1.28",
"@difizen/mana-common": "^0.1.30",
"@difizen/mana-syringe": "^0.1.30",
"reflect-metadata": "^0.1.13"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/mana-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @difizen/mana-react

## 0.1.30

### Patch Changes

- [#76](https://github.com/difizen/mana/pull/76) [`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf) Thanks [@BroKun](https://github.com/BroKun)! - Use a consistent version.

- [#78](https://github.com/difizen/mana/pull/78) [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix text color for some components

- Updated dependencies [[`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf), [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55)]:
- @difizen/mana-common@0.1.30

## 0.1.28

### 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.28",
"version": "0.1.30",
"description": "",
"keywords": [
"mana",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@difizen/mana-common": "^0.1.28",
"@difizen/mana-common": "^0.1.30",
"classnames": "^2.3.2",
"rc-dropdown": "^3.2.0",
"rc-motion": "^2.9.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/mana-syringe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @difizen/mana-syringe

## 0.1.30

### Patch Changes

- [#76](https://github.com/difizen/mana/pull/76) [`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf) Thanks [@BroKun](https://github.com/BroKun)! - Use a consistent version.

- [#78](https://github.com/difizen/mana/pull/78) [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - fix text color for some components

- Updated dependencies [[`14ea61a`](https://github.com/difizen/mana/commit/14ea61ac7ecc717b3091687b9ea4ac0aaf1e6ecf), [`92f3efc`](https://github.com/difizen/mana/commit/92f3efcc9852ff7230d9e029e25fdacd9d529d55)]:
- @difizen/mana-common@0.1.30

## 0.1.28

### Patch Changes
Expand Down
Loading

0 comments on commit 08fe6ef

Please sign in to comment.