Skip to content

Commit

Permalink
chore: release master (#1285)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 17, 2024
1 parent 6705bed commit acba929
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"packages/gravatar": "1.0.1",
"packages/link": "1.0.0",
"packages/list-controls": "2.0.0",
"packages/navigation": "2.1.0",
"packages/navigation": "2.2.0",
"packages/pagination": "1.2.0",
"packages/preset-bootstrap-v4": "1.0.0",
"packages/preset-bootstrap-v5": "2.0.0",
"packages/preset-font-awesome": "1.0.0",
"packages/timeago": "1.1.0",
"examples/nuxt": "3.1.0"
"examples/nuxt": "3.2.0"
}
14 changes: 14 additions & 0 deletions examples/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.2.0](https://github.com/tada5hi/vuecs/compare/examples-nuxt-v3.1.0...examples-nuxt-v3.2.0) (2024-10-17)


### Features

* enhance preset css and reorder navigation link elements ([6705bed](https://github.com/tada5hi/vuecs/commit/6705bed34cf2e028e190869534ebb01d43559513))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @vuecs/navigation bumped from ^2.1.0 to ^2.2.0

## [3.1.0](https://github.com/tada5hi/vuecs/compare/examples-nuxt-v3.0.0...examples-nuxt-v3.1.0) (2024-10-17)


Expand Down
4 changes: 2 additions & 2 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@vuecs/form-controls": "^2.3.1",
"@vuecs/gravatar": "^1.0.1",
"@vuecs/list-controls": "^2.0.0",
"@vuecs/navigation": "^2.1.0",
"@vuecs/navigation": "^2.2.0",
"@vuecs/pagination": "^1.2.0",
"@vuecs/preset-bootstrap-v5": "^2.0.0",
"@vuecs/preset-font-awesome": "^1.0.0",
Expand All @@ -46,5 +46,5 @@
"vue": "^3.5.12",
"vue-router": "^4.4.3"
},
"version": "3.1.0"
"version": "3.2.0"
}
6 changes: 3 additions & 3 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.0](https://github.com/tada5hi/vuecs/compare/navigation-v2.1.0...navigation-v2.2.0) (2024-10-17)


### Features

* enhance preset css and reorder navigation link elements ([6705bed](https://github.com/tada5hi/vuecs/commit/6705bed34cf2e028e190869534ebb01d43559513))

## [2.1.0](https://github.com/tada5hi/vuecs/compare/navigation-v2.0.0...navigation-v2.1.0) (2024-10-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuecs/navigation",
"version": "2.1.0",
"version": "2.2.0",
"description": "A package for multi level navigations.",
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit acba929

Please sign in to comment.