Skip to content

Commit

Permalink
Merge pull request #838 from WestpacGEL/changeset-release/develop
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
kenjishiromajp authored Aug 13, 2024
2 parents 577839b + 6577459 commit 2bcfc6f
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/tricky-coins-collect.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- d275ec7e: eslint config separating the turbo config

### Patch Changes

- @westpac/ui@0.24.1

## 0.1.11

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

## 0.3.0

### Minor Changes

- d275ec7e: eslint config separating the turbo config

### Patch Changes

- @westpac/ui@0.24.1

## 0.2.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.2.0",
"version": "0.3.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.3.0

### Minor Changes

- d275ec7e: eslint config separating the turbo config

## 0.2.2

### 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.2",
"version": "0.3.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 2bcfc6f

Please sign in to comment.