Skip to content

Commit a4bf0c3

Browse files
committed
chore(migration): update repository organization references in Angular changelog and rizzcharts samples
1 parent 439de1e commit a4bf0c3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

renderers/angular/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
- (v0_9) Fix null de-referencing TypeError in `ComponentBinder` when `children` property is null or undefined. [#1472](https://github.com/a2ui-project/a2ui/pull/1472)
44
- (v0_8) Fix Icon component to handle camelCase and TitleCase names by converting them to snake_case for `g-icon`.
55
- (v0_8) Fix Modal component styling and position fixed for overlay.
6-
- (v0_9) Remove `placeholder` prop support from the `TextField` component, since it was not part of the v0_9 basic catalog schema. [#1372](https://github.com/google/A2UI/pull/1372)
7-
- (v0_9) Preserve `checks` property in `ExtendedProps` type. [#1523](https://github.com/google/A2UI/pull/1523)
6+
- (v0_9) Remove `placeholder` prop support from the `TextField` component, since it was not part of the v0_9 basic catalog schema. [#1372](https://github.com/a2ui-project/a2ui/pull/1372)
7+
- (v0_9) Preserve `checks` property in `ExtendedProps` type. [#1523](https://github.com/a2ui-project/a2ui/pull/1523)
88

99
## 0.10.0
1010

samples/agent/adk/rizzcharts/java/src/main/java/com/google/a2ui/samples/rizzcharts/RizzchartsMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public Map<String, Object> handleAgentCardGet() {
6767
"http://localhost:10002",
6868
List.of(
6969
"https://a2ui.org/specification/v0_8/standard_catalog_definition.json",
70-
"https://github.com/google/A2UI/blob/main/samples/agent/adk/rizzcharts/rizzcharts_catalog_definition.json"));
70+
"https://github.com/a2ui-project/a2ui/blob/main/samples/agent/adk/rizzcharts/rizzcharts_catalog_definition.json"));
7171
}
7272

7373
@PostMapping(value = "/", produces = MediaType.APPLICATION_JSON_VALUE)

samples/agent/adk/rizzcharts/kotlin/src/main/kotlin/com/google/a2ui/samples/rizzcharts/RizzchartsMain.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fun main(args: Array<String>) {
128128
"http://localhost:10002",
129129
listOf(
130130
"https://a2ui.org/specification/v0_8/standard_catalog_definition.json",
131-
"https://raw.githubusercontent.com/google/A2UI/main/samples/agent/adk/rizzcharts/rizzcharts_catalog_definition.json",
131+
"https://raw.githubusercontent.com/a2ui-project/a2ui/main/samples/agent/adk/rizzcharts/rizzcharts_catalog_definition.json",
132132
),
133133
)
134134
call.respond(response)

0 commit comments

Comments
 (0)