Skip to content

Commit

Permalink
V3.1.0 (#538)
Browse files Browse the repository at this point in the history
* (chore) Rename 'ci:release' to 'release', remove 'ci:prerelease'

* Release v3.1.0
  • Loading branch information
brandones authored Feb 4, 2022
1 parent 3042ed5 commit 35fe930
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 38 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.0.3",
"version": "3.1.0",
"command": {
"publish": {
"verifyAccess": false
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"start-all": "openmrs develop --sources 'packages/esm-*-app/'",
"ci:publish": "lerna publish from-package --yes",
"ci:prepublish": "lerna publish from-package --no-git-reset --yes --dist-tag next",
"ci:release": "lerna version --no-git-tag-version",
"ci:prerelease": "lerna version prerelease --no-git-tag-version --yes",
"release": "lerna version --no-git-tag-version",
"verify": "lerna run lint && lerna run test && lerna run typescript",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx}\"",
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-form-entry-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-form-entry-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Form engine entry capabilities for the OpenMRS SPA",
"browser": "dist/openmrs-esm-form-entry-app.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-generic-patient-widgets-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-generic-patient-widgets-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Generic widgets for the patient chart",
"browser": "dist/openmrs-esm-generic-patient-widgets-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-allergies-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-allergies-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient allergies microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-allergies-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-appointments-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-appointments-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient appointments microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-appointments-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-attachments-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-attachments-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient attachments microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-attachments-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-banner-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-banner-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient banner microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-banner-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-biometrics-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-biometrics-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient biometrics microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-biometrics-app.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-patient-chart-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-chart-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient dashboard microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-chart-app.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"rxjs": "6.x"
},
"devDependencies": {
"@types/uuid": "^8.3.0",
"@openmrs/esm-patient-common-lib": "^3.0.3"
"@openmrs/esm-patient-common-lib": "^3.1.0",
"@types/uuid": "^8.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/esm-patient-clinical-view-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-clinical-view-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient clinical view microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-clinical-view-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-patient-common-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-common-lib",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Library for common patient chart components",
"browser": "dist/openmrs-esm-patient-common-lib.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-conditions-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-conditions-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient conditions microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-conditions-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-forms-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-forms-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient forms microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-forms-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-immunizations-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-immunizations-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient immunizations microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-immunizations-app.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-medications-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-medications-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient medications microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-medications-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-notes-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-notes-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient notes microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-notes-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-programs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-programs-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient programs microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-programs-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-test-results-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-test-results-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient notes microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-test-results-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-vitals-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-vitals-app",
"version": "3.0.3",
"version": "3.1.0",
"license": "MPL-2.0",
"description": "Patient vitals microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-vitals-app.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@carbon/charts-react": "^0.49.4",
"@carbon/icons-react": "^10.18.0",
"@openmrs/esm-patient-common-lib": "^3.0.3",
"@openmrs/esm-patient-common-lib": "^3.1.0",
"carbon-components-react": "^7.25.0",
"d3": "^7.0.3",
"lodash-es": "^4.17.15"
Expand Down

0 comments on commit 35fe930

Please sign in to comment.