Skip to content

Commit 65c369a

Browse files
🔄 Update version to 0.0.2-alpha.202603220035.e9cf4f84 (alpha)
1 parent 13ea3cf commit 65c369a

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "proxy-smart-backend",
33
"displayName": "Proxy Smart Backend",
4-
"version": "0.0.2-alpha.202603220031.d44b2144",
4+
"version": "0.0.2-alpha.202603220035.e9cf4f84",
55
"type": "module",
66
"scripts": {
77
"test": "bun test",

consent-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Proxy Smart Consent App",
44
"description": "SMART on FHIR consent management app — manage FHIR Consent resources for linked Patient records.",
55
"private": true,
6-
"version": "0.0.2-alpha.202603220025.95a55d21",
6+
"version": "0.0.2-alpha.202603220035.e9cf4f84",
77
"type": "module",
88
"scripts": {
99
"dev": "vite --port 5174",

dtr-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Proxy Smart DTR App",
44
"description": "Da Vinci DTR (Documentation Templates & Rules) — SMART on FHIR app for prior authorization documentation, questionnaire rendering, and CQL-based auto-population.",
55
"private": true,
6-
"version": "0.0.2-alpha.202603220025.95a55d21",
6+
"version": "0.0.2-alpha.202603220035.e9cf4f84",
77
"type": "module",
88
"scripts": {
99
"dev": "vite --port 5175",

infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "proxy-smart-infra",
33
"displayName": "Proxy Smart Infrastructure",
44
"description": "AWS CDK infrastructure for Proxy Smart production deployment",
5-
"version": "0.0.2-alpha.202603220031.d44b2144",
5+
"version": "0.0.2-alpha.202603220035.e9cf4f84",
66
"private": true,
77
"type": "module",
88
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy-smart",
3-
"version": "0.0.2-alpha.202603220031.d44b2144",
3+
"version": "0.0.2-alpha.202603220035.e9cf4f84",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/quotentiroler/proxy-smart.git"

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy-smart-scripts",
3-
"version": "0.0.2-alpha.202603220031.d44b2144",
3+
"version": "0.0.2-alpha.202603220035.e9cf4f84",
44
"description": "CI/CD and development scripts for Proxy Smart",
55
"private": true,
66
"type": "module",

shared-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proxy-smart/shared-ui",
3-
"version": "0.0.2-alpha.202603220025.95a55d21",
3+
"version": "0.0.2-alpha.202603220035.e9cf4f84",
44
"private": true,
55
"type": "module",
66
"main": "./src/index.ts",

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Proxy Smart Admin UI",
44
"description": "A web-based administration interface for managing healthcare applications and resources via Proxy Smart.",
55
"private": true,
6-
"version": "0.0.2-alpha.202603220031.d44b2144",
6+
"version": "0.0.2-alpha.202603220035.e9cf4f84",
77
"type": "module",
88
"scripts": {
99
"dev": "vite",

0 commit comments

Comments
 (0)