Skip to content

Commit

Permalink
feat: 🎸 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BrookShuihuaLee committed Sep 13, 2024
1 parent 7d0c69b commit aef3c08
Show file tree
Hide file tree
Showing 104 changed files with 734 additions and 52 deletions.
8 changes: 8 additions & 0 deletions packages/common/react-component-library-shared/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @p-lc/react-component-library-shared

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/shared@0.0.4

## 0.0.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/react-component-library-shared",
"version": "0.0.3",
"version": "0.0.4",
"description": "Shared code of React component library",
"homepage": "https://pluggable-low-code.github.io",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/common/react-shared/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @p-lc/react-shared

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/shared@0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/react-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/react-shared",
"version": "0.0.3",
"version": "0.0.4",
"description": "Shared code of React",
"homepage": "https://pluggable-low-code.github.io",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/common/shared/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @p-lc/shared

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/pd@0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/shared",
"version": "0.0.3",
"version": "0.0.4",
"description": "Shared code",
"homepage": "https://pluggable-low-code.github.io",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/common/vue-component-library-shared/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @p-lc/vue-component-library-shared

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/shared@0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/vue-component-library-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/vue-component-library-shared",
"version": "0.0.3",
"version": "0.0.4",
"description": "Shared code of Vue component library",
"homepage": "https://pluggable-low-code.github.io",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/component-libraries/antd/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lc-types/antd

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/react-shared@0.0.4
- @p-lc/shared@0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/component-libraries/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lc-types/antd",
"version": "0.0.3",
"version": "0.0.4",
"description": "Low-code types of antd",
"homepage": "https://pluggable-low-code.github.io",
"bugs": {
Expand Down
16 changes: 16 additions & 0 deletions packages/component-libraries/lc-types-ui/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @p-lc/lc-types-ui

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/react-component-library-shared@0.0.4
- @p-lc/react-shared@0.0.4
- @p-lc/shared@0.0.4
- @p-lc/lc-types-uidl@0.0.4
- @p-lc/lc-types-uidl-utils@0.0.4
- @p-lc/uidl@0.0.4
- @p-lc/uidl-ext-i18n@0.0.4
- @p-lc/uidl-ext-switch-box@0.0.4
- @p-lc/uidl-utils@0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/component-libraries/lc-types-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/lc-types-ui",
"version": "0.0.3",
"version": "0.0.4",
"description": "Low-code types UI",
"homepage": "https://pluggable-low-code.github.io",
"bugs": {
Expand Down
11 changes: 11 additions & 0 deletions packages/demos/antd-demo/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @p-lc/antd-demo

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/shared@0.0.4
- @lc-types/antd@0.0.4
- @p-lc/pd@0.0.4
- @p-lc/antd-suite@0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/demos/antd-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/antd-demo",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"analyze": "ANALYZE=1 vite build",
Expand Down
11 changes: 11 additions & 0 deletions packages/demos/lc-types-demo/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @p-lc/lc-types-demo

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/shared@0.0.4
- @p-lc/lc-types-ui@0.0.4
- @p-lc/pd@0.0.4
- @p-lc/lc-types-suite@0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/demos/lc-types-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/lc-types-demo",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"analyze": "ANALYZE=1 vite build",
Expand Down
9 changes: 9 additions & 0 deletions packages/demos/scratch-demo/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @p-lc/scratch-demo

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/shared@0.0.4
- @p-lc/scratch-suite@0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/demos/scratch-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/scratch-demo",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"analyze": "ANALYZE=1 vite build",
Expand Down
12 changes: 12 additions & 0 deletions packages/editor/editor-antd-plugins/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @p-lc/editor-antd-plugins

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/react-shared@0.0.4
- @p-lc/shared@0.0.4
- @p-lc/editor@0.0.4
- @p-lc/uidl@0.0.4
- @p-lc/uidl-utils@0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/editor-antd-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/editor-antd-plugins",
"version": "0.0.3",
"version": "0.0.4",
"description": "Editor antd plugins",
"homepage": "https://pluggable-low-code.github.io",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @p-lc/editor-classical-layout-adaptor-plugins

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/shared@0.0.4
- @p-lc/editor@0.0.4
- @p-lc/editor-classical-layout-plugins@0.0.4
- @p-lc/editor-component-library-store-plugins@0.0.4
- @p-lc/editor-data-store-plugins@0.0.4
- @p-lc/editor-element-attributes-store-plugins@0.0.4
- @p-lc/editor-element-tree-store-plugins@0.0.4
- @p-lc/editor-i18n-edit-store-plugins@0.0.4
- @p-lc/editor-logo-store-plugins@0.0.4
- @p-lc/editor-toolbar-plugins@0.0.4
- @p-lc/react-previewer@0.0.4

## 0.0.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/editor-classical-layout-adaptor-plugins",
"version": "0.0.3",
"version": "0.0.4",
"description": "Editor classical layout adaptor plugins",
"homepage": "https://pluggable-low-code.github.io",
"bugs": {
Expand Down
10 changes: 10 additions & 0 deletions packages/editor/editor-classical-layout-plugins/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @p-lc/editor-classical-layout-plugins

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/react-shared@0.0.4
- @p-lc/shared@0.0.4
- @p-lc/editor@0.0.4

## 0.0.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/editor-classical-layout-plugins",
"version": "0.0.3",
"version": "0.0.4",
"description": "Editor classical layout plugins",
"homepage": "https://pluggable-low-code.github.io",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @p-lc/editor-component-library-store-plugins

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/react-shared@0.0.4
- @p-lc/shared@0.0.4
- @p-lc/editor@0.0.4
- @p-lc/pd@0.0.4
- @p-lc/pd-utils@0.0.4
- @p-lc/uidl@0.0.4
- @p-lc/uidl-utils@0.0.4

## 0.0.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/editor-component-library-store-plugins",
"version": "0.0.3",
"version": "0.0.4",
"description": "Editor component library store plugins",
"homepage": "https://pluggable-low-code.github.io",
"bugs": {
Expand Down
13 changes: 13 additions & 0 deletions packages/editor/editor-data-store-plugins/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @p-lc/editor-data-store-plugins

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/react-shared@0.0.4
- @p-lc/shared@0.0.4
- @p-lc/editor@0.0.4
- @p-lc/uidl@0.0.4
- @p-lc/uidl-ext-data@0.0.4
- @p-lc/uidl-utils@0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/editor-data-store-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/editor-data-store-plugins",
"version": "0.0.3",
"version": "0.0.4",
"description": "Editor data store plugins",
"homepage": "https://pluggable-low-code.github.io",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @p-lc/editor-element-attributes-store-plugins

## 0.0.4

### Patch Changes

- Highlight the hovering element's bounding
- Updated dependencies
- @p-lc/react-shared@0.0.4
- @p-lc/shared@0.0.4
- @p-lc/lc-types-ui@0.0.4
- @p-lc/editor@0.0.4
- @p-lc/lc-types-uidl@0.0.4
- @p-lc/lc-types-uidl-utils@0.0.4
- @p-lc/pd@0.0.4
- @p-lc/uidl@0.0.4
- @p-lc/uidl-ext-switch-box@0.0.4
- @p-lc/uidl-utils@0.0.4
- @p-lc/lc-types-react-runtime@0.0.4
- @p-lc/runtime@0.0.4
- @p-lc/runtime-emitter-plugins@0.0.4

## 0.0.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p-lc/editor-element-attributes-store-plugins",
"version": "0.0.3",
"version": "0.0.4",
"description": "Editor element attributes store plugins",
"homepage": "https://pluggable-low-code.github.io",
"bugs": {
Expand Down
Loading

0 comments on commit aef3c08

Please sign in to comment.