Skip to content

Commit 25c607b

Browse files
committed
build: publish success
1 parent b1ad349 commit 25c607b

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.26.0](https://github.com/fast-crud/fast-crud/compare/v1.25.13...v1.26.0) (2025-07-28)
7+
8+
### Features
9+
10+
* 将代码编辑器单独打包到@fast-crud/editor-code,加快不需要code的项目的打包速度,如果您使用了editor-code,请按照文档重新进行editor-code的集成 ([2589b51](https://github.com/fast-crud/fast-crud/commit/2589b519cc2960b61f9706101bcf195d9003b953))
11+
12+
### BREAKING CHANGES
13+
14+
* 将代码编辑器单独打包到@fast-crud/editor-code,,如果您使用了editor-code,请按照文档重新进行editor-code的集成
15+
616
## [1.25.13](https://github.com/fast-crud/fast-crud/compare/v1.25.12...v1.25.13) (2025-06-10)
717

818
**Note:** Version bump only for package @fast-crud/fs-admin-element

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-crud/fs-admin-element",
3-
"version": "1.25.13",
3+
"version": "1.26.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite",
@@ -23,11 +23,11 @@
2323
"dependencies": {
2424
"@aws-sdk/client-s3": "^3.383.0",
2525
"@aws-sdk/s3-request-presigner": "^3.383.0",
26-
"@fast-crud/fast-crud": "^1.25.13",
27-
"@fast-crud/fast-extends": "^1.25.13",
28-
"@fast-crud/editor-code": "^1.25.13",
29-
"@fast-crud/ui-element": "^1.25.13",
30-
"@fast-crud/ui-interface": "^1.25.13",
26+
"@fast-crud/editor-code": "^1.26.0",
27+
"@fast-crud/fast-crud": "^1.26.0",
28+
"@fast-crud/fast-extends": "^1.26.0",
29+
"@fast-crud/ui-element": "^1.26.0",
30+
"@fast-crud/ui-interface": "^1.26.0",
3131
"@iconify/iconify": "^3.1.1",
3232
"@iconify/json": "^2.2.98",
3333
"@iconify/vue": "^4.1.1",

0 commit comments

Comments
 (0)