Compare commits

...

3 Commits

@ -0,0 +1,14 @@
# IDEs and editors
/.idea
.project
.classpath
*.launch
.settings/
# Temp
gitignore
# System Files
.DS_Store
Thumbs.db

@ -2,6 +2,14 @@
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.
## [0.3.0](https://git.lufrai.com/rappli/rappli/compare/v0.2.0...v0.3.0) (2022-06-28)
### Features
* add custom npmignore file not excluding dist ([18500e3](https://git.lufrai.com/rappli/rappli/commit/18500e3b57a271307f92ac8c982b77ae7294ba95))
* add postbump lifecycle to include proper version in rappli dist ([6e3ca35](https://git.lufrai.com/rappli/rappli/commit/6e3ca352dfc88ff067384d74a3dd862c00b7627c))
## [0.2.0](https://git.lufrai.com/rappli/rappli/compare/v0.1.0...v0.2.0) (2022-06-28)

4
package-lock.json generated

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

@ -1,6 +1,6 @@
{
"name": "rappli",
"version": "0.2.0",
"version": "0.3.0",
"bin": "./bin/rappli.js",
"scripts": {
"dev": "solid-start dev",
@ -63,5 +63,10 @@
"solid-start-node": "next",
"unplugin-icons": "^0.14.6",
"vite": "^2.9.13"
},
"standard-version": {
"scripts": {
"postbump": "npm run build"
}
}
}

Loading…
Cancel
Save