@quenty/settings 1.0.1-canary.261.5628274.0 → 2.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 (3) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/LICENSE.md +1 -1
  3. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -3,9 +3,33 @@
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
- ## 1.0.1-canary.261.5628274.0 (2022-05-21)
6
+ # 2.0.0 (2022-05-21)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
11
  * Add settings package which provides backend for settings ([6325b63](https://github.com/Quenty/NevermoreEngine/commit/6325b6332d76514515df6b887a7917927305722d))
12
+
13
+
14
+
15
+
16
+
17
+ # v2.0.0 (Sat May 21 2022)
18
+
19
+ #### 💥 Breaking Change
20
+
21
+ - feat: Generalized settings, key rebindings, and other fixes and changes to Nevermore [#261](https://github.com/Quenty/NevermoreEngine/pull/261) ([@Quenty](https://github.com/Quenty))
22
+
23
+ #### 🚀 Enhancement
24
+
25
+ - feat: Add settings package which provides backend for settings ([@Quenty](https://github.com/Quenty))
26
+
27
+ #### 🐛 Bug Fix
28
+
29
+ - style: Fix linter complaints ([@Quenty](https://github.com/Quenty))
30
+ - refactor: Ensure no caching of remote events ([@Quenty](https://github.com/Quenty))
31
+ - refactor: Better default handling ([@Quenty](https://github.com/Quenty))
32
+
33
+ #### Authors: 1
34
+
35
+ - James Onnen ([@Quenty](https://github.com/Quenty))
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2014-2021 Quenty
3
+ Copyright (c) 2014-2022 Quenty
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/settings",
3
- "version": "1.0.1-canary.261.5628274.0",
3
+ "version": "2.0.0",
4
4
  "description": "Centralized player settings service",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,29 +25,29 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/attributeutils": "5.2.1-canary.261.5628274.0",
29
- "@quenty/binder": "5.2.1-canary.261.5628274.0",
30
- "@quenty/datastore": "4.3.1-canary.261.5628274.0",
31
- "@quenty/jsonutils": "4.2.1-canary.261.5628274.0",
32
- "@quenty/loader": "4.1.1-canary.261.5628274.0",
33
- "@quenty/maid": "2.3.0",
34
- "@quenty/observablecollection": "2.2.1-canary.261.5628274.0",
35
- "@quenty/playerbinder": "5.2.1-canary.261.5628274.0",
36
- "@quenty/remotefunctionutils": "4.2.1-canary.261.5628274.0",
37
- "@quenty/remoting": "4.2.1-canary.261.5628274.0",
38
- "@quenty/rx": "4.2.1-canary.261.5628274.0",
39
- "@quenty/rxbinderutils": "5.2.1-canary.261.5628274.0",
40
- "@quenty/servicebag": "4.2.1-canary.261.5628274.0",
41
- "@quenty/signal": "2.2.0",
42
- "@quenty/statestack": "5.3.1-canary.261.5628274.0",
43
- "@quenty/string": "2.3.0",
44
- "@quenty/symbol": "2.1.0",
45
- "@quenty/table": "2.2.1-canary.261.5628274.0",
46
- "@quenty/throttle": "4.1.1-canary.261.5628274.0",
47
- "@quenty/valueobject": "4.2.1-canary.261.5628274.0"
28
+ "@quenty/attributeutils": "^6.0.0",
29
+ "@quenty/binder": "^6.0.0",
30
+ "@quenty/datastore": "^5.0.0",
31
+ "@quenty/jsonutils": "^5.0.0",
32
+ "@quenty/loader": "^5.0.0",
33
+ "@quenty/maid": "^2.3.0",
34
+ "@quenty/observablecollection": "^3.0.0",
35
+ "@quenty/playerbinder": "^6.0.0",
36
+ "@quenty/remotefunctionutils": "^5.0.0",
37
+ "@quenty/remoting": "^5.0.0",
38
+ "@quenty/rx": "^5.0.0",
39
+ "@quenty/rxbinderutils": "^6.0.0",
40
+ "@quenty/servicebag": "^5.0.0",
41
+ "@quenty/signal": "^2.2.0",
42
+ "@quenty/statestack": "^6.0.0",
43
+ "@quenty/string": "^2.3.0",
44
+ "@quenty/symbol": "^2.1.0",
45
+ "@quenty/table": "^3.0.0",
46
+ "@quenty/throttle": "^5.0.0",
47
+ "@quenty/valueobject": "^5.0.0"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "5628274461f4fa0135e63b62e99fcd508d4c94f9"
52
+ "gitHead": "9f7eaea7543c33c89d2e32c38491b13f9271f4f7"
53
53
  }