Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
flow-text-editor changelogs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas-cldcvr committed Jul 10, 2024
1 parent c300f36 commit f8fa9d9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/flow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Change Log

## [2.10.0] - 2024-07-10

### Minor Changes

- `actions` property added in `f-button`, it will be displayed under chevron

## [2.9.15] - 2024-07-08

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ollion/flow-core",
"version": "2.9.15",
"version": "2.10.0",
"description": "Core package of flow design system",
"module": "dist/flow-core.es.js",
"main": "dist/flow-core.cjs.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/flow-md-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# Change Log

## [2.1.2] - 2024-07-08

### Patch Changes

- `f-md-editor` stories added.
- minor css changes when used inside `f-div`.

## [2.1.1] - 2024-07-08

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-md-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ollion/flow-md-editor",
"version": "2.1.1",
"version": "2.1.2",
"description": "Code editor component for flow library",
"module": "dist/flow-md-editor.es.js",
"main": "dist/flow-md-editor.es.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ f-md-editor {
width: minmax(100%, max-content);
border: 1px solid transparent;
padding: 8px;
box-sizing: border-box;
height: 100%;
white-space: pre-line;
background-color: var(--color-surface-tertiary);

Expand Down

0 comments on commit f8fa9d9

Please sign in to comment.