Skip to content

Commit 216fe7a

Browse files
chore(release): 8.0.0 [skip ci]
## [8.0.0](v7.2.0...v8.0.0) (2024-06-05) ### ⚠ BREAKING CHANGES * rename ResolveConditionContext interface to ConditionContext Co-authored-by: Rostislav Simonik <[email protected]> ### Features * add `getContext` to conditions and rename `ConditionContext` ([#624](#624)) ([02a78af](02a78af))
1 parent 02a78af commit 216fe7a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [8.0.0](https://github.com/technology-studio/conditional-navigation-react-peer/compare/v7.2.0...v8.0.0) (2024-06-05)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* rename ResolveConditionContext interface to ConditionContext
7+
8+
Co-authored-by: Rostislav Simonik <[email protected]>
9+
10+
### Features
11+
12+
* add `getContext` to conditions and rename `ConditionContext` ([#624](https://github.com/technology-studio/conditional-navigation-react-peer/issues/624)) ([02a78af](https://github.com/technology-studio/conditional-navigation-react-peer/commit/02a78afef1512858edcf22ee318a3611ec870cf9))
13+
114
## [7.2.0](https://github.com/technology-studio/conditional-navigation-react-peer/compare/v7.1.0...v7.2.0) (2024-05-16)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txo-peer-dep/conditional-navigation-react",
3-
"version": "7.2.0",
3+
"version": "8.0.0",
44
"description": "Technology Studio - Conditional navigation react peer",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)