Skip to content

Commit

Permalink
chore(release): cut 8.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [8.2.3](v8.2.2...v8.2.3) (2021-10-14)

### Bug Fixes

* **cli:** run yarn install after fixing yarn.lock by deduplicating ([#676](#676)) ([a32f969](a32f969))
* **cli:** wrap App component in CustomDataProvider in boilerplate test ([#678](#678)) ([88be6eb](88be6eb))
* **pwa:** update gracefully despite missing clients info ([#679](#679)) ([c7fe509](c7fe509))
  • Loading branch information
dhis2-bot committed Oct 14, 2021
1 parent 931cafa commit bcc599b
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [8.2.3](https://github.com/dhis2/app-platform/compare/v8.2.2...v8.2.3) (2021-10-14)


### Bug Fixes

* **cli:** run yarn install after fixing yarn.lock by deduplicating ([#676](https://github.com/dhis2/app-platform/issues/676)) ([a32f969](https://github.com/dhis2/app-platform/commit/a32f9697d2ac6acecd58a7647d121f8659e14499))
* **cli:** wrap App component in CustomDataProvider in boilerplate test ([#678](https://github.com/dhis2/app-platform/issues/678)) ([88be6eb](https://github.com/dhis2/app-platform/commit/88be6eb58b7ed340801523518488e0ddfe656c01))
* **pwa:** update gracefully despite missing clients info ([#679](https://github.com/dhis2/app-platform/issues/679)) ([c7fe509](https://github.com/dhis2/app-platform/commit/c7fe5093e89a45dbb06d44d245e5d08936396180))

## [8.2.2](https://github.com/dhis2/app-platform/compare/v8.2.1...v8.2.2) (2021-10-11)


Expand Down
6 changes: 3 additions & 3 deletions adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-adapter",
"version": "8.2.2",
"version": "8.2.3",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -21,11 +21,11 @@
"build"
],
"dependencies": {
"@dhis2/pwa": "8.2.2",
"@dhis2/pwa": "8.2.3",
"moment": "^2.24.0"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "8.2.2",
"@dhis2/cli-app-scripts": "8.2.3",
"@testing-library/react": "^12.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cli-app-scripts",
"version": "8.2.2",
"version": "8.2.3",
"engines": {
"node": ">=12"
},
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@dhis2/app-shell": "8.2.2",
"@dhis2/app-shell": "8.2.3",
"@dhis2/cli-helpers-engine": "^3.0.0",
"@jest/core": "^27.0.6",
"@yarnpkg/lockfile": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/pwa-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwa-app",
"version": "8.2.2",
"version": "8.2.3",
"description": "",
"license": "BSD-3-Clause",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-app",
"version": "8.2.2",
"version": "8.2.3",
"repository": "https://github.com/amcgee/dhis2-app-platform",
"author": "Austin McGee <austin@dhis2.org>",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "8.2.2",
"version": "8.2.3",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/pwa",
"version": "8.2.2",
"version": "8.2.3",
"description": "",
"license": "BSD-3-Clause",
"publishConfig": {
Expand All @@ -13,7 +13,7 @@
"deploy": "d2-app-scripts deploy"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "8.2.2"
"@dhis2/cli-app-scripts": "8.2.3"
},
"dependencies": {
"idb": "^6.0.0",
Expand Down
6 changes: 3 additions & 3 deletions shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-shell",
"version": "8.2.2",
"version": "8.2.3",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -12,10 +12,10 @@
"access": "public"
},
"dependencies": {
"@dhis2/app-adapter": "8.2.2",
"@dhis2/app-adapter": "8.2.3",
"@dhis2/app-runtime": "^3.2.3",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/pwa": "8.2.2",
"@dhis2/pwa": "8.2.3",
"@dhis2/ui": "^7.2.0",
"classnames": "^2.2.6",
"moment": "^2.29.1",
Expand Down

0 comments on commit bcc599b

Please sign in to comment.