Skip to content

Commit

Permalink
v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brandones committed Nov 23, 2020
1 parent 5fac2de commit 78dfc95
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.1.1",
"version": "3.1.2",
"command": {
"publish": {
"verifyAccess": false
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-api",
"version": "3.1.1",
"version": "3.1.2",
"license": "MPL-2.0",
"description": "The javascript module for interacting with the OpenMRS API",
"browser": "dist/openmrs-esm-api.js",
Expand Down Expand Up @@ -45,8 +45,8 @@
"single-spa": "4.x"
},
"devDependencies": {
"@openmrs/esm-config": "^3.1.1",
"@openmrs/esm-error-handling": "^3.1.1",
"@openmrs/esm-config": "^3.1.2",
"@openmrs/esm-error-handling": "^3.1.2",
"@types/fhir": "0.0.31",
"@types/react": "^16.9.46",
"react": "^16.13.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/esm-app-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-app-shell",
"version": "3.1.1",
"version": "3.1.2",
"license": "MPL-2.0",
"main": "dist/openmrs.js",
"scripts": {
Expand All @@ -27,12 +27,12 @@
},
"homepage": "https://github.com/openmrs/openmrs-esm-core#readme",
"dependencies": {
"@openmrs/esm-api": "^3.1.1",
"@openmrs/esm-config": "^3.1.1",
"@openmrs/esm-context": "^3.1.1",
"@openmrs/esm-error-handling": "^3.1.1",
"@openmrs/esm-extensions": "^3.1.1",
"@openmrs/esm-styleguide": "^3.1.1",
"@openmrs/esm-api": "^3.1.2",
"@openmrs/esm-config": "^3.1.2",
"@openmrs/esm-context": "^3.1.2",
"@openmrs/esm-error-handling": "^3.1.2",
"@openmrs/esm-extensions": "^3.1.2",
"@openmrs/esm-styleguide": "^3.1.2",
"carbon-components": "^10.19.0",
"carbon-icons": "^7.0.7",
"i18next": "^19.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-config",
"version": "3.1.1",
"version": "3.1.2",
"license": "MPL-2.0",
"description": "A configuration library for the OpenMRS Single-Spa framework.",
"browser": "dist/openmrs-esm-module-config.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"single-spa": "4.x"
},
"devDependencies": {
"@openmrs/esm-context": "^3.1.1",
"@openmrs/esm-context": "^3.1.2",
"@types/ramda": "^0.26.44",
"@types/react": "^16.9.46",
"@types/systemjs": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-context",
"version": "3.1.1",
"version": "3.1.2",
"license": "MPL-2.0",
"description": "Provides core React Context and the React Root Decorator",
"browser": "dist/openmrs-esm-context.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"react-i18next": "11.x"
},
"devDependencies": {
"@openmrs/esm-styleguide": "^3.1.1",
"@openmrs/esm-styleguide": "^3.1.2",
"i18next": "^19.6.0",
"react": "^16.13.1",
"react-i18next": "^11.7.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/esm-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-devtools-app",
"version": "3.1.1",
"version": "3.1.2",
"license": "MPL-2.0",
"description": "Dev tools for frontend devs using OpenMRS",
"browser": "dist/openmrs-esm-devtools-app.js",
Expand Down Expand Up @@ -46,9 +46,9 @@
"single-spa": "4.x"
},
"devDependencies": {
"@openmrs/esm-api": "^3.1.1",
"@openmrs/esm-config": "^3.1.1",
"@openmrs/esm-context": "^3.1.1",
"@openmrs/esm-api": "^3.1.2",
"@openmrs/esm-config": "^3.1.2",
"@openmrs/esm-context": "^3.1.2",
"identity-obj-proxy": "^3.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-error-handling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-error-handling",
"version": "3.1.1",
"version": "3.1.2",
"license": "MPL-2.0",
"description": "An ES module to help with error handling",
"browser": "dist/openmrs-esm-error-handling.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@openmrs/esm-styleguide": "3.x"
},
"devDependencies": {
"@openmrs/esm-styleguide": "^3.1.1"
"@openmrs/esm-styleguide": "^3.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-extensions",
"version": "3.1.1",
"version": "3.1.2",
"license": "MPL-2.0",
"description": "Coordinates extensions and extension points in the OpenMRS Frontend",
"browser": "dist/openmrs-esm-extensions.js",
Expand Down Expand Up @@ -45,8 +45,8 @@
"single-spa": "4.x"
},
"devDependencies": {
"@openmrs/esm-config": "^3.1.1",
"@openmrs/esm-context": "^3.1.1",
"@openmrs/esm-config": "^3.1.2",
"@openmrs/esm-context": "^3.1.2",
"@types/carbon-components": "^10.23.0",
"@types/carbon-components-react": "^7.23.0",
"@types/carbon__icons-react": "^10.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-implementer-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-implementer-tools-app",
"version": "3.1.1",
"version": "3.1.2",
"license": "MPL-2.0",
"description": "The admin interface for OpenMRS Frontend",
"browser": "dist/openmrs-esm-implementer-tools-app.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-styleguide",
"version": "3.1.1",
"version": "3.1.2",
"license": "MPL-2.0",
"description": "The styleguide for OpenMRS SPA",
"browser": "dist/openmrs-esm-styleguide.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/openmrs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openmrs",
"version": "3.1.1",
"version": "3.1.2",
"license": "MPL-2.0",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@openmrs/esm-app-shell": "^3.1.1",
"@openmrs/esm-app-shell": "^3.1.2",
"@types/react": "^16.9.46",
"@types/systemjs": "^6.1.0",
"autoprefixer": "^9.6.1",
Expand Down

0 comments on commit 78dfc95

Please sign in to comment.