Skip to content

Commit

Permalink
Merge pull request #843 from WestpacGEL/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
kenjishiromajp authored Aug 25, 2024
2 parents 46899d6 + c6c83f3 commit 36808c2
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-bottles-camp.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-snakes-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-bobcats-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-knives-drop.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- Updated dependencies [82c454db]
- Updated dependencies [cc069a42]
- Updated dependencies [f82970a2]
- @westpac/ui@0.25.0

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
9 changes: 9 additions & 0 deletions apps/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# site

## 0.3.1

### Patch Changes

- Updated dependencies [82c454db]
- Updated dependencies [cc069a42]
- Updated dependencies [f82970a2]
- @westpac/ui@0.25.0

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"private": true,
"scripts": {
"build": "next build",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @westpac/eslint-config

## 0.4.0

### Minor Changes

- 07fb7eaa: Update typescript version

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@westpac/eslint-config",
"version": "0.3.0",
"version": "0.4.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @westpac/ui

## 0.25.0

### Minor Changes

- 82c454db: adding back the body parameter to flexi cell
- cc069a42: - Update filter buttons
- Update typescript and tailwind variants version
- f82970a2: Added target, cancel-card, and circle icons; Added target pictogram; Updated quick balance icon

## 0.24.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.24.1",
"version": "0.25.0",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit 36808c2

Please sign in to comment.