@quenty/playerinputmode 4.0.0-canary.367.903617a.0 → 4.0.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +113 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -3,7 +3,119 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [4.0.0-canary.367.903617a.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.21.0...@quenty/playerinputmode@4.0.0-canary.367.903617a.0) (2023-06-09)
6
+ # [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.32.0...@quenty/playerinputmode@4.0.0) (2023-10-11)
7
+
8
+ **Note:** Version bump only for package @quenty/playerinputmode
9
+
10
+
11
+
12
+
13
+
14
+ # [3.32.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.31.0...@quenty/playerinputmode@3.32.0) (2023-09-21)
15
+
16
+ **Note:** Version bump only for package @quenty/playerinputmode
17
+
18
+
19
+
20
+
21
+
22
+ # [3.31.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.30.0...@quenty/playerinputmode@3.31.0) (2023-09-04)
23
+
24
+ **Note:** Version bump only for package @quenty/playerinputmode
25
+
26
+
27
+
28
+
29
+
30
+ # [3.30.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.29.0...@quenty/playerinputmode@3.30.0) (2023-08-23)
31
+
32
+ **Note:** Version bump only for package @quenty/playerinputmode
33
+
34
+
35
+
36
+
37
+
38
+ # [3.29.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.28.0...@quenty/playerinputmode@3.29.0) (2023-08-01)
39
+
40
+ **Note:** Version bump only for package @quenty/playerinputmode
41
+
42
+
43
+
44
+
45
+
46
+ # [3.28.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.27.0...@quenty/playerinputmode@3.28.0) (2023-07-28)
47
+
48
+ **Note:** Version bump only for package @quenty/playerinputmode
49
+
50
+
51
+
52
+
53
+
54
+ # [3.27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.26.1...@quenty/playerinputmode@3.27.0) (2023-07-23)
55
+
56
+ **Note:** Version bump only for package @quenty/playerinputmode
57
+
58
+
59
+
60
+
61
+
62
+ ## [3.26.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.26.0...@quenty/playerinputmode@3.26.1) (2023-07-18)
63
+
64
+ **Note:** Version bump only for package @quenty/playerinputmode
65
+
66
+
67
+
68
+
69
+
70
+ # [3.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.25.1...@quenty/playerinputmode@3.26.0) (2023-07-15)
71
+
72
+ **Note:** Version bump only for package @quenty/playerinputmode
73
+
74
+
75
+
76
+
77
+
78
+ ## [3.25.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.25.0...@quenty/playerinputmode@3.25.1) (2023-07-11)
79
+
80
+ **Note:** Version bump only for package @quenty/playerinputmode
81
+
82
+
83
+
84
+
85
+
86
+ # [3.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.24.1...@quenty/playerinputmode@3.25.0) (2023-07-10)
87
+
88
+ **Note:** Version bump only for package @quenty/playerinputmode
89
+
90
+
91
+
92
+
93
+
94
+ ## [3.24.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.24.0...@quenty/playerinputmode@3.24.1) (2023-07-03)
95
+
96
+ **Note:** Version bump only for package @quenty/playerinputmode
97
+
98
+
99
+
100
+
101
+
102
+ # [3.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.23.0...@quenty/playerinputmode@3.24.0) (2023-06-24)
103
+
104
+ **Note:** Version bump only for package @quenty/playerinputmode
105
+
106
+
107
+
108
+
109
+
110
+ # [3.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.22.0...@quenty/playerinputmode@3.23.0) (2023-06-17)
111
+
112
+ **Note:** Version bump only for package @quenty/playerinputmode
113
+
114
+
115
+
116
+
117
+
118
+ # [3.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@3.21.0...@quenty/playerinputmode@3.22.0) (2023-06-05)
7
119
 
8
120
  **Note:** Version bump only for package @quenty/playerinputmode
9
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/playerinputmode",
3
- "version": "4.0.0-canary.367.903617a.0",
3
+ "version": "4.0.0",
4
4
  "description": "Service that takes active input modes from the player and exposes it to every other player via the server.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,18 +26,18 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/attributeutils": "8.15.0",
30
- "@quenty/inputmode": "8.0.0-canary.367.903617a.0",
31
- "@quenty/loader": "6.2.1",
32
- "@quenty/maid": "2.5.0",
33
- "@quenty/promise": "6.5.0",
34
- "@quenty/remoting": "6.5.0",
35
- "@quenty/rx": "7.11.0",
36
- "@quenty/servicebag": "6.7.0",
37
- "@quenty/table": "3.2.0"
29
+ "@quenty/attributeutils": "^9.0.0",
30
+ "@quenty/inputmode": "^8.0.0",
31
+ "@quenty/loader": "^7.0.0",
32
+ "@quenty/maid": "^2.6.0",
33
+ "@quenty/promise": "^7.0.0",
34
+ "@quenty/remoting": "^7.0.0",
35
+ "@quenty/rx": "^8.0.0",
36
+ "@quenty/servicebag": "^7.0.0",
37
+ "@quenty/table": "^3.3.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "903617ace784bce6cc7e0a15093ee50566bd9b54"
42
+ "gitHead": "fdeae46099587019ec5fc15317dc673aed379400"
43
43
  }