@quenty/tie 1.0.1-canary.256.edbbcfc.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 +31 -1
  2. package/LICENSE.md +1 -1
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -3,7 +3,15 @@
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.256.edbbcfc.0 (2022-03-27)
6
+ # [2.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tie@1.1.0...@quenty/tie@2.0.0) (2022-05-21)
7
+
8
+ **Note:** Version bump only for package @quenty/tie
9
+
10
+
11
+
12
+
13
+
14
+ # 1.1.0 (2022-03-27)
7
15
 
8
16
 
9
17
  ### Features
@@ -11,3 +19,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
19
  * Add Rx.first() and Rx.delay() and fix a few bugs where we emit while no longer pending ([2445b97](https://github.com/Quenty/NevermoreEngine/commit/2445b97a8478590196fdfb5b8fd8121d81a0a5a8))
12
20
  * Add tie package ([8626aa7](https://github.com/Quenty/NevermoreEngine/commit/8626aa775cfaf20cef0d50e6f89aa64bf6a68e55))
13
21
  * Add TieDefinition:ObserveIsImplemented(adornee: Instance): boolean ([d8cc7b9](https://github.com/Quenty/NevermoreEngine/commit/d8cc7b9616d92f9abda33a96774f4779da792fc8))
22
+
23
+
24
+
25
+
26
+
27
+ # v1.1.0 (Sun Mar 27 2022)
28
+
29
+ #### 🚀 Enhancement
30
+
31
+ - Add rogue properties and tie packages and remove package-lock.json [#256](https://github.com/Quenty/NevermoreEngine/pull/256) ([@Quenty](https://github.com/Quenty))
32
+ - feat: Add Rx.first() and Rx.delay() and fix a few bugs where we emit while no longer pending ([@Quenty](https://github.com/Quenty))
33
+ - feat: Add TieDefinition:ObserveIsImplemented(adornee: Instance): boolean ([@Quenty](https://github.com/Quenty))
34
+ - feat: Add tie package ([@Quenty](https://github.com/Quenty))
35
+
36
+ #### 🐛 Bug Fix
37
+
38
+ - docs: Fix docs and style ([@Quenty](https://github.com/Quenty))
39
+ - ci: Remove package-lock.json ([@Quenty](https://github.com/Quenty))
40
+
41
+ #### Authors: 1
42
+
43
+ - 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/tie",
3
- "version": "1.0.1-canary.256.edbbcfc.0",
3
+ "version": "2.0.0",
4
4
  "description": "Tie allows interfaces to be defined between Lua OOP and Roblox objects.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,23 +28,23 @@
28
28
  "Quenty"
29
29
  ],
30
30
  "dependencies": {
31
- "@quenty/baseobject": "4.1.1-canary.256.edbbcfc.0",
32
- "@quenty/brio": "5.1.1-canary.256.edbbcfc.0",
33
- "@quenty/instanceutils": "4.1.1-canary.256.edbbcfc.0",
34
- "@quenty/loader": "4.0.1-canary.256.edbbcfc.0",
35
- "@quenty/maid": "2.2.1-canary.256.edbbcfc.0",
36
- "@quenty/rx": "4.1.1-canary.256.edbbcfc.0",
37
- "@quenty/string": "2.2.2-canary.256.edbbcfc.0",
38
- "@quenty/symbol": "2.0.2-canary.256.edbbcfc.0",
39
- "@quenty/table": "2.1.2-canary.256.edbbcfc.0",
40
- "@quenty/valueobject": "4.1.1-canary.256.edbbcfc.0"
31
+ "@quenty/baseobject": "^5.0.0",
32
+ "@quenty/brio": "^6.0.0",
33
+ "@quenty/instanceutils": "^5.0.0",
34
+ "@quenty/loader": "^5.0.0",
35
+ "@quenty/maid": "^2.3.0",
36
+ "@quenty/rx": "^5.0.0",
37
+ "@quenty/string": "^2.3.0",
38
+ "@quenty/symbol": "^2.1.0",
39
+ "@quenty/table": "^3.0.0",
40
+ "@quenty/valueobject": "^5.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@quenty/promise": "4.1.1-canary.256.edbbcfc.0",
44
- "@quenty/signal": "2.1.1-canary.256.edbbcfc.0"
43
+ "@quenty/promise": "^5.0.0",
44
+ "@quenty/signal": "^2.2.0"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "edbbcfc38516772a791d50dc43cd6b304ffc4aff"
49
+ "gitHead": "9f7eaea7543c33c89d2e32c38491b13f9271f4f7"
50
50
  }