Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
1cea0c5241 | ||
af6f39f441 |
5 changed files with 13 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
|||
## [2.0.3](https://src.mfgames.com/fedran-sources/sand-and-bone/compare/v2.0.2...v2.0.3) (2022-10-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* updating build ([af6f39f](https://src.mfgames.com/fedran-sources/sand-and-bone/commit/af6f39f4411870861bdcc32f9ed8871c8885c32f))
|
||||
|
||||
## [2.0.2](https://src.mfgames.com/fedran-sources/sand-and-bone/compare/v2.0.1...v2.0.2) (2022-10-15)
|
||||
|
||||
|
||||
|
|
|
@ -284,4 +284,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,7 +4,8 @@ title: Title
|
|||
|
||||
<div class="title">
|
||||
<div class="title-area">
|
||||
<div class="large">Sand and</div>
|
||||
<div class="large">Sand</div>
|
||||
<div class="large">and</div>
|
||||
<div class="large">Bone</div>
|
||||
</div>
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "sand-and-bone",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "sand-and-bone",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"dependencies": {
|
||||
"@fedran/writing-hyphen": "^1.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sand-and-bone",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"private": true,
|
||||
"description": "\"Sand and Bone\" is a novel by D. Moonfire.",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue