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 0365365 commit 3e6b20a
Show file tree
Hide file tree
Showing 27 changed files with 163 additions and 57 deletions.
17 changes: 0 additions & 17 deletions .changeset/fast-rivers-grin.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.31

### Patch Changes

- [#79](https://github.com/difizen/mana/pull/79) [`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df) Thanks [@lulusir](https://github.com/lulusir)! - fix: localStorage is not defined.

- Updated dependencies [[`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df)]:
- @difizen/umi-plugin-mana@0.1.31
- @difizen/mana-react@0.1.31
- @difizen/mana-l10n@0.1.31
- @difizen/mana-app@0.1.31

## 0.1.30

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

## 0.1.31

### Patch Changes

- [#79](https://github.com/difizen/mana/pull/79) [`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df) Thanks [@lulusir](https://github.com/lulusir)! - fix: localStorage is not defined.

- Updated dependencies [[`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df)]:
- @difizen/babel-preset-mana@0.1.31
- @difizen/mana-app@0.1.31

## 0.1.30

### 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.30",
"version": "0.1.31",
"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.30",
"@difizen/babel-preset-mana": "^0.1.30",
"@difizen/mana-app": "^0.1.31",
"@difizen/babel-preset-mana": "^0.1.31",
"babel-loader": "^9.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
10 changes: 10 additions & 0 deletions apps/umi-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @difizen/mana-umi-example

## 0.1.31

### Patch Changes

- [#79](https://github.com/difizen/mana/pull/79) [`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df) Thanks [@lulusir](https://github.com/lulusir)! - fix: localStorage is not defined.

- Updated dependencies [[`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df)]:
- @difizen/umi-plugin-mana@0.1.31
- @difizen/mana-app@0.1.31

## 0.1.30

### Patch Changes
Expand Down
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.30",
"version": "0.1.31",
"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.30",
"@difizen/mana-app": "^0.1.30",
"@difizen/umi-plugin-mana": "^0.1.31",
"@difizen/mana-app": "^0.1.31",
"umi": "^4.3.20"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-preset-mana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @difizen/umi-plugin-mana

## 0.1.31

### Patch Changes

- [#79](https://github.com/difizen/mana/pull/79) [`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df) Thanks [@lulusir](https://github.com/lulusir)! - fix: localStorage is not defined.

## 0.1.30

### 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.30",
"version": "0.1.31",
"description": "",
"keywords": [
"mana",
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.31

### Patch Changes

- [#79](https://github.com/difizen/mana/pull/79) [`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df) Thanks [@lulusir](https://github.com/lulusir)! - fix: localStorage is not defined.

- Updated dependencies [[`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df)]:
- @difizen/mana-observable@0.1.31
- @difizen/mana-syringe@0.1.31
- @difizen/mana-common@0.1.31
- @difizen/mana-react@0.1.31
- @difizen/mana-core@0.1.31
- @difizen/mana-l10n@0.1.31

## 0.1.30

### 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.30",
"version": "0.1.31",
"sideEffects": false,
"description": "",
"keywords": [
Expand Down Expand Up @@ -45,12 +45,12 @@
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@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",
"@difizen/mana-common": "^0.1.31",
"@difizen/mana-core": "^0.1.31",
"@difizen/mana-observable": "^0.1.31",
"@difizen/mana-react": "^0.1.31",
"@difizen/mana-syringe": "^0.1.31",
"@difizen/mana-l10n": "^0.1.31",
"@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.31

### Patch Changes

- [#79](https://github.com/difizen/mana/pull/79) [`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df) Thanks [@lulusir](https://github.com/lulusir)! - fix: localStorage is not defined.

## 0.1.30

### 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.30",
"version": "0.1.31",
"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.31

### Patch Changes

- [#79](https://github.com/difizen/mana/pull/79) [`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df) Thanks [@lulusir](https://github.com/lulusir)! - fix: localStorage is not defined.

- Updated dependencies [[`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df)]:
- @difizen/mana-observable@0.1.31
- @difizen/mana-syringe@0.1.31
- @difizen/mana-common@0.1.31

## 0.1.30

### 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.30",
"version": "0.1.31",
"sideEffects": false,
"description": "",
"keywords": [
Expand Down Expand Up @@ -45,9 +45,9 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/mana-common": "^0.1.30",
"@difizen/mana-observable": "^0.1.30",
"@difizen/mana-syringe": "^0.1.30",
"@difizen/mana-common": "^0.1.31",
"@difizen/mana-observable": "^0.1.31",
"@difizen/mana-syringe": "^0.1.31",
"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.31

### Patch Changes

- [#79](https://github.com/difizen/mana/pull/79) [`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df) Thanks [@lulusir](https://github.com/lulusir)! - fix: localStorage is not defined.

## 0.1.30

### 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.30",
"version": "0.1.31",
"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.31

### Patch Changes

- [#79](https://github.com/difizen/mana/pull/79) [`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df) Thanks [@lulusir](https://github.com/lulusir)! - fix: localStorage is not defined.

- Updated dependencies [[`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df)]:
- @difizen/mana-syringe@0.1.31
- @difizen/mana-common@0.1.31

## 0.1.30

### 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.30",
"version": "0.1.31",
"description": "",
"keywords": [
"mana",
Expand Down Expand Up @@ -42,8 +42,8 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/mana-common": "^0.1.30",
"@difizen/mana-syringe": "^0.1.30",
"@difizen/mana-common": "^0.1.31",
"@difizen/mana-syringe": "^0.1.31",
"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.31

### Patch Changes

- [#79](https://github.com/difizen/mana/pull/79) [`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df) Thanks [@lulusir](https://github.com/lulusir)! - fix: localStorage is not defined.

- Updated dependencies [[`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df)]:
- @difizen/mana-common@0.1.31

## 0.1.30

### 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.30",
"version": "0.1.31",
"description": "",
"keywords": [
"mana",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@difizen/mana-common": "^0.1.30",
"@difizen/mana-common": "^0.1.31",
"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.31

### Patch Changes

- [#79](https://github.com/difizen/mana/pull/79) [`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df) Thanks [@lulusir](https://github.com/lulusir)! - fix: localStorage is not defined.

- Updated dependencies [[`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df)]:
- @difizen/mana-common@0.1.31

## 0.1.30

### 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.30",
"version": "0.1.31",
"description": "",
"keywords": [
"mana",
Expand Down Expand Up @@ -44,7 +44,7 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/mana-common": "^0.1.30",
"@difizen/mana-common": "^0.1.31",
"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.31

### Patch Changes

- [#79](https://github.com/difizen/mana/pull/79) [`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df) Thanks [@lulusir](https://github.com/lulusir)! - fix: localStorage is not defined.

- Updated dependencies [[`0365365`](https://github.com/difizen/mana/commit/03653659a7400430493903e33f44dc2f048576df)]:
- @difizen/mana-observable@0.1.31
- @difizen/mana-syringe@0.1.31
- @difizen/mana-common@0.1.31
- @difizen/mana-react@0.1.31
- @difizen/mana-core@0.1.31
- @difizen/mana-app@0.1.31

## 0.1.30

### Patch Changes
Expand Down
Loading

0 comments on commit 3e6b20a

Please sign in to comment.