Skip to content
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
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cs-open/react-fabric

## 1.0.0

### Major Changes

- 升级到 1.0.0 版本,包含重大变更和破坏性更新。

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cs-open/react-fabric",
"type": "module",
"version": "0.0.15",
"version": "1.0.0",
"description": "React Fabric",
"keywords": [
"@cs-open/react-fabric",
Expand Down
6 changes: 6 additions & 0 deletions tooling/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cs-open/eslint-config

## 1.0.0

### Major Changes

- 升级到 1.0.0 版本,包含重大变更和破坏性更新。

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tooling/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cs-open/eslint-config",
"version": "0.0.12",
"version": "1.0.0",
"private": true,
"license": "MIT",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions tooling/rollup-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cs-open/rollup-config

## 1.0.0

### Major Changes

- 升级到 1.0.0 版本,包含重大变更和破坏性更新。

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tooling/rollup-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cs-open/rollup-config",
"version": "0.0.12",
"version": "1.0.0",
"private": true,
"license": "MIT",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions tooling/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cs-open/tsconfig

## 1.0.0

### Major Changes

- 升级到 1.0.0 版本,包含重大变更和破坏性更新。

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tooling/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cs-open/tsconfig",
"version": "0.0.12",
"version": "1.0.0",
"private": true,
"license": "MIT"
}
Loading