Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 31, 2024
1 parent 524a0d7 commit 9322168
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/tame-parrots-mate.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.1

### Patch Changes

- [`524a0d7`](https://github.com/quiltt/quiltt-js/commit/524a0d7f83c92648522c7712b82619fcd72e56c8) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add missing opened Enum type

## 3.7.0

### Minor 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.7.0",
"version": "3.7.1",
"description": "Javascript API client and utilities for Quiltt",
"keywords": [
"quiltt",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @quiltt/react-native

## 3.7.1

### Patch Changes

- [`524a0d7`](https://github.com/quiltt/quiltt-js/commit/524a0d7f83c92648522c7712b82619fcd72e56c8) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add missing opened Enum type

- Updated dependencies [[`524a0d7`](https://github.com/quiltt/quiltt-js/commit/524a0d7f83c92648522c7712b82619fcd72e56c8)]:
- @quiltt/core@3.7.1
- @quiltt/react@3.7.1

## 3.7.0

### Minor 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.7.0",
"version": "3.7.1",
"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.7.0'
export const version = '3.7.1'
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quiltt/react

## 3.7.1

### Patch Changes

- [`524a0d7`](https://github.com/quiltt/quiltt-js/commit/524a0d7f83c92648522c7712b82619fcd72e56c8) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add missing opened Enum type

- Updated dependencies [[`524a0d7`](https://github.com/quiltt/quiltt-js/commit/524a0d7f83c92648522c7712b82619fcd72e56c8)]:
- @quiltt/core@3.7.1

## 3.7.0

### Minor 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.7.0",
"version": "3.7.1",
"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.7.0'
export const version = '3.7.1'

0 comments on commit 9322168

Please sign in to comment.