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: netlify/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.28.0
Choose a base ref
...
head repository: netlify/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.28.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 4 contributors

Commits on May 6, 2021

  1. 1
    Copy the full SHA
    e9717ff View commit details
  2. fix(deps): update dependency @netlify/build to ^11.9.2 (#2323)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 6, 2021
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7158395 View commit details

Commits on May 7, 2021

  1. fix(deps): update netlify packages (#2326)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 7, 2021
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a853d39 View commit details

Commits on May 9, 2021

  1. chore: release 3.28.1 (#2324)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored May 9, 2021
    1
    Copy the full SHA
    b40eb53 View commit details
Showing with 34 additions and 21 deletions.
  1. +4 −0 .github/workflows/main.yml
  2. +8 −0 CHANGELOG.md
  3. +19 −18 npm-shrinkwrap.json
  4. +3 −3 package.json
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -3,8 +3,12 @@ name: Testing for CLI
on:
push:
branches: [main]
paths-ignore:
- 'docs/**'
pull_request:
branches: [main]
paths-ignore:
- 'docs/**'

jobs:
build:
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [3.28.1](https://www.github.com/netlify/cli/compare/v3.28.0...v3.28.1) (2021-05-07)


### Bug Fixes

* **deps:** update dependency @netlify/build to ^11.9.2 ([#2323](https://www.github.com/netlify/cli/issues/2323)) ([7158395](https://www.github.com/netlify/cli/commit/71583955d13d63cd15217046af0fe070335aa2eb))
* **deps:** update netlify packages ([#2326](https://www.github.com/netlify/cli/issues/2326)) ([a853d39](https://www.github.com/netlify/cli/commit/a853d39a4427fe78df649bdd48f1a19fff5b31ed))

## [3.28.0](https://www.github.com/netlify/cli/compare/v3.27.0...v3.28.0) (2021-05-06)


37 changes: 19 additions & 18 deletions npm-shrinkwrap.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "3.28.0",
"version": "3.28.1",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
@@ -75,11 +75,11 @@
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,scripts,site,tests,.github}/**/*.{js,md,yml,json,html}\" \"*.{js,yml,json,html}\" \".*.{js,yml,json,html}\" \"!CHANGELOG.md\" \"!npm-shrinkwrap.json\""
},
"dependencies": {
"@netlify/build": "^11.9.1",
"@netlify/build": "^11.10.0",
"@netlify/config": "^6.4.4",
"@netlify/framework-info": "^4.0.0",
"@netlify/plugin-edge-handlers": "^1.11.7",
"@netlify/plugins-list": "^2.9.0",
"@netlify/plugins-list": "^2.10.0",
"@netlify/traffic-mesh-agent": "^0.27.10",
"@netlify/zip-it-and-ship-it": "^3.9.1",
"@oclif/command": "^1.6.1",