Skip to content

Commit

Permalink
Merge pull request #126 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 Oct 3, 2023
2 parents de5caa5 + 1a225a2 commit a070ff7
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/twenty-books-care.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.0.2

### Patch Changes

- 315de22: Increase 429 handling for ci/cd

## 3.0.1

### Patch 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.0.1",
"version": "3.0.2",
"description": "Javascript API client and utilities for Quiltt",
"repository": {
"type": "git",
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.0.2

### Patch Changes

- 315de22: Increase 429 handling for ci/cd
- Updated dependencies [315de22]
- @quiltt/core@3.0.2

## 3.0.1

### Patch 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.0.1",
"version": "3.0.2",
"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.0.2

### Patch Changes

- 315de22: Increase 429 handling for ci/cd
- Updated dependencies [315de22]
- @quiltt/react@3.0.2

## 2.0.1

### Patch 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.0.1",
"version": "2.0.2",
"license": "MIT",
"private": true,
"scripts": {
Expand Down

0 comments on commit a070ff7

Please sign in to comment.