@ailaw/venus 1.101.0 → 1.102.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/en3.js +1 -0
  2. package/package.json +1 -1
package/dist/en3.js CHANGED
@@ -924,6 +924,7 @@ var lang3 = {
924
924
  intakeRecordDetail: "Intake Detail",
925
925
  copyLink: "Copy link",
926
926
  intake: "Intake",
927
+ intakes: "Intakes",
927
928
  intakeTemplateManagement: "Intake Template Management",
928
929
  submittedDate: "Submit Date",
929
930
  pleaseCreateIntakeTemplate: 'Click the "Create" button to add a template',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.101.0",
3
+ "version": "1.102.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],