Compare commits

...

2 Commits

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.5.1](https://git.lufrai.com/rappli/rappli/compare/v1.5.0...v1.5.1) (2022-09-17)
### Bug Fixes
* set proper path to cantarell font ([089dd20](https://git.lufrai.com/rappli/rappli/commit/089dd2087d9c983f7cec12e67fd2f34e3a11f111))
## [1.5.0](https://git.lufrai.com/rappli/rappli/compare/v1.4.0...v1.5.0) (2022-09-17)

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "rappli",
"version": "1.5.0",
"version": "1.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rappli",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"dependencies": {
"solid-start": "v0.1.0-alpha.89",

@ -1,6 +1,6 @@
{
"name": "rappli",
"version": "1.5.0",
"version": "1.5.1",
"bin": "./bin/rappli.js",
"scripts": {
"dev": "solid-start dev",

@ -77,6 +77,6 @@
font-display: swap;
font-style: normal;
font-named-instance: "Regular";
src: url("node_modules/cantarell/cantarell.woff2") format("woff2");
src: url("../node_modules/cantarell/cantarell.woff2") format("woff2");
}
}

Loading…
Cancel
Save