Skip to content

Commit

Permalink
Merge branch 'release/0.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikenYT committed Oct 5, 2022
2 parents f7b7322 + 609b9cb commit 72c6238
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 10 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## v0.0.1...release/0.0.2

### 🏡 Chore

- **dx:** 🔨 add changelog script (dca2953)
- **core:** Bump version number (3310e26)

### ❤️ Contributors

- AnnikenYT

## 56b6523...v0.0.1

### 🚀 Enhancements

- **core:** 🎉 init (1d7d339)
- **core:** 💄 add navbar components (8856560)

### 🩹 Fixes

- **core:** 📦️ fixed tailwind (b88515c)

### 🏡 Chore

- **core:** 💄 add font files (364cc48)
- **dx:** 📦️ add iconly (6795889)

### 🤖 CI

- **core:** 💚 set up package publishing (3f23f0c)

### ❤️ Contributors

- AnnikenYT
2 changes: 2 additions & 0 deletions changelogen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
echo -e "$(npx changelogen)\n$(cat CHANGELOG.md)" > CHANGELOG.md
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bergflix-remake/components",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && svelte-package",
Expand Down Expand Up @@ -42,5 +42,5 @@
"type": "module",
"publishConfig": {
"@bergflix-remake:registry": "https://npm.pkg.github.com"
}
}
}
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -414,13 +414,6 @@
magic-string "^0.26.3"
svelte-hmr "^0.15.0"

"@tailwindcss/nesting@^0.0.0-insiders.565cd3e":
version "0.0.0-insiders.565cd3e"
resolved "https://registry.yarnpkg.com/@tailwindcss/nesting/-/nesting-0.0.0-insiders.565cd3e.tgz#cdfe802dd2900cd6b4e99006c7d13b21132d72fc"
integrity sha512-WhHoFBx19TnH/c+xLwT/sxei6+4RpdfiyG3MYXfmLaMsADmVqBkF7B6lDalgZD9YdM459MF7DtxVbWkOrV7IaQ==
dependencies:
postcss-nested "^5.0.5"

"@tsconfig/node10@^1.0.7":
version "1.0.9"
resolved "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz"
Expand Down Expand Up @@ -2321,7 +2314,7 @@ postcss-load-config@^3.1.4:
lilconfig "^2.0.5"
yaml "^1.10.2"

[email protected], postcss-nested@^5.0.5:
[email protected]:
version "5.0.6"
resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-5.0.6.tgz#466343f7fc8d3d46af3e7dba3fcd47d052a945bc"
integrity sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==
Expand Down

0 comments on commit 72c6238

Please sign in to comment.