Skip to content

Commit

Permalink
Version Packages (#1752)
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 Sep 3, 2024
1 parent e01d5f8 commit 1954cea
Show file tree
Hide file tree
Showing 30 changed files with 189 additions and 61 deletions.
22 changes: 0 additions & 22 deletions .changeset/pink-candles-whisper.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rude-camels-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-llamas-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-cows-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-bananas-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-ties-beam.md

This file was deleted.

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

## 6.21.0

### Minor Changes

- 74e89e0: UI:

- Add new `Progress` component
- Add `MenuItem` component that shares the styles with `DropdownMenu.Item`
- Update the `Pill` component to support `context` prop
- Update the `Tabs` component to support the `compact` density
- Allow passing custom icons to the `Button`
- Fix `density` tag in Storybook

Tailwind Config:

- Add support for v2 colors with v2 prefix like `bg-v2-secondary-dark`

Minifront:

- Add top navigation to the v2 minifront with sync bar and prax connection infos

### Patch Changes

- Updated dependencies [74e89e0]
- Updated dependencies [e01d5f8]
- Updated dependencies [516caf3]
- Updated dependencies [a3bef37]
- Updated dependencies [5100518]
- Updated dependencies [d938456]
- @penumbra-zone/ui@9.1.0
- @penumbra-zone/types@22.0.0
- @penumbra-zone/client@18.1.0
- @penumbra-zone/crypto-web@23.0.0
- @penumbra-zone/perspective@29.0.0

## 6.20.0

### Minor 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.20.0",
"version": "6.21.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions apps/node-status/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# node-status

## 4.1.25

### Patch Changes

- Updated dependencies [74e89e0]
- Updated dependencies [e01d5f8]
- Updated dependencies [516caf3]
- Updated dependencies [5100518]
- Updated dependencies [d938456]
- @penumbra-zone/ui@9.1.0
- @penumbra-zone/types@22.0.0
- @penumbra-zone/crypto-web@23.0.0

## 4.1.24

### 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.24",
"version": "4.1.25",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @penumbra-zone/client

## 18.1.0

### Minor Changes

- a3bef37: improve manifest type

## 18.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-zone/client",
"version": "18.0.1",
"version": "18.1.0",
"license": "(MIT OR Apache-2.0)",
"description": "Package for connecting to any Penumbra extension, including Prax.",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @penumbra-zone/crypto-web

## 23.0.0

### Patch Changes

- Updated dependencies [e01d5f8]
- @penumbra-zone/types@22.0.0

## 22.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-zone/crypto-web",
"version": "22.0.0",
"version": "23.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engine": {
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

## 29.0.0

### Patch Changes

- Updated dependencies [e01d5f8]
- @penumbra-zone/wasm@27.0.0

## 28.0.0

### Minor 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": "28.0.0",
"version": "29.0.0",
"license": "(MIT OR Apache-2.0)",
"description": "Tools for assuming different perspectives of Penumbra transactions",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @penumbra-zone/query

## 30.0.0

### Major Changes

- e01d5f8: fresh and existing wallets skip trial decryption

### Patch Changes

- Updated dependencies [e01d5f8]
- @penumbra-zone/types@22.0.0
- @penumbra-zone/wasm@27.0.0
- @penumbra-zone/crypto-web@23.0.0

## 29.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": "29.0.0",
"version": "30.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engine": {
Expand Down
11 changes: 11 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @penumbra-zone/router

## 33.0.0

### Patch Changes

- Updated dependencies [e01d5f8]
- @penumbra-zone/query@30.0.0
- @penumbra-zone/types@22.0.0
- @penumbra-zone/wasm@27.0.0
- @penumbra-zone/crypto-web@23.0.0
- @penumbra-zone/storage@29.0.0

## 32.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": "32.0.0",
"version": "33.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @penumbra-zone/storage

## 29.0.0

### Patch Changes

- Updated dependencies [e01d5f8]
- @penumbra-zone/types@22.0.0
- @penumbra-zone/wasm@27.0.0

## 28.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": "28.0.0",
"version": "29.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engine": {
Expand Down
29 changes: 29 additions & 0 deletions packages/tailwind-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @penumbra-zone/tailwind-config

## 3.1.0

### Minor Changes

- 74e89e0: UI:

- Add new `Progress` component
- Add `MenuItem` component that shares the styles with `DropdownMenu.Item`
- Update the `Pill` component to support `context` prop
- Update the `Tabs` component to support the `compact` density
- Allow passing custom icons to the `Button`
- Fix `density` tag in Storybook

Tailwind Config:

- Add support for v2 colors with v2 prefix like `bg-v2-secondary-dark`

Minifront:

- Add top navigation to the v2 minifront with sync bar and prax connection infos

### Patch Changes

- Updated dependencies [74e89e0]
- Updated dependencies [516caf3]
- Updated dependencies [5100518]
- Updated dependencies [d938456]
- @penumbra-zone/ui@9.1.0

## 3.0.0

### Major 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.0.0",
"version": "3.1.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @penumbra-zone/types

## 22.0.0

### Major Changes

- e01d5f8: fresh and existing wallets skip trial decryption

## 21.0.0

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

## 9.1.0

### Minor Changes

- 74e89e0: UI:

- Add new `Progress` component
- Add `MenuItem` component that shares the styles with `DropdownMenu.Item`
- Update the `Pill` component to support `context` prop
- Update the `Tabs` component to support the `compact` density
- Allow passing custom icons to the `Button`
- Fix `density` tag in Storybook

Tailwind Config:

- Add support for v2 colors with v2 prefix like `bg-v2-secondary-dark`

Minifront:

- Add top navigation to the v2 minifront with sync bar and prax connection infos

- d938456: Add Slider Component

### Patch Changes

- 516caf3: Fix z-index of dialog content
- 5100518: Update UI components: `ValueViewComponent`, `AssetIcon`, and `Popover`
- Updated dependencies [e01d5f8]
- @penumbra-zone/types@22.0.0
- @penumbra-zone/perspective@29.0.0

## 9.0.0

### Major 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": "9.0.0",
"version": "9.1.0",
"license": "(MIT OR Apache-2.0)",
"description": "UI components for Penumbra",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @penumbra-zone/wasm

## 27.0.0

### Major Changes

- e01d5f8: fresh and existing wallets skip trial decryption

### Patch Changes

- Updated dependencies [e01d5f8]
- @penumbra-zone/types@22.0.0

## 26.2.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": "26.2.0",
"version": "27.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engine": {
Expand Down

0 comments on commit 1954cea

Please sign in to comment.