Skip to content

Commit 9c56c9e

Browse files
authored
fix(amplify-util-uibuilder): fix icon regression (#12498)
1 parent 374a34c commit 9c56c9e

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

packages/amplify-util-uibuilder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@aws-amplify/amplify-prompts": "2.6.8",
18-
"@aws-amplify/codegen-ui": "2.12.1",
19-
"@aws-amplify/codegen-ui-react": "2.12.1",
18+
"@aws-amplify/codegen-ui": "2.12.2",
19+
"@aws-amplify/codegen-ui-react": "2.12.2",
2020
"amplify-cli-core": "4.0.3",
2121
"amplify-codegen": "3.4.2",
2222
"aws-sdk": "^2.1233.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,21 +194,21 @@
194194
dependencies:
195195
"@aws-amplify/core" "4.3.11"
196196

197-
"@aws-amplify/codegen-ui-react@2.12.1":
198-
version "2.12.1"
199-
resolved "https://registry.npmjs.org/@aws-amplify/codegen-ui-react/-/codegen-ui-react-2.12.1.tgz#7fe833c0845462072a29612cff5aebb0a9e42b71"
200-
integrity sha512-gmAVSxt9EPkqW7Ti1zFPIMUqFWQSbrBrRU04fKBp5vpnRTlS2G9su1+lKxmja33CCk8mSUPVpd35nI/GF2iKeA==
197+
"@aws-amplify/codegen-ui-react@2.12.2":
198+
version "2.12.2"
199+
resolved "https://registry.npmjs.org/@aws-amplify/codegen-ui-react/-/codegen-ui-react-2.12.2.tgz#5ced006240fd71d82ec25a19f46703320465becb"
200+
integrity sha512-NqBcgDmCfjMiBV8CrSTLv5nREMPXk/uMV/6aA7G9y3CRtbexiHUwuU0x4C8AiEFO3rUxI5h7YRBOi0d+8XUw3g==
201201
dependencies:
202-
"@aws-amplify/codegen-ui" "2.12.1"
202+
"@aws-amplify/codegen-ui" "2.12.2"
203203
"@typescript/vfs" "~1.3.5"
204204
typescript "<=4.5.0"
205205
optionalDependencies:
206206
prettier "2.3.2"
207207

208-
"@aws-amplify/codegen-ui@2.12.1":
209-
version "2.12.1"
210-
resolved "https://registry.npmjs.org/@aws-amplify/codegen-ui/-/codegen-ui-2.12.1.tgz#d6a991e3db6883e14f835af4f88b1bcfe5af2072"
211-
integrity sha512-4uqzNA2xyaKjzMFfntzvwZEmJzKAumqVnXV0S+XPsrqreDfnzfxldYv/v3JQsQE4e5NjK/08BsWxm0jCkifAHw==
208+
"@aws-amplify/codegen-ui@2.12.2":
209+
version "2.12.2"
210+
resolved "https://registry.npmjs.org/@aws-amplify/codegen-ui/-/codegen-ui-2.12.2.tgz#7b07a86a04c3dfbc1940f877a6af45280fdb4e85"
211+
integrity sha512-Km1EY3yJKTPlx2prAktZv5NktIBO98ydLygBQ+FA3eNgJdpw7N55+FEt/eZyoeUPthA9KnzzENuMN8RV+v5Ppw==
212212
dependencies:
213213
change-case "^4.1.2"
214214
yup "^0.32.11"

0 commit comments

Comments
 (0)