@telus-uds/components-community.sticky 1.1.13 → 1.1.15

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,61 @@
2
2
  "name": "@telus-uds/components-community.sticky",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 14 Jul 2023 19:38:21 GMT",
5
+ "date": "Fri, 28 Jul 2023 18:10:46 GMT",
6
+ "tag": "@telus-uds/components-community.sticky_v1.1.15",
7
+ "version": "1.1.15",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@telus-uds/components-community.sticky",
13
+ "comment": "Bump @telus-uds/components-base to v1.57.0",
14
+ "commit": "66060ecde70d58411ab01ad9ced67eb5d756b048"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@telus-uds/components-community.sticky",
19
+ "comment": "Bump @telus-uds/system-theme-tokens to v2.40.0",
20
+ "commit": "66060ecde70d58411ab01ad9ced67eb5d756b048"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@telus-uds/components-community.sticky",
25
+ "comment": "Bump @telus-uds/components-web to v2.16.0",
26
+ "commit": "66060ecde70d58411ab01ad9ced67eb5d756b048"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Fri, 21 Jul 2023 00:51:24 GMT",
33
+ "tag": "@telus-uds/components-community.sticky_v1.1.14",
34
+ "version": "1.1.14",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@telus-uds/components-community.sticky",
40
+ "comment": "Bump @telus-uds/components-base to v1.56.0",
41
+ "commit": "462bc0fc9868a7c893b66d37d0037c6f82daa8af"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@telus-uds/components-community.sticky",
46
+ "comment": "Bump @telus-uds/system-theme-tokens to v2.39.0",
47
+ "commit": "462bc0fc9868a7c893b66d37d0037c6f82daa8af"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@telus-uds/components-community.sticky",
52
+ "comment": "Bump @telus-uds/components-web to v2.15.0",
53
+ "commit": "462bc0fc9868a7c893b66d37d0037c6f82daa8af"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Fri, 14 Jul 2023 19:47:50 GMT",
6
60
  "tag": "@telus-uds/components-community.sticky_v1.1.13",
7
61
  "version": "1.1.13",
8
62
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @telus-uds/components-community.sticky
2
2
 
3
- This log was last generated on Fri, 14 Jul 2023 19:38:21 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 28 Jul 2023 18:10:46 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.1.15
8
+
9
+ Fri, 28 Jul 2023 18:10:46 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v1.57.0
14
+ - Bump @telus-uds/system-theme-tokens to v2.40.0
15
+ - Bump @telus-uds/components-web to v2.16.0
16
+
17
+ ## 1.1.14
18
+
19
+ Fri, 21 Jul 2023 00:51:24 GMT
20
+
21
+ ### Patches
22
+
23
+ - Bump @telus-uds/components-base to v1.56.0
24
+ - Bump @telus-uds/system-theme-tokens to v2.39.0
25
+ - Bump @telus-uds/components-web to v2.15.0
26
+
7
27
  ## 1.1.13
8
28
 
9
- Fri, 14 Jul 2023 19:38:21 GMT
29
+ Fri, 14 Jul 2023 19:47:50 GMT
10
30
 
11
31
  ### Patches
12
32
 
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.55.0",
7
+ "@telus-uds/components-base": "1.57.0",
8
8
  "@telus-uds/system-constants": "^1.3.0",
9
- "@telus-uds/system-theme-tokens": "^2.38.0",
9
+ "@telus-uds/system-theme-tokens": "^2.40.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.14.0",
14
+ "@telus-uds/components-web": "^2.16.0",
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.13"
48
+ "version": "1.1.15"
49
49
  }