Skip to content

v1.0.0-beta1

Compare
Choose a tag to compare
@razonyang razonyang released this 25 Dec 02:15
· 231 commits to master since this release

Upgrade NOTE

You'll need to execute the hugo mod npm pack and npm update commands to update the dependencies after upgrading the theme.

The below steps for Hugo Module installation method, See https://hbs.razonyang.com/v1/en/docs/getting-started/upgradation/ if you're using Git Module.

$ hugo mod get github.com/razonyang/hugo-theme-bootstrap 
hugo: downloading modules …
hugo: collected modules in 8021 ms
go: downloading github.com/razonyang/hugo-theme-bootstrap v1.0.0-beta1
go: upgraded github.com/razonyang/hugo-theme-bootstrap v1.0.0-alpha.15.0.20221205042156-ad3b22d99f95 => v1.0.0-beta1

$ hugo mod npm pack

$ cat package.json | grep '"bootstrap"'
"bootstrap": "^5.3.0-alpha1",

$ npm update

$ git add go.mod go.sum package.json package-lock.json

$ git commit -m 'Bump theme to v1.0.0-beta1'
  • You can also specify the version at the end of the repo if the command not working: hugo mod get github.com/razonyang/[email protected].
  • cat package.json | grep '"bootstrap"' to check whether the Bootstrap version is correct, it should be ^5.3.0-alpha1.

What's Changed

Full Changelog: v1.0.0-alpha.15...v1.0.0-beta1