Skip to content

Commit

Permalink
Release packages (#927)
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 Feb 7, 2025
1 parent 940add8 commit 88ad6ca
Show file tree
Hide file tree
Showing 39 changed files with 160 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changeset/healthy-bees-do.md

This file was deleted.

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

## 0.4.5

### Patch Changes

- @crossmint/client-sdk-react-ui@1.13.10
- @crossmint/server-sdk@1.2.3

## 0.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/auth/nextjs-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossmint/auth-ssr-nextjs-demo",
"version": "0.4.4",
"version": "0.4.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions apps/auth/node-and-express-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# crossmint-auth-node

## 1.1.14

### Patch Changes

- @crossmint/server-sdk@1.2.3

## 1.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/auth/node-and-express-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crossmint-auth-node",
"version": "1.1.13",
"version": "1.1.14",
"description": "",
"main": "index.js",
"type": "module",
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.32

### Patch Changes

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

## 1.3.31

### 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.31",
"version": "1.3.32",
"private": true,
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/payments/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @crossmint/client-sdk-nextjs-starter

## 1.4.19

### Patch Changes

- 940add8: Adding chiliz
- @crossmint/client-sdk-base@1.4.8
- @crossmint/client-sdk-react-ui@1.13.10

## 1.4.18

### 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.4.18",
"version": "1.4.19",
"private": true,
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/payments/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @crossmint/client-sdk-vue-ui-starter

## 1.1.43

### Patch Changes

- @crossmint/client-sdk-base@1.4.8
- @crossmint/client-sdk-smart-wallet@0.1.33
- @crossmint/client-sdk-vue-ui@1.1.32

## 1.1.42

### 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.42",
"version": "1.1.43",
"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.60

### Patch Changes

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

## 0.1.59

### 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.59",
"version": "0.1.60",
"private": true,
"scripts": {
"build": "next build",
Expand Down
7 changes: 7 additions & 0 deletions apps/wallets/smart-wallet/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @crossmint/client-sdk-smart-wallet-react-starter

## 1.5.32

### Patch Changes

- @crossmint/client-sdk-smart-wallet@0.1.33
- @crossmint/client-sdk-smart-wallet-web3auth-adapter@0.2.6

## 1.5.31

### 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.31",
"version": "1.5.32",
"private": true,
"scripts": {
"build": "react-app-rewired build",
Expand Down
9 changes: 9 additions & 0 deletions packages/client/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @crossmint/client-sdk-auth

## 1.1.16

### Patch Changes

- Updated dependencies [940add8]
- @crossmint/common-sdk-base@0.3.2
- @crossmint/client-sdk-base@1.4.8
- @crossmint/common-sdk-auth@1.0.14

## 1.1.15

### 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": "1.1.15",
"version": "1.1.16",
"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/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @crossmint/client-sdk-base

## 1.4.8

### Patch Changes

- Updated dependencies [940add8]
- @crossmint/common-sdk-base@0.3.2

## 1.4.7

### Patch 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.4.7",
"version": "1.4.8",
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
"author": "Paella Labs Inc",
Expand Down
11 changes: 11 additions & 0 deletions packages/client/ui/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @crossmint/client-sdk-react-ui

## 1.13.10

### Patch Changes

- Updated dependencies [940add8]
- @crossmint/common-sdk-base@0.3.2
- @crossmint/client-sdk-auth@1.1.16
- @crossmint/client-sdk-base@1.4.8
- @crossmint/client-sdk-smart-wallet@0.1.33
- @crossmint/common-sdk-auth@1.0.14

## 1.13.9

### 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.13.9",
"version": "1.13.10",
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
"author": "Paella Labs Inc",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/ui/vanilla-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @crossmint/client-sdk-vanilla-ui

## 1.1.32

### Patch Changes

- Updated dependencies [940add8]
- @crossmint/common-sdk-base@0.3.2
- @crossmint/client-sdk-base@1.4.8

## 1.1.31

### 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.31",
"version": "1.1.32",
"description": "Crossmint client SDK for vanilla JS (no framework required), using web-components",
"homepage": "https://github.com/Crossmint/crossmint-sdk#readme",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/client/ui/vue-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossmint/client-sdk-vue-ui

## 1.1.32

### Patch Changes

- @crossmint/client-sdk-base@1.4.8

## 1.1.31

### 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.31",
"version": "1.1.32",
"type": "module",
"exports": {
".": {
Expand Down
8 changes: 8 additions & 0 deletions packages/client/verifiable-credentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @crossmint/client-sdk-verifiable-credentials

## 3.4.23

### Patch Changes

- Updated dependencies [940add8]
- @crossmint/common-sdk-base@0.3.2
- @crossmint/client-sdk-base@1.4.8

## 3.4.22

### 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.22",
"version": "3.4.23",
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
"author": "Paella Labs Inc",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/wallets/smart-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @crossmint/client-sdk-smart-wallet

## 0.1.33

### Patch Changes

- Updated dependencies [940add8]
- @crossmint/common-sdk-base@0.3.2
- @crossmint/client-sdk-base@1.4.8

## 0.1.32

### 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.32",
"version": "0.1.33",
"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/walletconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @crossmint/client-sdk-walletconnect

## 1.2.3

### Patch Changes

- Updated dependencies [940add8]
- @crossmint/common-sdk-base@0.3.2

## 1.2.2

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

## 0.2.6

### Patch Changes

- Updated dependencies [940add8]
- @crossmint/common-sdk-base@0.3.2

## 0.2.5

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

## 1.0.14

### Patch Changes

- Updated dependencies [940add8]
- @crossmint/common-sdk-base@0.3.2
- @crossmint/client-sdk-base@1.4.8

## 1.0.13

### 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": "1.0.13",
"version": "1.0.14",
"repository": "https://github.com/Crossmint/crossmint-sdk",
"license": "Apache-2.0",
"author": "Paella Labs Inc",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossmint/common-sdk-base

## 0.3.2

### Patch Changes

- 940add8: Adding chiliz

## 0.3.1

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

0 comments on commit 88ad6ca

Please sign in to comment.