Skip to content

Commit

Permalink
chore: release v1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Jul 2, 2024
1 parent aabca93 commit 033ef19
Show file tree
Hide file tree
Showing 22 changed files with 57 additions and 47 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.4.12](https://github.com/Tencent/tmagic-editor/compare/v1.4.11...v1.4.12) (2024-07-02)


### Bug Fixes

* **dep:** 数据源源方法依赖收集,数据源类内定义的方法需要被收集 ([c8870c5](https://github.com/Tencent/tmagic-editor/commit/c8870c5c129736c85fb005191501efd6a60665bb))
* **editor:** 更新容器后,需要将容器内的依赖重新收集 ([aabca93](https://github.com/Tencent/tmagic-editor/commit/aabca93c27a73baf051c4d650224e09553b28f8f))



## [1.4.11](https://github.com/Tencent/tmagic-editor/compare/v1.4.10...v1.4.11) (2024-07-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "tmagic",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/core",
"type": "module",
"main": "dist/tmagic-core.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-source/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/data-source",
"type": "module",
"main": "dist/tmagic-data-source.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/dep/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/dep",
"type": "module",
"main": "dist/tmagic-dep.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/design",
"type": "module",
"main": "dist/tmagic-design.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/element-plus-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/element-plus-adapter",
"type": "module",
"main": "dist/tmagic-element-plus-adapter.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/form",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/schema",
"type": "module",
"main": "dist/tmagic-schema.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/stage/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/stage",
"type": "module",
"main": "dist/tmagic-stage.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/table",
"type": "module",
"main": "dist/tmagic-table.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/tdesign-vue-next-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/tdesign-vue-next-adapter",
"type": "module",
"main": "dist/tmagic-tdesign-vue-next-adapter.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tmagic/ui-react",
"version": "1.4.11",
"version": "1.4.12",
"type": "module",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/ui-vue2",
"type": "module",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/ui",
"type": "module",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"name": "@tmagic/utils",
"type": "module",
"main": "dist/tmagic-utils.umd.cjs",
Expand Down
18 changes: 9 additions & 9 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.4.11",
"version": "1.4.12",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -13,15 +13,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.4.11",
"@tmagic/design": "1.4.11",
"@tmagic/editor": "1.4.11",
"@tmagic/element-plus-adapter": "1.4.11",
"@tmagic/form": "1.4.11",
"@tmagic/core": "1.4.12",
"@tmagic/design": "1.4.12",
"@tmagic/editor": "1.4.12",
"@tmagic/element-plus-adapter": "1.4.12",
"@tmagic/form": "1.4.12",
"@tmagic/tmagic-form-runtime": "1.0.11",
"@tmagic/schema": "1.4.11",
"@tmagic/stage": "1.4.11",
"@tmagic/utils": "1.4.11",
"@tmagic/schema": "1.4.12",
"@tmagic/stage": "1.4.12",
"@tmagic/utils": "1.4.12",
"element-plus": "^2.7.5",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0",
Expand Down
14 changes: 7 additions & 7 deletions runtime/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.4.11",
"version": "1.4.12",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -19,12 +19,12 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.4.11",
"@tmagic/data-source": "1.4.11",
"@tmagic/ui-react": "1.4.11",
"@tmagic/schema": "1.4.11",
"@tmagic/stage": "1.4.11",
"@tmagic/utils": "1.4.11",
"@tmagic/core": "1.4.12",
"@tmagic/data-source": "1.4.12",
"@tmagic/ui-react": "1.4.12",
"@tmagic/schema": "1.4.12",
"@tmagic/stage": "1.4.12",
"@tmagic/utils": "1.4.12",
"axios": "^0.25.0",
"lodash-es": "^4.17.21",
"terser": "^5.31.0",
Expand Down
14 changes: 7 additions & 7 deletions runtime/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runtime-vue2",
"version": "1.4.11",
"version": "1.4.12",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -19,12 +19,12 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.4.11",
"@tmagic/data-source": "1.4.11",
"@tmagic/ui-vue2": "1.4.11",
"@tmagic/schema": "1.4.11",
"@tmagic/stage": "1.4.11",
"@tmagic/utils": "1.4.11",
"@tmagic/core": "1.4.12",
"@tmagic/data-source": "1.4.12",
"@tmagic/ui-vue2": "1.4.12",
"@tmagic/schema": "1.4.12",
"@tmagic/stage": "1.4.12",
"@tmagic/utils": "1.4.12",
"@tmagic/vue-runtime-help": "^0.0.7",
"axios": "^0.25.0",
"terser": "^5.31.0",
Expand Down
14 changes: 7 additions & 7 deletions runtime/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.4.11",
"version": "1.4.12",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -18,12 +18,12 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.4.11",
"@tmagic/data-source": "1.4.11",
"@tmagic/schema": "1.4.11",
"@tmagic/stage": "1.4.11",
"@tmagic/ui": "1.4.11",
"@tmagic/utils": "1.4.11",
"@tmagic/core": "1.4.12",
"@tmagic/data-source": "1.4.12",
"@tmagic/schema": "1.4.12",
"@tmagic/stage": "1.4.12",
"@tmagic/ui": "1.4.12",
"@tmagic/utils": "1.4.12",
"@tmagic/vue-runtime-help": "^0.0.7",
"axios": "^0.25.0",
"vue": "^3.4.27"
Expand Down

0 comments on commit 033ef19

Please sign in to comment.