Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 8, 2024
1 parent 1361d52 commit eb46272
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/mean-bears-mate.md

This file was deleted.

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

## 0.1.11

### Patch Changes

- b4d8f21e: Snyk fixes
- Updated dependencies [b4d8f21e]
- @westpac/ui@0.24.1

## 0.1.10

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

## 0.2.0

### Minor Changes

- b4d8f21e: Snyk fixes

### Patch Changes

- Updated dependencies [b4d8f21e]
- @westpac/ui@0.24.1

## 0.1.12

### 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.1.12",
"version": "0.2.0",
"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.2.2

### Patch Changes

- b4d8f21e: Snyk fixes

## 0.2.1

### Patch 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.2.1",
"version": "0.2.2",
"main": "index.js",
"license": "MIT",
"dependencies": {
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.24.1

### Patch Changes

- b4d8f21e: Snyk fixes

## 0.24.0

### Minor 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.0",
"version": "0.24.1",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit eb46272

Please sign in to comment.