Skip to content

Commit

Permalink
chore(dfx-helper): release version 7.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Nov 9, 2023
1 parent 347fe33 commit b5bfc8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions libs/dfx-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [7.0.0-beta.0](https://github.com/Dafnik/dfts-common/compare/dfx-helper-6.1.0...dfx-helper-7.0.0-beta.0) (2023-11-09)

### Bug Fixes

- **dfx-helper:** typo ([3dd2816](https://github.com/Dafnik/dfts-common/commit/3dd28166fc3e1e9efebb92e0f7a82f1ae8eed43d))

### Features

- add signal support to is-mobile service ([a701010](https://github.com/Dafnik/dfts-common/commit/a701010216bd985e4ce10545a82adca393b4086e))
- allow custom HttpContextToken in ByPassInterceptorBuilder ([1014e7b](https://github.com/Dafnik/dfts-common/commit/1014e7b4c0c5ad24d25b549fef43d4fc9fdea2ea))
- raise peerDependencies to angular v17 ([e4f479e](https://github.com/Dafnik/dfts-common/commit/e4f479e25115e07c3ab9c02178e9ef424daa5c0c))
- update README.md's ([ba21cbb](https://github.com/Dafnik/dfts-common/commit/ba21cbb6c9baa00accc1c17f7211dc2d0deed9e4))
- update to angular 17 ([05f67d3](https://github.com/Dafnik/dfts-common/commit/05f67d3dd9e2798357c6e429fa3a84b99abed42a))

# [7.0.0-0](https://github.com/Dafnik/dfts-common/compare/dfx-helper-6.1.0...dfx-helper-7.0.0-0) (2023-11-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion libs/dfx-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dfx-helper",
"version": "7.0.0-0",
"version": "7.0.0-beta.0",
"description": "Web-development / Typescript / Angular Library with tons of utility tools helping in all projects",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit b5bfc8c

Please sign in to comment.