Skip to content

Commit f06df42

Browse files
github-actions[bot]George-Payne
authored andcommitted
Version Packages
1 parent 1d757d7 commit f06df42

File tree

17 files changed

+79
-56
lines changed

17 files changed

+79
-56
lines changed

.changeset/afraid-clocks-know.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/strange-ads-talk.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

.changeset/yellow-pens-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @eventstore-ui/components
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [`20dcceb`](https://github.com/EventStore/Design-System/commit/20dccebe11067986fd5eb31aa7f9e5bf03063017) - Adds the `es-hole-puncher` element, to pass children through to the light DOM.
8+
39
## 1.7.1
410

511
### Patch Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventstore-ui/components",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "Core components for Event Store Design System",
55
"license": "Apache-2.0",
66
"main": "dist/index.cjs.js",

packages/editor/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# @eventstore-ui/editor
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [`20dcceb`](https://github.com/EventStore/Design-System/commit/20dccebe11067986fd5eb31aa7f9e5bf03063017) - Monaco editor has been moved to a seperate package: `@eventstore-ui/monaco-editor`.
8+
9+
## Breaking changes:
10+
11+
### `assetsPath`
12+
13+
You must now also copy `assetsPath` as well as `workersPath`, into your served assets.
14+
15+
```ts
16+
import * as editor from '@eventstore-ui/editor/configure';
17+
18+
// ...
19+
20+
{
21+
src: editor.assetsPath,
22+
dest: 'assets',
23+
},
24+
{
25+
src: editor.workerPath,
26+
dest: 'workers',
27+
},
28+
// ...
29+
```
30+
31+
### `IStandaloneEditorConstructionOptions`
32+
33+
`es-editor`'s options prop may required different arguments, due to changes in monaco's `IStandaloneEditorConstructionOptions`
34+
35+
### `codeTheme`
36+
37+
Child theme `codeTheme` has been removed, and is no-longer added to the global theme.
38+
339
## 1.0.2
440

541
### Patch Changes

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventstore-ui/editor",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Monaco Editor for Event Store Design System",
55
"license": "Apache-2.0",
66
"main": "dist/index.cjs.js",

packages/forms/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @eventstore-ui/forms
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [`20dcceb`](https://github.com/EventStore/Design-System/commit/20dccebe11067986fd5eb31aa7f9e5bf03063017) - Standardization of builds across design system libraries.
8+
39
## 1.0.1
410

511
### Patch Changes

packages/forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventstore-ui/forms",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Form validation and working copy data store.",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",

packages/router/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @eventstore-ui/router
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [`20dcceb`](https://github.com/EventStore/Design-System/commit/20dccebe11067986fd5eb31aa7f9e5bf03063017) - Standardization of builds across design system libraries.
8+
39
## 1.0.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)