Skip to content

Commit

Permalink
Release: tin-hound
Browse files Browse the repository at this point in the history
* Package @ovh-ux/ng-at-internet 5.3.0
* Package @ovh-ux/manager-at-internet-configuration 1.0.0

Signed-off-by: CDS <[email protected]>
  • Loading branch information
marie-j authored and CDS committed Sep 8, 2020
1 parent 7156660 commit 900fbef
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
10 changes: 10 additions & 0 deletions packages/components/ng-at-internet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [5.3.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2020-09-08)


### Features

* **custom-vars:** update variable ([f9664e0](https://github.com/ovh/manager/commit/f9664e080ad08143e08b5f8ed0463d3bb6783448))
* **provider:** add default configuration ([0e36693](https://github.com/ovh/manager/commit/0e36693e7b6245d805f70f0be2caee4094c6c768))



# [5.2.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2020-09-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/components/ng-at-internet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ng-at-internet",
"version": "5.2.0",
"version": "5.3.0",
"description": "ATInternet tracking library wrapper for AngularJS",
"keywords": [
"angularjs",
Expand Down
17 changes: 17 additions & 0 deletions packages/manager/modules/at-internet-configuration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [1.0.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2020-09-08)


### Features

* **configuration:** add clientSideUserId management ([#3317](https://github.com/ovh/manager/issues/3317)) ([7156660](https://github.com/ovh/manager/commit/7156660abef952ddb30bcd646dae79ee70550252))
* add module for common tracking configuration ([d6f3485](https://github.com/ovh/manager/commit/d6f348595fc716b1695ad3278f8837ceea6bd5fd))


### BREAKING CHANGES

* init @ovh-ux/manager-at-internet-configuration module

Signed-off-by: Marie JONES <[email protected]>



Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-at-internet-configuration",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "OVHcloud manager atInternet common configuration",
"repository": {
Expand All @@ -16,8 +16,8 @@
},
"peerDependencies": {
"@ovh-ux/manager-core": "^9.0.0",
"@ovh-ux/ng-at-internet": "^5.0.0",
"@ovh-ux/ng-at-internet": "^5.3.0",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.1.0",
"angular": "^1.7.5"
}
}
}

0 comments on commit 900fbef

Please sign in to comment.