Skip to content

Commit

Permalink
Version Packages (#269)
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 Oct 1, 2024
1 parent 2eeafc9 commit 0a6fa1e
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-glasses-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-hornets-smell.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/gdu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# gdu

## 11.1.0

### Minor Changes

- 2eeafc9: Adds nextjs assetPrefix support

### Patch Changes

- Updated dependencies [2eeafc9]
- @autoguru/utilities@1.2.1

## 11.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gdu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdu",
"version": "11.0.1",
"version": "11.1.0",
"description": "AutoGuru's development toolkit",
"homepage": "https://github.com/autoguru-au/octane/tree/master/packages/gdu#readme",
"repository": "https://github.com/autoguru-au/octane/tree/master/packages/gdu",
Expand All @@ -25,7 +25,7 @@
"@2fd/graphdoc": "^2.4.0",
"@autoguru/babel-preset": "^3.0.0",
"@autoguru/tsconfig": "1.2.0",
"@autoguru/utilities": "^1.2.0",
"@autoguru/utilities": "^1.2.1",
"@babel/helper-plugin-utils": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @autoguru/utilities

## 1.2.1

### Patch Changes

- 2eeafc9: logger not longer uses proccess.browser

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autoguru/utilities",
"version": "1.2.0",
"version": "1.2.1",
"description": "A collection of smallish things that help AutoGuru write code.",
"homepage": "https://github.com/autoguru-au/octane/tree/master/packages/utilities#readme",
"repository": "https://github.com/autoguru-au/octane/tree/master/packages/utilities",
Expand Down

0 comments on commit 0a6fa1e

Please sign in to comment.