Skip to content

Commit

Permalink
Merge pull request #282 from quiltt/changeset-release/main
Browse files Browse the repository at this point in the history
Version and Release Packages
  • Loading branch information
sirwolfgang authored Jul 31, 2024
2 parents 88a30d8 + 96ef136 commit dc0dae9
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/khaki-bulldogs-care.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quiltt/core

## 3.7.0

### Minor Changes

- [#281](https://github.com/quiltt/quiltt-js/pull/281) [`0c5fd75`](https://github.com/quiltt/quiltt-js/commit/0c5fd757fa1f688f205431c21c98bb54ea6ea72a) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add bindings for a new onOpen callback event for Connector Modals

## 3.6.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiltt/core",
"version": "3.6.14",
"version": "3.7.0",
"description": "Javascript API client and utilities for Quiltt",
"keywords": [
"quiltt",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @quiltt/react-native

## 3.7.0

### Minor Changes

- [#281](https://github.com/quiltt/quiltt-js/pull/281) [`0c5fd75`](https://github.com/quiltt/quiltt-js/commit/0c5fd757fa1f688f205431c21c98bb54ea6ea72a) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add bindings for a new onOpen callback event for Connector Modals

### Patch Changes

- Updated dependencies [[`0c5fd75`](https://github.com/quiltt/quiltt-js/commit/0c5fd757fa1f688f205431c21c98bb54ea6ea72a)]:
- @quiltt/react@3.7.0
- @quiltt/core@3.7.0

## 3.6.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiltt/react-native",
"version": "3.6.14",
"version": "3.7.0",
"description": "React Native components for Quiltt Connector",
"homepage": "https://github.com/quiltt/quiltt-js/tree/main/packages/react-native#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '3.6.14'
export const version = '3.7.0'
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @quiltt/react

## 3.7.0

### Minor Changes

- [#281](https://github.com/quiltt/quiltt-js/pull/281) [`0c5fd75`](https://github.com/quiltt/quiltt-js/commit/0c5fd757fa1f688f205431c21c98bb54ea6ea72a) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add bindings for a new onOpen callback event for Connector Modals

### Patch Changes

- Updated dependencies [[`0c5fd75`](https://github.com/quiltt/quiltt-js/commit/0c5fd757fa1f688f205431c21c98bb54ea6ea72a)]:
- @quiltt/core@3.7.0

## 3.6.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiltt/react",
"version": "3.6.14",
"version": "3.7.0",
"description": "React components and hooks for Quiltt Connector",
"keywords": [
"quiltt",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '3.6.14'
export const version = '3.7.0'

0 comments on commit dc0dae9

Please sign in to comment.