Skip to content

Commit b7b8a15

Browse files
authored
chore(deps): update dependency materialize to v1.0.0 (#3179)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [materialize](http://materializecss.com/) ([source](https://github.com/Dogfalo/materialize)) | patch | `1.0.0-rc.2` -> `1.0.0` | --- ### Release Notes <details> <summary>Dogfalo/materialize</summary> ### [`v1.0.0`](https://github.com/Dogfalo/materialize/blob/master/CHANGELOG.md#&#8203;100-September-9th-2018) [Compare Source](https://github.com/Dogfalo/materialize/compare/1.0.0-rc.2...1.0.0) - [Full Changelog here](https://github.com/Dogfalo/materialize/blob/v1-dev/v1-changelog.md) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
1 parent ad76e74 commit b7b8a15

File tree

1 file changed

+2
-2
lines changed
  • compute/managed-instances/demo/templates

1 file changed

+2
-2
lines changed

compute/managed-instances/demo/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
3-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css">
4-
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/js/materialize.min.js"></script>
3+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
4+
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
55
</head>
66
<body>
77
<table class="striped">

0 commit comments

Comments
 (0)