Skip to content

Commit 030ec51

Browse files
committed
Open Beta v0.18.0 Release
Signed-off-by: Gary Kim <[email protected]>
1 parent da1124e commit 030ec51

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

CHANGELOG.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## Open Beta 0.18.0 - 2019-12-20
4+
5+
### Added
6+
7+
* Add AUTHORS file ([@gary-kim](https://github.com/gary-kim)) [#58](https://github.com/gary-kim/saspes/pull/58)
8+
* Generate attributions during build process ([@gary-kim](https://github.com/gary-kim)) [#55](https://github.com/gary-kim/saspes/pull/55)
9+
* Add Ava Unit Testing ([@gary-kim](https://github.com/gary-kim)) [#25](https://github.com/gary-kim/saspes/pull/25)
10+
11+
### Changed
12+
13+
* Migrate HypoGrades to Vue ([@gary-kim](https://github.com/gary-kim)) [#16](https://github.com/gary-kim/saspes/pull/16)
14+
* Remove unnecessary analytics information ([@gary-kim](https://github.com/gary-kim)) [#37](https://github.com/gary-kim/saspes/pull/37)
15+
* Enhance Extension Info Pane ([@gary-kim](https://github.com/gary-kim)) [#28](https://github.com/gary-kim/saspes/pull/28)
16+
* Improved Version Management ([@gary-kim](https://github.com/gary-kim)) [#56](https://github.com/gary-kim/saspes/pull/56)
17+
18+
### Fixed
19+
20+
* Fix Incorrect GPA Conversion When Grade is F ([@gary-kim](https://github.com/gary-kim)) [#41](https://github.com/gary-kim/saspes/pull/41)
21+
* Fix Semester 2 Grade parsing ([@gary-kim](https://github.com/gary-kim)) [#69](https://github.com/gary-kim/saspes/pull/69)
22+
23+
### Removed
24+
25+
* Remove Drone OSS CI ([@gary-kim](https://github.com/gary-kim)) [#40](https://github.com/gary-kim/saspes/pull/40)
26+
27+
### Dependencies
28+
29+
* build(deps-dev): bump @babel/core from 7.6.0 to 7.6.4 [#32](https://github.com/gary-kim/saspes/pull/32)
30+
* build(deps-dev): bump eslint from 6.4.0 to 6.5.1 [#29](https://github.com/gary-kim/saspes/pull/29)
31+
* build(deps-dev): bump webextension-polyfill from 0.4.0 to 0.5.0 [#34](https://github.com/gary-kim/saspes/pull/34)
32+
* build(deps-dev): bump chromedriver from 77.0.0 to 78.0.1 [#45](https://github.com/gary-kim/saspes/pull/45)
33+
* build(deps-dev): bump geckodriver from 1.19.0 to 1.19.1 [#44](https://github.com/gary-kim/saspes/pull/44)
34+
* build(deps-dev): bump webpack from 4.40.2 to 4.41.2 [#30](https://github.com/gary-kim/saspes/pull/30)
35+
* build(deps): bump @babel/preset-env from 7.6.2 to 7.6.3 [#36](https://github.com/gary-kim/saspes/pull/36)
36+
37+
338
## Open Beta 0.1.7.2 - 2019-10-23
439

540
GitHub is now the offical home for the SAS PES project.
@@ -552,4 +587,4 @@ GitHub is now the offical home for the SAS PES project.
552587

553588
### Features
554589

555-
* **GPA Calculator:** Semester GPA can be viewed on the main page.
590+
* **GPA Calculator:** Semester GPA can be viewed on the main page.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "saspes",
3-
"version": "1.7.2",
4-
"version_name": "Open Beta 0.1.7.2",
3+
"version": "0.18.0",
4+
"version_name": "Open Beta 0.18.0",
55
"private": true,
66
"description": "SAS Powerschool Enhancement Suite",
77
"main": "index.js",

0 commit comments

Comments
 (0)