Skip to content

Commit

Permalink
Version and Release Packages (#314)
Browse files Browse the repository at this point in the history
* Version Packages

* Trigger workflow

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: zubairaziz <[email protected]>
  • Loading branch information
3 people authored Dec 24, 2024
1 parent 3b789c9 commit dcd30ed
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 29 deletions.
7 changes: 0 additions & 7 deletions .changeset/moody-shrimps-roll.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/olive-scissors-pretend.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wise-clouds-provide.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ We welcome contributions from developers at all skill levels. Whether you're loo
## License

This repository and all published packages are licensed under the terms of the MIT license. See the [LICENSE](LICENSE.md) file for more information.

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

## 3.9.2

### Patch Changes

- [#316](https://github.com/quiltt/quiltt-js/pull/316) [`de5d43e`](https://github.com/quiltt/quiltt-js/commit/de5d43e664a8bbb04595816718f5c645a9c3df27) Thanks [@rubendinho](https://github.com/rubendinho)! - Updated `main` param to `package.json` to improve analyzing the package.

- [#313](https://github.com/quiltt/quiltt-js/pull/313) [`3b789c9`](https://github.com/quiltt/quiltt-js/commit/3b789c9413ab2f9bdda965248ed7a8ccaf270172) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Update typings for QuilttButton onLoad handler

- [#312](https://github.com/quiltt/quiltt-js/pull/312) [`11ba6a3`](https://github.com/quiltt/quiltt-js/commit/11ba6a3af1975349a63640bb99ed0e34ffee3f1c) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Update session handling in QuilttAuthProvider

## 3.9.1

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@quiltt/core",
"version": "3.9.1",
"version": "3.9.2",
"description": "Javascript API client and utilities for Quiltt",
"keywords": ["quiltt", "typescript"],
"keywords": [
"quiltt",
"typescript"
],
"homepage": "https://github.com/quiltt/quiltt-js/tree/main/packages/core#readme",
"repository": {
"type": "git",
Expand All @@ -22,7 +25,11 @@
}
},
"types": "./dist/index.d.ts",
"files": ["dist/**", "src/**", "CHANGELOG.md"],
"files": [
"dist/**",
"src/**",
"CHANGELOG.md"
],
"main": "dist/index.js",
"scripts": {
"build": "bunchee",
Expand Down
14 changes: 14 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @quiltt/react-native

## 3.9.2

### Patch Changes

- [#316](https://github.com/quiltt/quiltt-js/pull/316) [`de5d43e`](https://github.com/quiltt/quiltt-js/commit/de5d43e664a8bbb04595816718f5c645a9c3df27) Thanks [@rubendinho](https://github.com/rubendinho)! - Updated `main` param to `package.json` to improve analyzing the package.

- [#313](https://github.com/quiltt/quiltt-js/pull/313) [`3b789c9`](https://github.com/quiltt/quiltt-js/commit/3b789c9413ab2f9bdda965248ed7a8ccaf270172) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Update typings for QuilttButton onLoad handler

- [#312](https://github.com/quiltt/quiltt-js/pull/312) [`11ba6a3`](https://github.com/quiltt/quiltt-js/commit/11ba6a3af1975349a63640bb99ed0e34ffee3f1c) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Update session handling in QuilttAuthProvider

- Updated dependencies [[`de5d43e`](https://github.com/quiltt/quiltt-js/commit/de5d43e664a8bbb04595816718f5c645a9c3df27), [`3b789c9`](https://github.com/quiltt/quiltt-js/commit/3b789c9413ab2f9bdda965248ed7a8ccaf270172), [`11ba6a3`](https://github.com/quiltt/quiltt-js/commit/11ba6a3af1975349a63640bb99ed0e34ffee3f1c)]:
- @quiltt/react@3.9.2
- @quiltt/core@3.9.2

## 3.9.1

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions 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.9.1",
"version": "3.9.2",
"description": "React Native Components for Quiltt Connector",
"homepage": "https://github.com/quiltt/quiltt-js/tree/main/packages/react-native#readme",
"repository": {
Expand All @@ -21,7 +21,11 @@
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist/**", "src/**", "CHANGELOG.md"],
"files": [
"dist/**",
"src/**",
"CHANGELOG.md"
],
"main": "dist/index.js",
"scripts": {
"addApiKey": "node scripts/addApiKey.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @quiltt/react

## 3.9.2

### Patch Changes

- [#316](https://github.com/quiltt/quiltt-js/pull/316) [`de5d43e`](https://github.com/quiltt/quiltt-js/commit/de5d43e664a8bbb04595816718f5c645a9c3df27) Thanks [@rubendinho](https://github.com/rubendinho)! - Updated `main` param to `package.json` to improve analyzing the package.

- [#313](https://github.com/quiltt/quiltt-js/pull/313) [`3b789c9`](https://github.com/quiltt/quiltt-js/commit/3b789c9413ab2f9bdda965248ed7a8ccaf270172) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Update typings for QuilttButton onLoad handler

- [#312](https://github.com/quiltt/quiltt-js/pull/312) [`11ba6a3`](https://github.com/quiltt/quiltt-js/commit/11ba6a3af1975349a63640bb99ed0e34ffee3f1c) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Update session handling in QuilttAuthProvider

- Updated dependencies [[`de5d43e`](https://github.com/quiltt/quiltt-js/commit/de5d43e664a8bbb04595816718f5c645a9c3df27), [`3b789c9`](https://github.com/quiltt/quiltt-js/commit/3b789c9413ab2f9bdda965248ed7a8ccaf270172), [`11ba6a3`](https://github.com/quiltt/quiltt-js/commit/11ba6a3af1975349a63640bb99ed0e34ffee3f1c)]:
- @quiltt/core@3.9.2

## 3.9.1

### Patch Changes
Expand Down
15 changes: 12 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@quiltt/react",
"version": "3.9.1",
"version": "3.9.2",
"description": "React Components and Hooks for Quiltt Connector",
"keywords": ["quiltt", "quiltt-connector", "react", "typescript"],
"keywords": [
"quiltt",
"quiltt-connector",
"react",
"typescript"
],
"homepage": "https://github.com/quiltt/quiltt-js/tree/main/packages/react#readme",
"repository": {
"type": "git",
Expand All @@ -22,7 +27,11 @@
}
},
"types": "./dist/index.d.ts",
"files": ["dist/**", "src/**", "CHANGELOG.md"],
"files": [
"dist/**",
"src/**",
"CHANGELOG.md"
],
"main": "dist/index.js",
"scripts": {
"build": "bunchee",
Expand Down

0 comments on commit dcd30ed

Please sign in to comment.