Skip to content

Commit

Permalink
chore(release): cut 9.1.0-beta.1 [skip release]
Browse files Browse the repository at this point in the history
# [9.1.0-beta.1](v9.0.2-beta.1...v9.1.0-beta.1) (2022-06-21)

### Features

* update react-scripts ([#721](#721)) ([dc1c5cb](dc1c5cb))
  • Loading branch information
dhis2-bot committed Jun 21, 2022
1 parent dc1c5cb commit 6557c8c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [9.1.0-beta.1](https://github.com/dhis2/app-platform/compare/v9.0.2-beta.1...v9.1.0-beta.1) (2022-06-21)


### Features

* update react-scripts ([#721](https://github.com/dhis2/app-platform/issues/721)) ([dc1c5cb](https://github.com/dhis2/app-platform/commit/dc1c5cb3ab0efb7bb074dd6fb581bf865bdb980e))

## [9.0.2-beta.1](https://github.com/dhis2/app-platform/compare/v9.0.1...v9.0.2-beta.1) (2022-06-21)


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": "9.0.2-beta.1",
"version": "9.1.0-beta.1",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -21,11 +21,11 @@
"build"
],
"dependencies": {
"@dhis2/pwa": "9.0.2-beta.1",
"@dhis2/pwa": "9.1.0-beta.1",
"moment": "^2.24.0"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "9.0.2-beta.1",
"@dhis2/cli-app-scripts": "9.1.0-beta.1",
"@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": "9.0.2-beta.1",
"version": "9.1.0-beta.1",
"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": "9.0.2-beta.1",
"@dhis2/app-shell": "9.1.0-beta.1",
"@dhis2/cli-helpers-engine": "^3.2.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": "9.0.2-beta.1",
"version": "9.1.0-beta.1",
"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": "9.0.2-beta.1",
"version": "9.1.0-beta.1",
"repository": "https://github.com/amcgee/dhis2-app-platform",
"author": "Austin McGee <[email protected]>",
"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": "9.0.2-beta.1",
"version": "9.1.0-beta.1",
"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": "9.0.2-beta.1",
"version": "9.1.0-beta.1",
"description": "",
"license": "BSD-3-Clause",
"publishConfig": {
Expand All @@ -13,7 +13,7 @@
"deploy": "d2-app-scripts deploy"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "9.0.2-beta.1"
"@dhis2/cli-app-scripts": "9.1.0-beta.1"
},
"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": "9.0.2-beta.1",
"version": "9.1.0-beta.1",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -12,10 +12,10 @@
"access": "public"
},
"dependencies": {
"@dhis2/app-adapter": "9.0.2-beta.1",
"@dhis2/app-adapter": "9.1.0-beta.1",
"@dhis2/app-runtime": "^3.2.3",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/pwa": "9.0.2-beta.1",
"@dhis2/pwa": "9.1.0-beta.1",
"@dhis2/ui": "^8.0.0",
"classnames": "^2.2.6",
"moment": "^2.29.1",
Expand Down

0 comments on commit 6557c8c

Please sign in to comment.