Skip to content

Commit 3d0825b

Browse files
authored
Merge pull request #832 from bcgov/ad-release-2.2.0-changelog
Update changelog for release 2.2.0
2 parents a29cec5 + cd58697 commit 3d0825b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ckan-ui-bridge",
3-
"version": "2.1.9",
3+
"version": "2.2.0",
44
"private": true,
55
"scripts": {
66
"start": "NODE_ENV=prod node ./bin/www",

pages/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This page is continually updated as changes are made to the BC Data Catalogue an
3939

4040
|**Deployment No.**|**Description**|**Test**|**Production**|
4141
|:---:|:---|:---:|:---:|
42+
|21|Implement Google Analytics, add self-serve admin panel, refactor auth for SSO migration (see [Fixed Issued](https://github.com/bcgov/ckan-ui/blob/master/pages/changelog.md#fixed-issues))|12-July-22||
4243
|20|UI and permissions improvements (see [Fixed Issues](https://github.com/bcgov/ckan-ui/blob/master/pages/changelog.md#fixed-issues))|18-May-22|16-June-22|
4344
|19|UI improvements, sitemap caching (see [Fixed Issues](https://github.com/bcgov/ckan-ui/blob/master/pages/changelog.md#fixed-issues))|09-May-22|12-May-22|
4445
|18|UI improvements (see [Fixed Issues](https://github.com/bcgov/ckan-ui/blob/master/pages/changelog.md#fixed-issues))|23-March-22|19-April-22|
@@ -66,6 +67,12 @@ This page is continually updated as changes are made to the BC Data Catalogue an
6667

6768
|**Deployment No.**|**Issue**|**Tix No.**|
6869
|:---:|:---|:---:|
70+
|21|Auth refactor | ([#828](https://github.com/bcgov/ckan-ui/pull/828))
71+
|21|Admin panel for groups | ([#827](https://github.com/bcgov/ckan-ui/pull/827))
72+
|21|Initial admin panel for orgs | ([#825](https://github.com/bcgov/ckan-ui/pull/825))
73+
|21|Refactor GA events | ([#824](https://github.com/bcgov/ckan-ui/pull/824))
74+
|21|Add events for Google analytics | ([#761](https://github.com/bcgov/ckan-ui/pull/761))
75+
|21|Switch to vue-gtag for Google analytics | ([#752](https://github.com/bcgov/ckan-ui/pull/752))
6976
|20|Add validation check for dates | ([#817](https://github.com/bcgov/ckan-ui/pull/817))
7077
|20|Set docker node image version | ([#813](https://github.com/bcgov/ckan-ui/pull/813))
7178
|20|Refactor permission handling | ([#809](https://github.com/bcgov/ckan-ui/pull/809))

0 commit comments

Comments
 (0)