Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Changed project structure for CI builds on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Disane87 committed Aug 29, 2019
1 parent b2ba058 commit a66bed8
Show file tree
Hide file tree
Showing 108 changed files with 16,836 additions and 209 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out

# dependencies
/node_modules
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 22 August 2019
- 🚀 Release 1.1.11 [`0d56162`](https://github.com/Disane87/ngx-taskboard/commit/0d56162e9f7f569209edae15e6aea5fdbc82b220)
- Auto-changelog changed 🛵 [`606c326`](https://github.com/Disane87/ngx-taskboard/commit/606c326ae69d231d7a10a034b2593c3882845ae7)

#### [v1.1.10](https://github.com/Disane87/ngx-taskboard/compare/v1.1.9...v1.1.10)
Expand Down Expand Up @@ -238,3 +239,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Set theme jekyll-theme-cayman [`2f6a23e`](https://github.com/Disane87/ngx-taskboard/commit/2f6a23e91261b5343bb03547e753ab6b027ace8c)
- Create CNAME [`d32ca30`](https://github.com/Disane87/ngx-taskboard/commit/d32ca3064a7ac01fdba0ba116e29059f515a5ced)
- Create index.html [`201e953`](https://github.com/Disane87/ngx-taskboard/commit/201e9531bfc73eecb19cba0cfd59b7db5e2ecbb7)

### [v0.0.0](https://github.com/Disane87/ngx-taskboard/compare/v1.1.11...v0.0.0)

> 29 August 2019
- Project changes for CI [`cdb6099`](https://github.com/Disane87/ngx-taskboard/commit/cdb6099be33c3631780e4e509a213905781921af)
- WIP: #2 Ability to scroll horizontally [`b2ba058`](https://github.com/Disane87/ngx-taskboard/commit/b2ba05816a161667a88f36a16b1bee2490ba5ab1)
- Prepared travis ci for later use of travis ci on PR of master [`dfb8421`](https://github.com/Disane87/ngx-taskboard/commit/dfb84218fdcde4d62fc059e8a0472e6488249210)
71 changes: 37 additions & 34 deletions README.MD

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
}
},
"ngx-taskboard-lib": {
"root": "projects/ngx-taskboard",
"root": "projects/ngx-taskboard-lib",
"sourceRoot": "projects/ngx-taskboard-lib/src",
"projectType": "library",
"prefix": "ngx-taskboard",
Expand Down
365 changes: 365 additions & 0 deletions docs/changelog.html

Large diffs are not rendered by default.

Loading

0 comments on commit a66bed8

Please sign in to comment.