Skip to content

Commit

Permalink
🔖 v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stoe committed Jul 7, 2024
1 parent 36d76d1 commit 018c363
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git ls-files -z . | xargs -0 git update-index --assume-unchanged
- name: NPM publish
run: npm run publish
run: npm publish --provenance --access public --workspaces

publish_gh:
name: Publish to GitHub
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
git ls-files -z . | xargs -0 git update-index --assume-unchanged
- name: GitHub Packages publish
run: npm run publish
run: npm publish --access public --workspaces
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"prepare": "husky",
"pretest": "npx eslint-config-prettier eslint.config.js",
"test": "npm run test --workspaces --if-present",
"update": "./.github/scripts/update.sh",
"publish": "npm publish --provenance --access public --workspaces"
"update": "./.github/scripts/update.sh"
},
"devDependencies": {
"@github/prettier-config": "^0.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stoe/uebersicht-github-contibutions",
"type": "module",
"version": "6.0.1",
"version": "6.0.2",
"description": "A GitHub contibutions widget for http://tracesof.net/uebersicht",
"keywords": [
"uebersicht",
Expand Down
2 changes: 1 addition & 1 deletion packages/me/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoe/uebersicht-me",
"version": "6.0.1",
"version": "6.0.2",
"description": "A me widget for http://tracesof.net/uebersicht",
"keywords": [
"uebersicht",
Expand Down
2 changes: 1 addition & 1 deletion packages/nowplaying/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoe/uebersicht-nowplaying",
"version": "6.0.1",
"version": "6.0.2",
"description": "A 'now playing' on Spotify/Music app widget for http://tracesof.net/uebersicht",
"keywords": [
"uebersicht",
Expand Down
2 changes: 1 addition & 1 deletion packages/simpleclock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoe/uebersicht-simpleclock",
"version": "6.0.1",
"version": "6.0.2",
"description": "A simple clock widget for http://tracesof.net/uebersicht",
"keywords": [
"uebersicht",
Expand Down
2 changes: 1 addition & 1 deletion packages/worldclock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoe/uebersicht-worldclock",
"version": "6.0.1",
"version": "6.0.2",
"description": "A worldclock widget for http://tracesof.net/uebersicht",
"keywords": [
"uebersicht",
Expand Down

0 comments on commit 018c363

Please sign in to comment.