@quenty/sunpositionutils 2.0.1-canary.235.cd27669.0 → 2.0.1-canary.7d62582.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 +3 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,17 +3,17 @@
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
- ## [2.0.1-canary.235.cd27669.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sunpositionutils@2.0.0...@quenty/sunpositionutils@2.0.1-canary.235.cd27669.0) (2021-12-18)
6
+ ## [2.0.1-canary.7d62582.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sunpositionutils@2.0.0...@quenty/sunpositionutils@2.0.1-canary.7d62582.0) (2021-12-18)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * Selene linting Vector3.zAxis ([cd27669](https://github.com/Quenty/NevermoreEngine/commit/cd276691d3ea5d0b5654f80a49c50da5c810c83b))
11
+ * Selene linting Vector3.zAxis ([6a24a62](https://github.com/Quenty/NevermoreEngine/commit/6a24a62975d92665b1291e3fbb8a1ea49ee4f69d))
12
12
 
13
13
 
14
14
  ### Features
15
15
 
16
- * Add SunPositionUtils.getSunPosition(clockTime, geoLatitude), SunPositionUtils.getClockTimeFromMoonDirection(direction), and SunPositionUtils.getGeographicalLatitudeFromMoonDirection ([30d89da](https://github.com/Quenty/NevermoreEngine/commit/30d89da571e036cb4ac1b13505324f499eb3d2c5))
16
+ * Add SunPositionUtils.getSunPosition(clockTime, geoLatitude), SunPositionUtils.getClockTimeFromMoonDirection(direction), and SunPositionUtils.getGeographicalLatitudeFromMoonDirection ([4adeb92](https://github.com/Quenty/NevermoreEngine/commit/4adeb92ecb6a9093062bd4659a8423d16f897454))
17
17
 
18
18
 
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/sunpositionutils",
3
- "version": "2.0.1-canary.235.cd27669.0",
3
+ "version": "2.0.1-canary.7d62582.0",
4
4
  "description": "Utility to position the sun",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "cd276691d3ea5d0b5654f80a49c50da5c810c83b"
30
+ "gitHead": "7d625829eb771b307f589dacdc9060ad3ba1d531"
31
31
  }