Skip to content

Commit

Permalink
chore(release): 2.7.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.7.0-beta.1](v2.6.2...v2.7.0-beta.1) (2024-12-10)

### Bug Fixes

* adapt type external ([61ef1f0](61ef1f0))
* add missing `closeModalOld` for the old way of usage ([6457371](6457371))
* add missing tailwind's color tokens from `x-ui` ([1202fa3](1202fa3))
* case when `window` is `undefined` in `getInjectedArgentX` ([de4cae8](de4cae8))
* color ([9039438](9039438))
* ignore ts error ([96c06e1](96c06e1))
* logical error with modal closing ([ff8305d](ff8305d))
* logical error, destroy modal if `resultType !== "wallet"` ([3c71667](3c71667))
* missing import, missing error ([864d6e4](864d6e4))
* mobile connector bug ([e991c89](e991c89))
* pass props and type `downloadLinks` ([6ff294e](6ff294e))
* passing wrong theme to `DynamicIcon` ([5e7cef2](5e7cef2))
* ts error ([a76c303](a76c303))
* usage of `Argent` connector ([0245904](0245904))
* using wrong connector name/icon ([e991747](e991747))

### Features

* adapt modal to new features ([53d303e](53d303e))
* add `approval` prop to `Layout` enum ([960e17c](960e17c))
* add component for rendering icons ([c57a8d8](c57a8d8))
* add new 1 button connector WIP ([6560d74](6560d74))
* add new approval layout ([010f3fc](010f3fc))
* add new prop to `ConnectOptions` ([966a9e7](966a9e7))
* add new UI elements ([1b4066b](1b4066b))
* create helpers for connectors ([ea4008b](ea4008b))
* create modal helpers ([015dff2](015dff2))
* export `StarknetkitCompoundConnector` ([0e4aa84](0e4aa84))
* handle new UI and only QR code approach ([c743c6d](c743c6d))
* improve type StarknetkitCompoundConnector ([3fd36a7](3fd36a7))
* programmatically show install extension section ([d571de8](d571de8))
  • Loading branch information
semantic-release-bot committed Dec 10, 2024
1 parent 5425fbd commit 4e35feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starknetkit",
"version": "2.5.0-beta.2",
"version": "2.7.0-beta.1",
"repository": "github:argentlabs/starknetkit",
"private": false,
"browser": {
Expand Down

0 comments on commit 4e35feb

Please sign in to comment.