Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #34

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/blue-sloths-exercise.md

This file was deleted.

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

## 0.1.14

### Patch Changes

- 1b880fe: fix: attributes in ContributionOptionConfig
- Updated dependencies [1b880fe]
- @difizen/[email protected]
- @difizen/[email protected]

## 0.1.13

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.13",
"version": "0.1.14",
"private": true,
"license": "MIT",
"description": "Document site for mana",
Expand All @@ -22,8 +22,8 @@
"react": "^18.2.0"
},
"dependencies": {
"@difizen/mana-app": "^0.1.13",
"@difizen/mana-react": "^0.1.13",
"@difizen/mana-app": "^0.1.14",
"@difizen/mana-react": "^0.1.14",
"@ant-design/icons": "^5.1.0",
"antd": "^5.8.6"
}
Expand Down
13 changes: 13 additions & 0 deletions packages/mana-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @difizen/mana-app

## 0.1.14

### Patch Changes

- 1b880fe: fix: attributes in ContributionOptionConfig
- Updated dependencies [1b880fe]
- @difizen/[email protected]
- @difizen/[email protected]
- @difizen/[email protected]
- @difizen/[email protected]
- @difizen/[email protected]
- @difizen/[email protected]

## 0.1.13

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

### Patch Changes

- 1b880fe: fix: attributes in ContributionOptionConfig

## 0.1.13

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

## 0.1.14

### Patch Changes

- 1b880fe: fix: attributes in ContributionOptionConfig
- Updated dependencies [1b880fe]
- @difizen/[email protected]
- @difizen/[email protected]
- @difizen/[email protected]

## 0.1.13

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

### Patch Changes

- 1b880fe: fix: attributes in ContributionOptionConfig

## 0.1.13

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

## 0.1.14

### Patch Changes

- 1b880fe: fix: attributes in ContributionOptionConfig
- Updated dependencies [1b880fe]
- @difizen/[email protected]
- @difizen/[email protected]

## 0.1.13

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

## 0.1.14

### Patch Changes

- 1b880fe: fix: attributes in ContributionOptionConfig
- Updated dependencies [1b880fe]
- @difizen/[email protected]

## 0.1.13

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

## 0.1.14

### Patch Changes

- 1b880fe: fix: attributes in ContributionOptionConfig
- Updated dependencies [1b880fe]
- @difizen/[email protected]

## 0.1.13

### 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.13",
"version": "0.1.14",
"description": "",
"keywords": [
"mana",
Expand Down Expand Up @@ -44,7 +44,7 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/mana-common": "^0.1.13",
"@difizen/mana-common": "^0.1.14",
"inversify": "^5.1.1",
"reflect-metadata": "^0.1.13"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/mana-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @difizen/mana-ui

## 0.1.14

### Patch Changes

- 1b880fe: fix: attributes in ContributionOptionConfig
- Updated dependencies [1b880fe]
- @difizen/[email protected]
- @difizen/[email protected]
- @difizen/[email protected]
- @difizen/[email protected]
- @difizen/[email protected]
- @difizen/[email protected]

## 0.1.13

### 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.13",
"version": "0.1.14",
"keywords": [
"mana",
"difizen",
Expand Down Expand Up @@ -41,12 +41,12 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/mana-common": "^0.1.13",
"@difizen/mana-syringe": "^0.1.13",
"@difizen/mana-core": "^0.1.13",
"@difizen/mana-observable": "^0.1.13",
"@difizen/mana-react": "^0.1.13",
"@difizen/mana-app": "^0.1.13",
"@difizen/mana-common": "^0.1.14",
"@difizen/mana-syringe": "^0.1.14",
"@difizen/mana-core": "^0.1.14",
"@difizen/mana-observable": "^0.1.14",
"@difizen/mana-react": "^0.1.14",
"@difizen/mana-app": "^0.1.14",
"classnames": "^2.3.2"
},
"devDependencies": {
Expand Down
Loading