Skip to content

Commit 8676f64

Browse files
authored
Merge pull request #3179 from pyth-network/bduran/minor-bump-all
chore: performed a minor bump all packages, since all were changed in the big dual package update
2 parents 080ad12 + 18550e3 commit 8676f64

File tree

43 files changed

+45
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+45
-45
lines changed

apps/entropy-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/entropy-tester",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Utility to test entropy provider callbacks",
55
"private": true,
66
"type": "module",

apps/hermes/client/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/hermes-client",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Pyth Hermes Client",
55
"author": {
66
"name": "Pyth Data Association"

apps/price_pusher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/price-pusher",
3-
"version": "10.2.0",
3+
"version": "10.3.0",
44
"description": "Pyth Price Pusher",
55
"homepage": "https://pyth.network",
66
"main": "./dist/index.cjs",

apps/staking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@
7373
"tailwindcss-react-aria-components": "catalog:",
7474
"vercel": "catalog:"
7575
}
76-
}
76+
}

contract_manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/contract-manager",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Set of tools to manage pyth contracts",
55
"private": true,
66
"exports": {

governance/pyth_staking_sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/staking-sdk",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "Pyth staking SDK",
55
"exports": {
66
"./constants": {

governance/xc_admin/packages/crank_executor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/xc-admin-crank-executor",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "A crank to executed all executeReady multisig transaction",
55
"private": "true",
66
"author": "",

governance/xc_admin/packages/crank_pythnet_relayer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/xc-admin-crank-pythnet-relayer",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "A crank to relay pyth governance actions to pythnet",
55
"private": "true",
66
"author": "",

governance/xc_admin/packages/proposer_server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/xc-admin-proposer-server",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "A server that proposes the instructions that it receives to the multisig",
55
"private": "true",
66
"author": "",

governance/xc_admin/packages/xc_admin_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/xc-admin-cli",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": "true",
55
"description": "",
66
"author": "",

0 commit comments

Comments
 (0)