Skip to content

Commit

Permalink
Release packages (#836)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 25, 2024
1 parent 2c7561c commit 7d95b83
Show file tree
Hide file tree
Showing 31 changed files with 120 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/fast-nails-stare.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/auth/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossmint/server-sdk-next-starter

## 0.2.2

### Patch Changes

- @crossmint/server-sdk@1.0.2

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/auth/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/server-sdk-next-starter",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions apps/payments/create-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossmint/client-sdk-react-ui-starter

## 1.3.3

### Patch Changes

- @crossmint/client-sdk-react-ui@1.9.2

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/payments/create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/client-sdk-react-ui-starter",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions apps/payments/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @crossmint/client-sdk-nextjs-starter

## 1.3.3

### Patch Changes

- 2c7561c: embed: add payment.receiptEmail
- Updated dependencies [2c7561c]
- @crossmint/client-sdk-base@1.3.1
- @crossmint/client-sdk-react-ui@1.9.2

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/payments/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/client-sdk-nextjs-starter",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions apps/payments/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @crossmint/client-sdk-vue-ui-starter

## 1.1.31

### Patch Changes

- Updated dependencies [2c7561c]
- @crossmint/client-sdk-base@1.3.1
- @crossmint/client-sdk-vue-ui@1.1.20
- @crossmint/client-sdk-smart-wallet@0.1.21

## 1.1.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/payments/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/client-sdk-vue-ui-starter",
"version": "1.1.30",
"version": "1.1.31",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions apps/wallets/smart-wallet/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossmint/client-sdk-smart-wallet-next-starter

## 0.1.31

### Patch Changes

- @crossmint/client-sdk-react-ui@1.9.2

## 0.1.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/wallets/smart-wallet/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/client-sdk-smart-wallet-next-starter",
"version": "0.1.30",
"version": "0.1.31",
"private": true,
"scripts": {
"build": "next build",
Expand Down
6 changes: 6 additions & 0 deletions apps/wallets/smart-wallet/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossmint/client-sdk-smart-wallet-react-starter

## 1.5.20

### Patch Changes

- @crossmint/client-sdk-smart-wallet@0.1.21

## 1.5.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/wallets/smart-wallet/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/client-sdk-smart-wallet-react-starter",
"version": "1.5.19",
"version": "1.5.20",
"private": true,
"scripts": {
"build": "react-app-rewired build",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossmint/client-sdk-auth

## 0.2.3

### Patch Changes

- @crossmint/common-sdk-auth@0.2.3

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/client-sdk-auth",
"version": "0.2.2",
"version": "0.2.3",
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
"author": "Paella Labs Inc",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossmint/client-sdk-base

## 1.3.1

### Patch Changes

- 2c7561c: embed: add payment.receiptEmail

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/client-sdk-base",
"version": "1.3.0",
"version": "1.3.1",
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
"author": "Paella Labs Inc",
Expand Down
10 changes: 10 additions & 0 deletions packages/client/ui/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @crossmint/client-sdk-react-ui

## 1.9.2

### Patch Changes

- Updated dependencies [2c7561c]
- @crossmint/client-sdk-base@1.3.1
- @crossmint/client-sdk-smart-wallet@0.1.21
- @crossmint/common-sdk-auth@0.2.3
- @crossmint/client-sdk-auth@0.2.3

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/ui/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/client-sdk-react-ui",
"version": "1.9.1",
"version": "1.9.2",
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
"author": "Paella Labs Inc",
Expand Down
7 changes: 7 additions & 0 deletions packages/client/ui/vanilla-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @crossmint/client-sdk-vanilla-ui

## 1.1.20

### Patch Changes

- Updated dependencies [2c7561c]
- @crossmint/client-sdk-base@1.3.1

## 1.1.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/ui/vanilla-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/client-sdk-vanilla-ui",
"version": "1.1.19",
"version": "1.1.20",
"description": "Crossmint client SDK for vanilla JS (no framework required), using web-components",
"homepage": "https://github.com/Crossmint/crossmint-sdk#readme",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/client/ui/vue-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @crossmint/client-sdk-vue-ui

## 1.1.20

### Patch Changes

- Updated dependencies [2c7561c]
- @crossmint/client-sdk-base@1.3.1

## 1.1.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/ui/vue-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/client-sdk-vue-ui",
"version": "1.1.19",
"version": "1.1.20",
"type": "module",
"exports": {
".": {
Expand Down
7 changes: 7 additions & 0 deletions packages/client/verifiable-credentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @crossmint/client-sdk-verifiable-credentials

## 3.4.11

### Patch Changes

- Updated dependencies [2c7561c]
- @crossmint/client-sdk-base@1.3.1

## 3.4.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/verifiable-credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/client-sdk-verifiable-credentials",
"version": "3.4.10",
"version": "3.4.11",
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
"author": "Paella Labs Inc",
Expand Down
7 changes: 7 additions & 0 deletions packages/client/wallets/smart-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @crossmint/client-sdk-smart-wallet

## 0.1.21

### Patch Changes

- Updated dependencies [2c7561c]
- @crossmint/client-sdk-base@1.3.1

## 0.1.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/wallets/smart-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/client-sdk-smart-wallet",
"version": "0.1.20",
"version": "0.1.21",
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
"author": "Paella Labs Inc",
Expand Down
7 changes: 7 additions & 0 deletions packages/common/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @crossmint/common-sdk-auth

## 0.2.3

### Patch Changes

- Updated dependencies [2c7561c]
- @crossmint/client-sdk-base@1.3.1

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/common-sdk-auth",
"version": "0.2.2",
"version": "0.2.3",
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
"author": "Paella Labs Inc",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossmint/server-sdk

## 1.0.2

### Patch Changes

- @crossmint/common-sdk-auth@0.2.3

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/server-sdk",
"version": "1.0.1",
"version": "1.0.2",
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
"author": "Paella Labs Inc",
Expand Down

0 comments on commit 7d95b83

Please sign in to comment.