Skip to content

Commit

Permalink
Merge pull request #282 from jamashita/release
Browse files Browse the repository at this point in the history
feat: 🎸 packages updated
  • Loading branch information
jamashita authored Jun 9, 2024
2 parents 448ed83 + 4613dcd commit 2f69904
Show file tree
Hide file tree
Showing 3 changed files with 937 additions and 956 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.23.0](https://github.com/jamashita/lluvia/compare/v1.22.0...v1.23.0) (2024-06-09)


### Features

* 🎸 packages updated ([fdd964c](https://github.com/jamashita/lluvia/commit/fdd964c4d1b1e0b0a2ddc5993ed609cb39fe28bf))

# [1.22.0](https://github.com/jamashita/lluvia/compare/v1.21.0...v1.22.0) (2024-04-23)


Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jamashita/lluvia",
"version": "1.22.0",
"version": "1.23.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -70,30 +70,30 @@
"update:upgrade": "ncu --packageManager yarn --deep --upgrade"
},
"dependencies": {
"@jamashita/anden": "2.8.0",
"@jamashita/steckdose": "1.32.0"
"@jamashita/anden": "2.9.0",
"@jamashita/steckdose": "1.33.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@commitlint/cli": "19.2.2",
"@biomejs/biome": "1.8.0",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.0.3",
"@semantic-release/npm": "12.0.0",
"@semantic-release/release-notes-generator": "13.0.0",
"@types/node": "20.12.7",
"@semantic-release/github": "10.0.6",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.0",
"@types/node": "20.14.2",
"git-cz": "4.9.0",
"husky": "9.0.11",
"is-ci": "3.0.1",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.18",
"rimraf": "5.0.5",
"semantic-release": "23.0.8",
"lint-staged": "15.2.5",
"npm-check-updates": "16.14.20",
"rimraf": "5.0.7",
"semantic-release": "24.0.0",
"sort-package-json": "2.10.0",
"typescript": "5.4.5",
"vitest": "1.5.0"
"vitest": "1.6.0"
},
"engines": {
"node": ">=18.x"
Expand Down
Loading

0 comments on commit 2f69904

Please sign in to comment.