Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Neovici/cosmoz-image-viewer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.3
Choose a base ref
...
head repository: Neovici/cosmoz-image-viewer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.4
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 3, 2019

  1. Bump eslint-utils from 1.4.0 to 1.4.2

    Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
    - [Release notes](https://github.com/mysticatea/eslint-utils/releases)
    - [Commits](mysticatea/eslint-utils@v1.4.0...v1.4.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cristinecula committed Oct 3, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    982361a View commit details
  2. Copy the full SHA
    defe914 View commit details
  3. Copy the full SHA
    6c6023c View commit details
  4. chore(release): 3.1.4 [skip ci]

    ## [3.1.4](v3.1.3...v3.1.4) (2019-10-03)
    
    ### Bug Fixes
    
    * github actions badge is missing ([6c6023c](6c6023c))
    semantic-release-bot committed Oct 3, 2019
    Copy the full SHA
    887f7c9 View commit details
Showing with 16 additions and 6 deletions.
  1. +7 −0 CHANGELOG.md
  2. +1 −1 README.md
  3. +4 −4 package-lock.json
  4. +4 −1 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.4](https://github.com/neovici/cosmoz-image-viewer/compare/v3.1.3...v3.1.4) (2019-10-03)


### Bug Fixes

* github actions badge is missing ([6c6023c](https://github.com/neovici/cosmoz-image-viewer/commit/6c6023c))

## [3.1.3](https://github.com/neovici/cosmoz-image-viewer/compare/v3.1.2...v3.1.3) (2019-10-03)


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cosmoz-image-viewer
===================

[![Build Status](https://travis-ci.org/Neovici/cosmoz-image-viewer.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-image-viewer)
[![Build Status](https://github.com/Neovici/cosmoz-image-viewer/workflows/Github%20CI/badge.svg)](https://github.com/Neovici/cosmoz-image-viewer/actions?workflow=Github+CI)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Neovici/cosmoz-image-viewer)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neovici/cosmoz-image-viewer",
"version": "3.1.3",
"version": "3.1.4",
"description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-image-viewer.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-image-viewer)",
"keywords": [
"polymer",
@@ -37,6 +37,9 @@
],
"branch": "master"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fabricelements/skeleton-carousel": "^3.0.2",
"@neovici/cosmoz-i18next": "github:neovici/cosmoz-i18next#semver:^3.0.1",