@telus-uds/components-community.sticky 1.1.17 → 1.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,49 @@
2
2
  "name": "@telus-uds/components-community.sticky",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 08 Aug 2023 23:51:39 GMT",
5
+ "date": "Thu, 31 Aug 2023 17:58:49 GMT",
6
+ "tag": "@telus-uds/components-community.sticky_v1.1.19",
7
+ "version": "1.1.19",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@telus-uds/components-community.sticky",
13
+ "comment": "Bump @telus-uds/components-base to v1.59.2",
14
+ "commit": "d2faeb32940c00b2db9708be41c050efb034cd89"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@telus-uds/components-community.sticky",
19
+ "comment": "Bump @telus-uds/components-web to v2.17.2",
20
+ "commit": "d2faeb32940c00b2db9708be41c050efb034cd89"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 21 Aug 2023 19:06:28 GMT",
27
+ "tag": "@telus-uds/components-community.sticky_v1.1.18",
28
+ "version": "1.1.18",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@telus-uds/components-community.sticky",
34
+ "comment": "Bump @telus-uds/components-base to v1.59.1",
35
+ "commit": "547b5f9d9a8887af56acfae21d0f88a45c1f536e"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@telus-uds/components-community.sticky",
40
+ "comment": "Bump @telus-uds/components-web to v2.17.1",
41
+ "commit": "547b5f9d9a8887af56acfae21d0f88a45c1f536e"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Wed, 09 Aug 2023 00:02:59 GMT",
6
48
  "tag": "@telus-uds/components-community.sticky_v1.1.17",
7
49
  "version": "1.1.17",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @telus-uds/components-community.sticky
2
2
 
3
- This log was last generated on Tue, 08 Aug 2023 23:51:39 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 31 Aug 2023 17:58:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.1.19
8
+
9
+ Thu, 31 Aug 2023 17:58:49 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v1.59.2
14
+ - Bump @telus-uds/components-web to v2.17.2
15
+
16
+ ## 1.1.18
17
+
18
+ Mon, 21 Aug 2023 19:06:28 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @telus-uds/components-base to v1.59.1
23
+ - Bump @telus-uds/components-web to v2.17.1
24
+
7
25
  ## 1.1.17
8
26
 
9
- Tue, 08 Aug 2023 23:51:39 GMT
27
+ Wed, 09 Aug 2023 00:02:59 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/package.json CHANGED
@@ -4,14 +4,14 @@
4
4
  "extends @telus-uds/browserslist-config"
5
5
  ],
6
6
  "dependencies": {
7
- "@telus-uds/components-base": "1.59.0",
7
+ "@telus-uds/components-base": "1.59.2",
8
8
  "@telus-uds/system-constants": "^1.3.0",
9
9
  "@telus-uds/system-theme-tokens": "^2.41.0",
10
10
  "prop-types": "^15.7.2",
11
11
  "styled-components": "^5.3.10"
12
12
  },
13
13
  "devDependencies": {
14
- "@telus-uds/components-web": "^2.17.0",
14
+ "@telus-uds/components-web": "^2.17.2",
15
15
  "@telus-uds/browserslist-config": "^1.0.5",
16
16
  "@testing-library/jest-dom": "^5.16.1",
17
17
  "@testing-library/react": "^13.3.0",
@@ -45,5 +45,5 @@
45
45
  "standard-engine": {
46
46
  "skip": true
47
47
  },
48
- "version": "1.1.17"
48
+ "version": "1.1.19"
49
49
  }