Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2024-11-19)

### Bug Fixes

* broken types ([3540c8f](3540c8f))
* forwardRef allowed ([b9450c0](b9450c0))
* memoize params ([47f0da6](47f0da6))
* removed patch-package from `postinstall` ([a58f96a](a58f96a))

### Features

* pass origin to component ([cb51485](cb51485))
* pass query params to component ([b0e8b7e](b0e8b7e))
* read scope from module url, deprecate prop ([91b2598](91b2598))
  • Loading branch information
semantic-release-bot authored and JulianWielga committed Nov 19, 2024
1 parent 018b105 commit b89e374
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.1.0](https://github.com/touk/federated-component/compare/v1.0.0...v1.1.0) (2024-11-19)


### Bug Fixes

* broken types ([3540c8f](https://github.com/touk/federated-component/commit/3540c8f555cf243e19bc96b3590fab3533d28131))
* forwardRef allowed ([b9450c0](https://github.com/touk/federated-component/commit/b9450c0f89712772b2648710b11a13f1a6fa108d))
* memoize params ([47f0da6](https://github.com/touk/federated-component/commit/47f0da61b580d480bb49da350eb068972cb5e473))
* removed patch-package from `postinstall` ([a58f96a](https://github.com/touk/federated-component/commit/a58f96aa53ab37214d5a6b9f57d8f6bd7cf4cc91))


### Features

* pass origin to component ([cb51485](https://github.com/touk/federated-component/commit/cb51485c21a9fdf1df854ee84c4df763842fd3ca))
* pass query params to component ([b0e8b7e](https://github.com/touk/federated-component/commit/b0e8b7e13ad56b5a4e867b862854352539d9432c))
* read scope from module url, deprecate prop ([91b2598](https://github.com/touk/federated-component/commit/91b2598a494ca8ff81c412692cf94519dcbde20f))

# [1.1.0-beta.5](https://github.com/touk/federated-component/compare/v1.1.0-beta.4...v1.1.0-beta.5) (2024-11-19)


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": "@touk/federated-component",
"version": "1.1.0-beta.5",
"version": "1.1.0",
"author": "Julian Wielga",
"devDependencies": {
"@babel/core": "7.26.0",
Expand Down

0 comments on commit b89e374

Please sign in to comment.