Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and George-Payne committed Dec 13, 2024
1 parent ee32041 commit a6bd42c
Show file tree
Hide file tree
Showing 36 changed files with 213 additions and 145 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-monkeys-fail.md

This file was deleted.

54 changes: 0 additions & 54 deletions .changeset/hip-mayflies-join.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/polite-bags-grab.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/quick-lobsters-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-foxes-drop.md

This file was deleted.

37 changes: 0 additions & 37 deletions .changeset/wise-dodos-attack.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kurrent-ui/assets

## 2.0.0

### Major Changes

- [`e0c7cfdf`](https://github.com/EventStore/Design-System/commit/e0c7cfdf8c14e5bb5183e0c9f8c947e44fb8f368) - Move to @kurrent-ui namespace

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurrent-ui/assets",
"version": "2.0.0-alpha.2",
"version": "2.0.0",
"description": "Assets for use with the Kurrent Design System",
"license": "Apache-2.0",
"files": [
Expand Down
57 changes: 57 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
# @kurrent-ui/components

## 2.0.0

### Major Changes

- [`01a02c12`](https://github.com/EventStore/Design-System/commit/01a02c12545701f8e6c6e784125a0e119db8a0ab) - # @eventstore-ui/components has evolved to @kurrent-ui/components

## Breaking changes

Component name changes

| 1.x | 2.x |
| --------------------------- | --------------------------- |
| es-accordian | c2-accordian |
| es-action | c2-action |
| es-action-dropdown | c2-action-dropdown |
| es-action-link | c2-action-link |
| es-action-with-confirmation | c2-action-with-confirmation |
| es-actions | c2-actions |
| es-badge | c2-badge |
| es-button | c2-button |
| es-button-link | c2-button-link |
| es-button-with-confirmation | c2-button-with-confirmation |
| es-thinking-button | c2-thinking-button |
| es-callout | c2-callout |
| es-copy | c2-copy |
| es-corner-banner | c2-corner-banner |
| es-counter | c2-counter |
| es-hole-puncher | c2-hole-puncher |
| es-icon | c2-icon |
| es-loading-dots | c2-loading-dots |
| es-loading-text | c2-loading-text |
| es-confirm-modal | c2-confirm-modal |
| es-modal | c2-modal |
| es-pagination | c2-pagination |
| es-popover | c2-popover |
| es-popper | c2-popper |
| es-popper-inner | c2-popper-inner |
| es-popper-x | c2-popper-x |
| es-popper-y | c2-popper-y |
| es-portal | c2-portal |
| es-backdrop | c2-backdrop |
| es-progression | c2-progression |
| es-resize-observer | c2-resize-observer |
| es-table-align | c2-table-align |
| es-table-variants | c2-table-variants |
| es-table | c2-table |
| es-table-detail | c2-table-detail |
| es-table-detail-header | c2-table-detail-header |
| es-table-nested | c2-table-nested |
| es-table-virtualized | c2-table-virtualized |
| es-tabs | c2-tabs |
| es-toast | c2-toast |
| es-toaster | c2-toaster |
| es-wizard | c2-wizard |

- [`e0c7cfdf`](https://github.com/EventStore/Design-System/commit/e0c7cfdf8c14e5bb5183e0c9f8c947e44fb8f368) - Move to @kurrent-ui namespace

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurrent-ui/components",
"version": "2.0.0-alpha.3",
"version": "2.0.0",
"description": "Core components for Kurrent Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @kurrent-ui/editor

## 3.0.0

### Major Changes

- [`bc770362`](https://github.com/EventStore/Design-System/commit/bc7703628199bd8c7d5626221d66b490b10bf284) - # @eventstore-ui/editor has evolved to @kurrent-ui/editor

## Breaking changes

`<es-editor />` has been renamed to `<e3-editor />`

- [`e0c7cfdf`](https://github.com/EventStore/Design-System/commit/e0c7cfdf8c14e5bb5183e0c9f8c947e44fb8f368) - Move to @kurrent-ui namespace

### Patch Changes

- Updated dependencies [[`bc770362`](https://github.com/EventStore/Design-System/commit/bc7703628199bd8c7d5626221d66b490b10bf284), [`e0c7cfdf`](https://github.com/EventStore/Design-System/commit/e0c7cfdf8c14e5bb5183e0c9f8c947e44fb8f368)]:
- @kurrent-ui/monaco-editor@2.0.0

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurrent-ui/editor",
"version": "3.0.0-alpha.0",
"version": "3.0.0",
"description": "Monaco Editor for Kurrent Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kurrent-ui/fields

## 2.0.0

### Major Changes

- [`e0c7cfdf`](https://github.com/EventStore/Design-System/commit/e0c7cfdf8c14e5bb5183e0c9f8c947e44fb8f368) - Move to @kurrent-ui namespace

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurrent-ui/fields",
"version": "2.0.0-alpha.14",
"version": "2.0.0",
"description": "Forms and fields for Kurrent Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kurrent-ui/forms

## 2.0.0

### Major Changes

- [`e0c7cfdf`](https://github.com/EventStore/Design-System/commit/e0c7cfdf8c14e5bb5183e0c9f8c947e44fb8f368) - Move to @kurrent-ui namespace

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurrent-ui/forms",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "Form validation and working copy data store.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
40 changes: 40 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# @kurrent-ui/layout

## 2.0.0

### Major Changes

- [`e0c7cfdf`](https://github.com/EventStore/Design-System/commit/e0c7cfdf8c14e5bb5183e0c9f8c947e44fb8f368) - Move to @kurrent-ui namespace

- [`b44b5da4`](https://github.com/EventStore/Design-System/commit/b44b5da4c12fc1dca9f6050cb1435b8cd891d6b6) - # @eventstore-ui/layout has evolved to @kurrent-ui/layout

## Breaking changes

Component name changes

| 1.x | 2.x |
| -------------------- | -------------------- |
| es-breadcrumb | l2-breadcrumb |
| es-layout-button | l2-layout-button |
| es-layout-link | l2-layout-link |
| es-display-error | l2-display-error |
| es-empty-state | l2-empty-state |
| es-header | l2-header |
| es-header-dropdown | l2-header-dropdown |
| es-layout-auto-label | l2-layout-auto-label |
| es-layout-hr | l2-layout-hr |
| es-layout-section | l2-layout-section |
| es-loading-bar | l2-loading-bar |
| es-logo | l2-logo |
| es-nav | l2-nav |
| es-nav-node-0 | l2-nav-node-0 |
| es-nav-node-1 | l2-nav-node-1 |
| es-nav-node-2 | l2-nav-node-2 |
| es-page-title | l2-page-title |
| es-panel | l2-panel |
| es-sized-panel | l2-sized-panel |
| es-panel-header | l2-panel-header |
| es-sidebar | l2-sidebar |
| es-sidebar-dropdown | l2-sidebar-dropdown |
| es-theme-dropdown | l2-theme-dropdown |
| es-theme-picker | l2-theme-picker |
| es-toolbar | l2-toolbar |

## 1.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurrent-ui/layout",
"version": "2.0.0-alpha.5",
"version": "2.0.0",
"description": "Page layout components for Kurrent Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kurrent-ui/router

## 2.0.0

### Major Changes

- [`e0c7cfdf`](https://github.com/EventStore/Design-System/commit/e0c7cfdf8c14e5bb5183e0c9f8c947e44fb8f368) - Move to @kurrent-ui namespace

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurrent-ui/router",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "Router for Stencil",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/sequences/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kurrent-ui/sequences

## 2.0.0

### Major Changes

- [`e0c7cfdf`](https://github.com/EventStore/Design-System/commit/e0c7cfdf8c14e5bb5183e0c9f8c947e44fb8f368) - Move to @kurrent-ui namespace

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sequences/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurrent-ui/sequences",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "Sequence Illustration Component",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
Loading

0 comments on commit a6bd42c

Please sign in to comment.