Skip to content

Commit 7daf24a

Browse files
author
David Silva
committed
Increased version number
1 parent eabbe63 commit 7daf24a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Changelog
22

3+
## 0.11.0
4+
5+
- #83 Creates a <loading> component that displays while waiting for data as a generic way
6+
- #103 Creates utilities to verify valid urls on dynamic inputs
7+
- #52 Removed the odd space under the header
8+
- #105 Prevents logged in users from entering /signup page
9+
- #73 adds an 'we are open source' page in /about/open-source
10+
- #114 create team member component and integrate into about container
11+
312
## 0.10.3
413
- HOTFIX: Error in profile page
14+
515
## 0.10.0
616

717
- Displaying projects and submissions in profile 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecorgi",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"private": true,
55
"proxy": "http://localhost:9500",
66
"devDependencies": {

0 commit comments

Comments
 (0)