Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
* New release, Costs to Expect API, v1.23.0.
* Updated FE dependencies.
  • Loading branch information
deanblackborough committed Sep 5, 2019
1 parent 1decd58 commit c579b0c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Full changelog for the Transmute Coffee website.

## v1.76.0 - New releases - 2019-09-05

* New release, Costs to Expect API, v1.23.0.
* Updated FE dependencies.

## v1.75.0 - New releases - 2019-08-31

* New release, Costs to Expect API, v1.22.1.
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ class="btn btn-outline-primary">GitHub</a>
class="btn btn-outline-secondary">Changelog</a>
</div>
<div class="card-footer text-muted">
<small><strong>Latest release:</strong> v1.22.1<br/>
<strong>Release date:</strong> 1st September 2019
<small><strong>Latest release:</strong> v1.23.0<br/>
<strong>Release date:</strong> 5th September 2019
</small>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Website for my Packagist packages",
"license": "MIT",
"dependencies": {
"bootstrap": "4.3.1",
"jquery": "^3.3.1",
"popper.js": "^1.14.7",
"bootstrap": "^4.3.1",
"jquery": "^3.4.0",
"popper.js": "^1.15.0",
"quill": "^1.3.6"
},
"main": "index.html",
Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


bootstrap@4.3.1:
bootstrap@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac"
integrity sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==
Expand All @@ -27,18 +27,19 @@ fast-diff@1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"

jquery@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
jquery@^3.4.0:
version "3.4.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==

parchment@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/parchment/-/parchment-1.1.4.tgz#aeded7ab938fe921d4c34bc339ce1168bc2ffde5"

popper.js@^1.14.7:
version "1.14.7"
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.14.7.tgz#e31ec06cfac6a97a53280c3e55e4e0c860e7738e"
integrity sha512-4q1hNvoUre/8srWsH7hnoSJ5xVmIL4qgz+s4qf2TnJIMyZFUFMGH+9vE7mXynAlHSZ/NdTmmow86muD0myUkVQ==
popper.js@^1.15.0:
version "1.15.0"
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.15.0.tgz#5560b99bbad7647e9faa475c6b8056621f5a4ff2"
integrity sha512-w010cY1oCUmI+9KwwlWki+r5jxKfTFDVoadl7MSrIujHU5MJ5OR6HTDj6Xo8aoR/QsA56x8jKjA59qGH4ELtrA==

quill-delta@^3.6.2:
version "3.6.2"
Expand Down

0 comments on commit c579b0c

Please sign in to comment.