Skip to content

Commit 834b4e2

Browse files
Version Packages (#2870)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6f999c1 commit 834b4e2

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

.changeset/cyan-eggs-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fast-toes-smash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "$_ run build"
2020
},
2121
"dependencies": {
22-
"@aws-amplify/ui-react": "3.5.10",
22+
"@aws-amplify/ui-react": "3.5.11",
2323
"@cucumber/gherkin": "^19.0.3",
2424
"@cucumber/messages": "^16.0.1",
2525
"@docsearch/react": "3",

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@aws-amplify/ui-react": "^3.5.10",
13+
"@aws-amplify/ui-react": "^3.5.11",
1414
"aws-amplify": "latest",
1515
"next": "^11.1.3",
1616
"next-global-css": "^1.1.1",

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @aws-amplify/ui-react
22

3+
## 3.5.11
4+
5+
### Patch Changes
6+
7+
- [#2871](https://github.com/aws-amplify/amplify-ui/pull/2871) [`6f999c10f`](https://github.com/aws-amplify/amplify-ui/commit/6f999c10fc89ae7cce5d63b38bf4393aa6fd5670) Thanks [@sreeramsama](https://github.com/sreeramsama)! - chore: upgrade maplibre-gl-js-amplify to v2.1.0 to support getSuggestions and getPlace
8+
9+
- [#2868](https://github.com/aws-amplify/amplify-ui/pull/2868) [`d8d24f107`](https://github.com/aws-amplify/amplify-ui/commit/d8d24f107229942afa0bb3065ee302b6c885caa3) Thanks [@david-mcafee](https://github.com/david-mcafee)! - fix(data): update usage of internal DataStore types
10+
311
## 3.5.10
412

513
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react",
3-
"version": "3.5.10",
3+
"version": "3.5.11",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"exports": {

0 commit comments

Comments
 (0)