Skip to content

Commit 9c21e81

Browse files
Merge branch 'master' into auth-flexibility
2 parents 6be6afb + 0300cba commit 9c21e81

File tree

14 files changed

+5653
-27086
lines changed

14 files changed

+5653
-27086
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Change Log
22

3+
### v0.49.6
4+
- [#1282](https://github.com/opencomponents/oc/pull/1282) Minor logging improvements
5+
6+
### v0.49.5
7+
- [#1280](https://github.com/opencomponents/oc/pull/1280) [INTERNAL] Allow for non-number port (i.e. pipe)
8+
39
### v0.49.4
410
- [#1277](https://github.com/opencomponents/oc/pull/1277) [CLI-FEATURE] add registries options for oc publish
511
- [#1276](https://github.com/opencomponents/oc/pull/1276) [CLI-FEATURE] filter components to run when running oc dev

0 commit comments

Comments
 (0)