Skip to content

Commit

Permalink
Version Packages (#1813)
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 2, 2024
1 parent 735e22b commit 7888ea4
Show file tree
Hide file tree
Showing 21 changed files with 86 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-onions-return.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/good-penguins-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/late-crabs-obey.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/minifront/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# minifront

## 6.22.3

### Patch Changes

- 4295109: - Add a temporary zIndex prop to the Dialog component. It is only needed for minifront v1 and must be removed when we stop supporting the v1.
- Improve the styles of the v2 sync bar and popover
- Updated dependencies [4295109]
- @penumbra-zone/ui@10.0.1
- @penumbra-zone/perspective@32.0.0

## 6.22.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/minifront/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minifront",
"version": "6.22.2",
"version": "6.22.3",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions apps/node-status/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# node-status

## 4.1.29

### Patch Changes

- Updated dependencies [4295109]
- @penumbra-zone/ui@10.0.1

## 4.1.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/node-status/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-status",
"version": "4.1.28",
"version": "4.1.29",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/perspective/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @penumbra-zone/perspective

## 32.0.0

### Patch Changes

- Updated dependencies [735e22b]
- @penumbra-zone/wasm@29.1.0

## 31.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-zone/perspective",
"version": "31.0.0",
"version": "32.0.0",
"license": "(MIT OR Apache-2.0)",
"description": "Tools for assuming different perspectives of Penumbra transactions",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @penumbra-zone/query

## 33.0.0

### Minor Changes

- 487e26d: perform idb genesis in the block processor

### Patch Changes

- Updated dependencies [735e22b]
- @penumbra-zone/wasm@29.1.0

## 32.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-zone/query",
"version": "32.0.0",
"version": "33.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engine": {
Expand Down
10 changes: 10 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @penumbra-zone/router

## 36.0.0

### Patch Changes

- Updated dependencies [735e22b]
- Updated dependencies [487e26d]
- @penumbra-zone/wasm@29.1.0
- @penumbra-zone/storage@32.0.0
- @penumbra-zone/query@33.0.0

## 35.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-zone/services",
"version": "35.0.0",
"version": "36.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engine": {
Expand Down
11 changes: 11 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @penumbra-zone/storage

## 32.0.0

### Minor Changes

- 487e26d: perform idb genesis in the block processor

### Patch Changes

- Updated dependencies [735e22b]
- @penumbra-zone/wasm@29.1.0

## 31.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-zone/storage",
"version": "31.0.0",
"version": "32.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engine": {
Expand Down
7 changes: 7 additions & 0 deletions packages/tailwind-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @penumbra-zone/tailwind-config

## 3.1.4

### Patch Changes

- Updated dependencies [4295109]
- @penumbra-zone/ui@10.0.1

## 3.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/tailwind-config",
"version": "3.1.3",
"version": "3.1.4",
"private": true,
"license": "(MIT OR Apache-2.0)",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @penumbra-zone/ui

## 10.0.1

### Patch Changes

- 4295109: - Add a temporary zIndex prop to the Dialog component. It is only needed for minifront v1 and must be removed when we stop supporting the v1.
- Improve the styles of the v2 sync bar and popover
- @penumbra-zone/perspective@32.0.0

## 10.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-zone/ui",
"version": "10.0.0",
"version": "10.0.1",
"license": "(MIT OR Apache-2.0)",
"description": "UI components for Penumbra",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @penumbra-zone/wasm

## 29.1.0

### Minor Changes

- 735e22b: add support for spend transaction planner requests in wasm

## 29.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-zone/wasm",
"version": "29.0.0",
"version": "29.1.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engine": {
Expand Down

0 comments on commit 7888ea4

Please sign in to comment.