Skip to content

Commit

Permalink
Publish Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
changests[bot] committed Feb 1, 2025
1 parent 8145333 commit f2bef20
Show file tree
Hide file tree
Showing 62 changed files with 209 additions and 97 deletions.
2 changes: 0 additions & 2 deletions .changeset/brave-cherries-deny.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/curvy-guests-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-plums-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-ants-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-wombats-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-drinks-press.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/forty-avocados-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-deers-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-icons-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-parents-heal.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/tame-badgers-arrive.md

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions docs/legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @orca-so/whirlpools-docs-legacy

## 0.1.1

### Patch Changes

- [#698](https://github.com/orca-so/whirlpools/pull/698) [`117ff89`](https://github.com/orca-so/whirlpools/commit/117ff890cdda74379784b8e7772a6ff868584793) Thanks [@wjthieme](https://github.com/wjthieme)! - Use "packages" strategy for typedocs

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version
2 changes: 1 addition & 1 deletion docs/legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/whirlpools-docs-legacy",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "typedoc",
Expand Down
9 changes: 9 additions & 0 deletions docs/rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @orca-so/whirlpools-docs-rust

## 0.1.1

### Patch Changes

- [#679](https://github.com/orca-so/whirlpools/pull/679) [`a685353`](https://github.com/orca-so/whirlpools/commit/a68535343396e425e05d65fa9e319dc34b4ace0e) Thanks [@calintje](https://github.com/calintje)! - Updated the Solana SDK compatibility version for Rust SDKs.

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version
2 changes: 1 addition & 1 deletion docs/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orca_whirlpools_docs"
version = "0.1.0"
version = "0.1.1"
publish = false
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion docs/rust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/whirlpools-docs-rust",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "cargo doc --lib --no-deps && cp -rf target/doc/. dist",
Expand Down
7 changes: 7 additions & 0 deletions docs/ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @orca-so/whirlpools-docs-ts

## 0.1.1

### Patch Changes

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version
2 changes: 1 addition & 1 deletion docs/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/whirlpools-docs-ts",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "typedoc",
Expand Down
13 changes: 13 additions & 0 deletions docs/whirlpool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @orca-so/whirlpools-docs

## 0.1.1

### Patch Changes

- [#698](https://github.com/orca-so/whirlpools/pull/698) [`117ff89`](https://github.com/orca-so/whirlpools/commit/117ff890cdda74379784b8e7772a6ff868584793) Thanks [@wjthieme](https://github.com/wjthieme)! - Fix a bug where certain pages in typescript docs would return a 404

- [#697](https://github.com/orca-so/whirlpools/pull/697) [`3bcb851`](https://github.com/orca-so/whirlpools/commit/3bcb851f23776f765b2e6222ef0566c6a3123d3c) Thanks [@calintje](https://github.com/calintje)! - Add API link in navbar

- [#679](https://github.com/orca-so/whirlpools/pull/679) [`a685353`](https://github.com/orca-so/whirlpools/commit/a68535343396e425e05d65fa9e319dc34b4ace0e) Thanks [@calintje](https://github.com/calintje)! - Updated Solana SDK version compatibility for Rust SDKs. Updated API docs reference. Fixed a bug causing the Orca logo to appear streched on Safari.

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version
2 changes: 1 addition & 1 deletion docs/whirlpool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/whirlpools-docs",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "docusaurus build --out-dir dist",
Expand Down
9 changes: 9 additions & 0 deletions examples/rust-sdk/whirlpool_repositioning_bot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @orca-so/whirlpools-example-rust-repositioning-bot

## 0.1.1

### Patch Changes

- [#679](https://github.com/orca-so/whirlpools/pull/679) [`a685353`](https://github.com/orca-so/whirlpools/commit/a68535343396e425e05d65fa9e319dc34b4ace0e) Thanks [@calintje](https://github.com/calintje)! - Updated installation guide.

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version
2 changes: 1 addition & 1 deletion examples/rust-sdk/whirlpool_repositioning_bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whirlpool_repositioning_bot"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/rust-sdk/whirlpool_repositioning_bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/whirlpools-example-rust-repositioning-bot",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "cargo build",
Expand Down
10 changes: 10 additions & 0 deletions examples/ts-sdk/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @orca-so/whirlpools-example-ts-next

## 0.1.1

### Patch Changes

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version

- Updated dependencies [[`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27)]:
- @orca-so/whirlpools@1.0.3
2 changes: 1 addition & 1 deletion examples/ts-sdk/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/whirlpools-example-ts-next",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions legacy-sdk/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @orca-so/whirlpools-sdk-cli

## 0.1.1

### Patch Changes

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version

- Updated dependencies [[`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27)]:
- @orca-so/whirlpools-sdk@0.13.14
- @orca-so/common-sdk@0.6.9
2 changes: 1 addition & 1 deletion legacy-sdk/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/whirlpools-sdk-cli",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions legacy-sdk/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @orca-so/common-sdk

## 0.6.9

### Patch Changes

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version
2 changes: 1 addition & 1 deletion legacy-sdk/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/common-sdk",
"version": "0.6.8",
"version": "0.6.9",
"description": "Common Typescript components across Orca",
"repository": "https://github.com/orca-so/orca-sdks",
"author": "Orca Foundation",
Expand Down
7 changes: 7 additions & 0 deletions legacy-sdk/integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @orca-so/whirlpools-sdk-integration

## 0.1.1

### Patch Changes

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version
2 changes: 1 addition & 1 deletion legacy-sdk/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/whirlpools-sdk-integration",
"version": "0.1.0",
"version": "0.1.1",
"devDependencies": {
"@orca-so/common-sdk": "*",
"@orca-so/whirlpools-sdk": "*"
Expand Down
10 changes: 10 additions & 0 deletions legacy-sdk/whirlpool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @orca-so/whirlpools-sdk

## 0.13.14

### Patch Changes

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version

- Updated dependencies [[`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27)]:
- @orca-so/common-sdk@0.6.9
4 changes: 2 additions & 2 deletions legacy-sdk/whirlpool/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@orca-so/whirlpools-sdk",
"version": "0.13.13",
"version": "0.13.14",
"description": "Typescript SDK to interact with Orca's Whirlpool program.",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"peerDependencies": {
"@coral-xyz/anchor": "~0.29.0",
"@orca-so/common-sdk": "^0.6.4",
"@orca-so/common-sdk": "^0.6.9",
"@solana/spl-token": "^0.4.12",
"@solana/web3.js": "^1.90.0",
"decimal.js": "^10.5.0"
Expand Down
7 changes: 7 additions & 0 deletions programs/whirlpool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @orca-so/whirlpools-program

## 0.3.3

### Patch Changes

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version
2 changes: 1 addition & 1 deletion programs/whirlpool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whirlpool"
version = "0.3.2"
version = "0.3.3"
publish = false
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion programs/whirlpool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/whirlpools-program",
"version": "0.3.2",
"version": "0.3.3",
"scripts": {
"build": "anchor build -p whirlpool",
"test": "cargo test -p whirlpool --lib",
Expand Down
7 changes: 7 additions & 0 deletions rust-sdk/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @orca-so/whirlpools-rust-client

## 1.0.3

### Patch Changes

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version
2 changes: 1 addition & 1 deletion rust-sdk/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orca_whirlpools_client"
version = "1.0.2"
version = "1.0.3"
description = "Rust client to interact with Orca's on-chain Whirlpool program."
include = ["src/*"]
documentation = "https://orca-so.github.io/whirlpools/"
Expand Down
2 changes: 1 addition & 1 deletion rust-sdk/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/whirlpools-rust-client",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"scripts": {
"build": "node ./codama.js && cargo build",
Expand Down
7 changes: 7 additions & 0 deletions rust-sdk/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @orca-so/whirlpools-rust-core

## 1.0.3

### Patch Changes

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version
2 changes: 1 addition & 1 deletion rust-sdk/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orca_whirlpools_core"
version = "1.0.2"
version = "1.0.3"
description = "Orca's core rust package."
include = ["src/*"]
documentation = "https://orca-so.github.io/whirlpools/"
Expand Down
2 changes: 1 addition & 1 deletion rust-sdk/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/whirlpools-rust-core",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"build": "cargo build -p orca_whirlpools_core",
"test": "cargo test -p orca_whirlpools_core --lib",
Expand Down
7 changes: 7 additions & 0 deletions rust-sdk/integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @orca-so/whirlpools-rust-integration

## 0.1.1

### Patch Changes

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version
2 changes: 1 addition & 1 deletion rust-sdk/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-so/whirlpools-rust-integration",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions rust-sdk/macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @orca-so/whirlpools-rust-macros

## 1.0.3

### Patch Changes

- [#680](https://github.com/orca-so/whirlpools/pull/680) [`bc70bfb`](https://github.com/orca-so/whirlpools/commit/bc70bfb40068bb13282a92a7b36f501429470b27) Thanks [@wjthieme](https://github.com/wjthieme)! - Initial changeset version
2 changes: 1 addition & 1 deletion rust-sdk/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orca_whirlpools_macros"
version = "1.0.2"
version = "1.0.3"
description = "Orca's rust wasm macros package."
include = ["src/*"]
documentation = "https://orca-so.github.io/whirlpools/"
Expand Down
Loading

0 comments on commit f2bef20

Please sign in to comment.