Skip to content

Commit

Permalink
Merge pull request #157 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 Nov 9, 2023
2 parents 4fda340 + 78c4723 commit eb9adb3
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/little-jokes-brake.md

This file was deleted.

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

## 3.3.1

### Patch Changes

- 9bfbc03: Match eventType with MessageType in react native sdk

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion ECMAScript/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiltt/core",
"version": "3.3.0",
"version": "3.3.1",
"description": "Javascript API client and utilities for Quiltt",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions ECMAScript/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quiltt/react-native

## 3.3.1

### Patch Changes

- 9bfbc03: Match eventType with MessageType in react native sdk
- Updated dependencies [9bfbc03]
- @quiltt/core@3.3.1
- @quiltt/react@3.3.1

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion ECMAScript/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiltt/react-native",
"version": "3.3.0",
"version": "3.3.1",
"description": "React Native components for Quiltt Connector",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions ECMAScript/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @quiltt/react

## 3.3.1

### Patch Changes

- 9bfbc03: Match eventType with MessageType in react native sdk
- Updated dependencies [9bfbc03]
- @quiltt/core@3.3.1

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion ECMAScript/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiltt/react",
"version": "3.3.0",
"version": "3.3.1",
"description": "React components and hooks for Quiltt Connector",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions ECMAScript/react/test-apps/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nextjs

## 2.2.1

### Patch Changes

- 9bfbc03: Match eventType with MessageType in react native sdk
- Updated dependencies [9bfbc03]
- @quiltt/react@3.3.1

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion ECMAScript/react/test-apps/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quiltt/react-test-nextjs",
"description": "Quiltt's React SDK integrated into Next.js",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT",
"private": true,
"scripts": {
Expand Down

0 comments on commit eb9adb3

Please sign in to comment.