Skip to content

Commit

Permalink
Version and Release Packages (#311)
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 18, 2024
1 parent 86b39ac commit 5245cd1
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/wicked-rocks-shave.md

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ 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.

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.9.1

### Patch Changes

- [#310](https://github.com/quiltt/quiltt-js/pull/310) [`86b39ac`](https://github.com/quiltt/quiltt-js/commit/86b39ac7015fcf21d1c1962df1a76f84c2af9801) Thanks [@rubendinho](https://github.com/rubendinho)! - Added explicit file extensions to import statements to comply with strict ESM module resolution.

## 3.9.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.9.0",
"version": "3.9.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.9.1

### Patch Changes

- [#310](https://github.com/quiltt/quiltt-js/pull/310) [`86b39ac`](https://github.com/quiltt/quiltt-js/commit/86b39ac7015fcf21d1c1962df1a76f84c2af9801) Thanks [@rubendinho](https://github.com/rubendinho)! - Added explicit file extensions to import statements to comply with strict ESM module resolution.

- Updated dependencies [[`86b39ac`](https://github.com/quiltt/quiltt-js/commit/86b39ac7015fcf21d1c1962df1a76f84c2af9801)]:
- @quiltt/react@3.9.1
- @quiltt/core@3.9.1

## 3.9.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.9.0",
"version": "3.9.1",
"description": "React Native components for Quiltt Connector",
"homepage": "https://github.com/quiltt/quiltt-js/tree/main/packages/react-native#readme",
"repository": {
Expand Down
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.9.1

### Patch Changes

- [#310](https://github.com/quiltt/quiltt-js/pull/310) [`86b39ac`](https://github.com/quiltt/quiltt-js/commit/86b39ac7015fcf21d1c1962df1a76f84c2af9801) Thanks [@rubendinho](https://github.com/rubendinho)! - Added explicit file extensions to import statements to comply with strict ESM module resolution.

- Updated dependencies [[`86b39ac`](https://github.com/quiltt/quiltt-js/commit/86b39ac7015fcf21d1c1962df1a76f84c2af9801)]:
- @quiltt/core@3.9.1

## 3.9.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.9.0",
"version": "3.9.1",
"description": "React components and hooks for Quiltt Connector",
"keywords": [
"quiltt",
Expand Down

0 comments on commit 5245cd1

Please sign in to comment.