Skip to content

Commit

Permalink
chore(release): publish new version 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 12, 2024
1 parent 9636a5b commit 70a88a3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.0.0...v8.0.1) (2024-05-12)

### Bug Fixes

* small styling issues & better primary color support w/Dark Mode ([#1204](https://github.com/ghiscoding/aurelia-slickgrid/issues/1204)) ([9636a5b](https://github.com/ghiscoding/aurelia-slickgrid/commit/9636a5bdbb5a5fdbfebc5c1a54e54d412361c344)) - by @ghiscoding

## [8.0.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.7.0...v8.0.0) (2024-05-10)

> [!NOTE]
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "8.0.0",
"version": "8.0.1",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/aurelia-slickgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v8.0.0...v8.0.1) (2024-05-12)

### Bug Fixes

* small styling issues & better primary color support w/Dark Mode ([#1204](https://github.com/ghiscoding/aurelia-slickgrid/issues/1204)) ([9636a5b](https://github.com/ghiscoding/aurelia-slickgrid/commit/9636a5bdbb5a5fdbfebc5c1a54e54d412361c344)) - by @ghiscoding

## [8.0.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.7.0...v8.0.0) (2024-05-10)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/aurelia-slickgrid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aurelia-slickgrid",
"description": "Slickgrid components made available in Aurelia",
"version": "8.0.0",
"version": "8.0.1",
"keywords": [
"aurelia",
"datagrid",
Expand Down

0 comments on commit 70a88a3

Please sign in to comment.