Skip to content

Commit b5d7e54

Browse files
committed
Merge branch 'main' of github.com:conorheffron/ironoc
2 parents 790964e + 434a26d commit b5d7e54

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This flowchart maps the primary components and structural dependencies from clie
6969
```mermaid
7070
flowchart TD
7171
subgraph Client [Client-Side Browser]
72-
A[React 19 Frontend SPA] -->|GraphQL Queries / Mutations| B(Apollo Client)
72+
A[React 19 Frontend SPA] -->|GraphQL Queries / Mutations / Subscriptions | B(Apollo Client)
7373
A -->|REST API Requests| C(Axios / Fetch)
7474
end
7575

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@conorheffron/ironoc-frontend",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"private": false,
55
"license": "GPL-3.0-or-later",
66
"dependencies": {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>conorheffron</groupId>
77
<artifactId>ironoc</artifactId>
8-
<version>9.2.0</version>
8+
<version>9.2.1</version>
99
<packaging>war</packaging>
1010

1111
<distributionManagement>

0 commit comments

Comments
 (0)