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 May 29, 2024
1 parent a55cd76 commit b9581e5
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .changeset/lemon-moons-pump.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @eventstore-ui/components

## 1.7.0

### Minor Changes

- [`a55cd76`](https://github.com/EventStore/Design-System/commit/a55cd76f8a7390867fc0b6d85e8ab8ea4153a75d) - Improvements:

- `renderLoadingState` prop in the `Page` component now accepts false to render normally.
- `TableCell` props `exptectedLength` and `variance` for `<es-loading-text />` rendering.
- `es-table` prop `loading` added to indicate `<es-loading-text />` rendering,.with `loadingRows` props to specify the number of rows to render.

Bug fixes:

- Removed `fixStyle: 'inline-type-imports'` from ESLint rules due to compatibility issues with `@typescript-eslint/consistent-type-imports`.

## 1.6.1

### Patch 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": "@eventstore-ui/components",
"version": "1.6.1",
"version": "1.7.0",
"description": "Core components for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @eventstore-ui/layout

## 1.3.0

### Minor Changes

- [`a55cd76`](https://github.com/EventStore/Design-System/commit/a55cd76f8a7390867fc0b6d85e8ab8ea4153a75d) - Improvements:

- `renderLoadingState` prop in the `Page` component now accepts false to render normally.
- `TableCell` props `exptectedLength` and `variance` for `<es-loading-text />` rendering.
- `es-table` prop `loading` added to indicate `<es-loading-text />` rendering,.with `loadingRows` props to specify the number of rows to render.

Bug fixes:

- Removed `fixStyle: 'inline-type-imports'` from ESLint rules due to compatibility issues with `@typescript-eslint/consistent-type-imports`.

## 1.2.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": "@eventstore-ui/layout",
"version": "1.2.1",
"version": "1.3.0",
"description": "Page layout components for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
15 changes: 15 additions & 0 deletions tools/configs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @eventstore-ui/configs

## 1.1.0

### Minor Changes

- [`a55cd76`](https://github.com/EventStore/Design-System/commit/a55cd76f8a7390867fc0b6d85e8ab8ea4153a75d) - Improvements:

- `renderLoadingState` prop in the `Page` component now accepts false to render normally.
- `TableCell` props `exptectedLength` and `variance` for `<es-loading-text />` rendering.
- `es-table` prop `loading` added to indicate `<es-loading-text />` rendering,.with `loadingRows` props to specify the number of rows to render.

Bug fixes:

- Removed `fixStyle: 'inline-type-imports'` from ESLint rules due to compatibility issues with `@typescript-eslint/consistent-type-imports`.
2 changes: 1 addition & 1 deletion tools/configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/configs",
"version": "1.0.0",
"version": "1.1.0",
"description": "Configs for the Event Store Design System",
"license": "Apache-2.0",
"prettier": "./prettier",
Expand Down

0 comments on commit b9581e5

Please sign in to comment.