Skip to content

Commit

Permalink
Merge pull request #1043 from WestpacGEL/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jaortiz authored Feb 20, 2025
2 parents 57d7976 + ebd1986 commit dae69f7
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-buckets-obey.md

This file was deleted.

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

## 0.2.27

### Patch Changes

- Updated dependencies [0f41959]
- @westpac/ui@0.42.2

## 0.2.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/protoform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protoform",
"version": "0.2.26",
"version": "0.2.27",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions apps/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# site

## 0.3.27

### Patch Changes

- Updated dependencies [0f41959]
- @westpac/ui@0.42.2

## 0.3.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "0.3.26",
"version": "0.3.27",
"private": true,
"scripts": {
"build": "next build",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @westpac/ui

## 0.42.2

### Patch Changes

- 0f41959: accordina default open items not working because items keys are being transformed with .$ by React map method. Thus, keys does not match with defaultExpandedKeys

## 0.42.1

### 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": "@westpac/ui",
"version": "0.42.1",
"version": "0.42.2",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit dae69f7

Please sign in to comment.