Skip to content

Commit

Permalink
version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Sep 7, 2023
1 parent 9396958 commit 825f95e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 1.5.3

wip
This update adds branding support for additional detectable injected connectors and improves the functionality and developer experience of using ConnectKit.

## New

- [Rainbow](https://rainbow.me/) extension support.
- Exports `defaultConnectors`.
- Exports `defaultConnectors`

## Improved

Expand Down
2 changes: 1 addition & 1 deletion packages/connectkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connectkit",
"version": "1.5.2",
"version": "1.5.3",
"author": "Family",
"homepage": "https://docs.family.co/connectkit",
"license": "BSD-2-Clause license",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectkit/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CONNECTKIT_VERSION = '1.5.2';
export const CONNECTKIT_VERSION = '1.5.3';

export * as Types from './types';
export { default as getDefaultConfig } from './defaultConfig';
Expand Down

4 comments on commit 825f95e

@vercel
Copy link

@vercel vercel bot commented on 825f95e Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-vite – ./

connectkit-vite.vercel.app
connectkit-vite-git-main-lfe.vercel.app
connectkit-vite-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 825f95e Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-cra – ./

connectkit-cra.vercel.app
connectkit-cra-lfe.vercel.app
connectkit-cra-git-main-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 825f95e Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-testbench – ./

connectkit-testbench.vercel.app
connectkit-testbench-git-main-lfe.vercel.app
connectkit-testbench-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 825f95e Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-nextjs – ./

connectkit-nextjs.vercel.app
connectkit-nextjs-lfe.vercel.app
connectkit-nextjs-git-main-lfe.vercel.app

Please sign in to comment.