Skip to content

Commit

Permalink
Version Packages (#5635)
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 Aug 20, 2024
1 parent c4a2004 commit cdb166d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-pets-smile.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@aws-amplify/ui-react": "^6.2.0",
"@aws-amplify/ui-react-geo": "^2.0.18",
"@aws-amplify/ui-react-geo": "^2.0.19",
"@aws-amplify/ui-react-liveness": "^3.1.4",
"@aws-amplify/ui-react-notifications": "^2.0.23",
"@aws-amplify/ui-react-storage": "^3.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-geo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/ui-react-geo

## 2.0.19

### Patch Changes

- [#5634](https://github.com/aws-amplify/amplify-ui/pull/5634) [`c4a2004ed`](https://github.com/aws-amplify/amplify-ui/commit/c4a2004ed439612545cbf1ac0393afeb922e997c) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Update maplibre-gl-js-amplify package

## 2.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-geo",
"version": "2.0.18",
"version": "2.0.19",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-geo/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '2.0.18';
export const VERSION = '2.0.19';

0 comments on commit cdb166d

Please sign in to comment.