Skip to content

Commit

Permalink
chore(release): 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Jul 8, 2024
1 parent b3dc67c commit 0e92b27
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [9.1.0](https://github.com/hybridsjs/hybrids/compare/v9.0.0...v9.1.0) (2024-07-08)


### Features

* **layout:** add `hover` and `any-hover` predefined media queries ([b3dc67c](https://github.com/hybridsjs/hybrids/commit/b3dc67cb38271bc4353ee3ca6fe9f1f4eef33fda))
* **store:** add record property type ([#260](https://github.com/hybridsjs/hybrids/issues/260)) ([8b1f308](https://github.com/hybridsjs/hybrids/commit/8b1f3080373f4f1444572a5c145b06da48624829))

## [9.0.0](https://github.com/hybridsjs/hybrids/compare/v8.2.23...v9.0.0) (2024-06-13)

This major release comes with several breaking changes, which may affect your code. Follow the instructions from the [Migration Guide](/migration.md) section in the documentation.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hybrids",
"version": "9.0.0",
"version": "9.1.0",
"description": "A JavaScript framework for creating fully-featured web applications, components libraries, and single web components with unique declarative and functional architecture",
"type": "module",
"exports": {
Expand Down

0 comments on commit 0e92b27

Please sign in to comment.