Skip to content

Commit 593c653

Browse files
merge master
2 parents aeff82e + 844b1c6 commit 593c653

File tree

18 files changed

+5698
-27390
lines changed

18 files changed

+5698
-27390
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm ci
29+
- run: npm install
3030
- run: npm test

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ results
2121

2222
npm-debug.log
2323
node_modules
24-
yarn.lock
24+
# yarn.lock
25+
package-lock.json
2526

2627
src/components/oc.json
2728
src/components/base-component-handlebars/_package

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Change Log
22

3+
### v0.49.7
4+
- [#1283](https://github.com/opencomponents/oc/pull/1283) add "open" link to component preview page
5+
- [#1279](https://github.com/opencomponents/oc/pull/1279) improve auth flexibility allowing to pass any library on type field
6+
7+
### v0.49.6
8+
- [#1282](https://github.com/opencomponents/oc/pull/1282) Minor logging improvements
9+
10+
### v0.49.5
11+
- [#1280](https://github.com/opencomponents/oc/pull/1280) [INTERNAL] Allow for non-number port (i.e. pipe)
12+
313
### v0.49.4
414
- [#1277](https://github.com/opencomponents/oc/pull/1277) [CLI-FEATURE] add registries options for oc publish
515
- [#1276](https://github.com/opencomponents/oc/pull/1276) [CLI-FEATURE] filter components to run when running oc dev

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ We have been using it for more than two years in production at OpenTable, for sh
1616

1717
[![npm version](https://img.shields.io/npm/v/oc.svg)](https://npmjs.org/package/oc)
1818
[![node version](https://img.shields.io/node/v/oc.svg)](https://npmjs.org/package/oc)
19-
[![Dependency Status](https://david-dm.org/opencomponents/oc.svg)](https://david-dm.org/opencomponents/oc)
2019
[![Known Vulnerabilities](https://snyk.io/test/github/opencomponents/oc/badge.svg)](https://snyk.io/test/github/opencomponents/oc)
2120
[![downloads](https://img.shields.io/npm/dm/oc.svg?label=downloads+from+npm)](https://npmjs.org/package/oc)
2221
[![Join the chat at https://gitter.im/opentable/oc](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/opentable/oc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -36,19 +35,6 @@ We have been using it for more than two years in production at OpenTable, for sh
3635

3736
Disclaimer: This project is still under heavy development and the API is likely to change at any time. In case you would find any issues, check the [troubleshooting page](CONTRIBUTING.md#troubleshooting).
3837

39-
[![linux build](https://img.shields.io/travis/opencomponents/oc/master.svg?label=linux+build)](http://travis-ci.org/opencomponents/oc)
40-
41-
| Node 8 | Node 9 | Node 10 |
42-
| ---------------- | ---------------- | ----------------- |
43-
| [![Node8][1]][5] | [![Node9][2]][5] | [![Node10][3]][5] |
44-
45-
[1]: https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/1
46-
[2]: https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/2
47-
[3]: https://travis-matrix-badges.herokuapp.com/repos/opencomponents/oc/branches/master/3
48-
[5]: https://travis-ci.org/opencomponents/oc
49-
50-
[![windows build](https://img.shields.io/appveyor/ci/matteofigus/oc/master.svg?label=windows+build)](https://ci.appveyor.com/project/matteofigus/oc)
51-
5238
## License
5339

5440
MIT

0 commit comments

Comments
 (0)