Skip to content

Commit

Permalink
chore: release master (#1286)
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 23, 2024
1 parent 528a7be commit 90bf169
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 18 deletions.
8 changes: 4 additions & 4 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.2.0",
"packages/pagination": "1.2.0",
"packages/navigation": "2.3.0",
"packages/pagination": "1.3.0",
"packages/preset-bootstrap-v4": "1.0.0",
"packages/preset-bootstrap-v5": "2.0.0",
"packages/preset-font-awesome": "1.0.0",
"packages/preset-font-awesome": "1.1.0",
"packages/timeago": "1.1.0",
"examples/nuxt": "3.2.0"
"examples/nuxt": "3.3.0"
}
17 changes: 17 additions & 0 deletions examples/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.3.0](https://github.com/tada5hi/vuecs/compare/examples-nuxt-v3.2.0...examples-nuxt-v3.3.0) (2024-10-23)


### Features

* extend navigation-item type with generic argument ([3c1c081](https://github.com/tada5hi/vuecs/commit/3c1c0816f75a21762dfc8a03f50f962ad4f97616))
* **pagination:** jump button for first & last page ([528a7be](https://github.com/tada5hi/vuecs/commit/528a7be78d3a8e9fa6e26814184d62d32a994a6f))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @vuecs/navigation bumped from ^2.2.0 to ^2.3.0
* @vuecs/pagination bumped from ^1.2.0 to ^1.3.0
* @vuecs/preset-font-awesome bumped from ^1.0.0 to ^1.1.0

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


Expand Down
8 changes: 4 additions & 4 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@vuecs/form-controls": "^2.3.1",
"@vuecs/gravatar": "^1.0.1",
"@vuecs/list-controls": "^2.0.0",
"@vuecs/navigation": "^2.2.0",
"@vuecs/pagination": "^1.2.0",
"@vuecs/navigation": "^2.3.0",
"@vuecs/pagination": "^1.3.0",
"@vuecs/preset-bootstrap-v5": "^2.0.0",
"@vuecs/preset-font-awesome": "^1.0.0",
"@vuecs/preset-font-awesome": "^1.1.0",
"@vuecs/timeago": "^1.1.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
Expand All @@ -46,5 +46,5 @@
"vue": "^3.5.12",
"vue-router": "^4.4.3"
},
"version": "3.2.0"
"version": "3.3.0"
}
14 changes: 7 additions & 7 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.3.0](https://github.com/tada5hi/vuecs/compare/navigation-v2.2.0...navigation-v2.3.0) (2024-10-23)


### Features

* extend navigation-item type with generic argument ([3c1c081](https://github.com/tada5hi/vuecs/commit/3c1c0816f75a21762dfc8a03f50f962ad4f97616))

## [2.2.0](https://github.com/tada5hi/vuecs/compare/navigation-v2.1.0...navigation-v2.2.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.2.0",
"version": "2.3.0",
"description": "A package for multi level navigations.",
"exports": {
"./package.json": "./package.json",
Expand Down
7 changes: 7 additions & 0 deletions packages/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/tada5hi/vuecs/compare/pagination-v1.2.0...pagination-v1.3.0) (2024-10-23)


### Features

* **pagination:** jump button for first & last page ([528a7be](https://github.com/tada5hi/vuecs/commit/528a7be78d3a8e9fa6e26814184d62d32a994a6f))

## [1.2.0](https://github.com/tada5hi/vuecs/compare/pagination-v1.1.1...pagination-v1.2.0) (2024-10-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuecs/pagination",
"version": "1.2.0",
"version": "1.3.0",
"description": "A package containing a vue pagination component.",
"exports": {
"./package.json": "./package.json",
Expand Down
7 changes: 7 additions & 0 deletions packages/preset-font-awesome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/tada5hi/vuecs/compare/preset-font-awesome-v1.0.0...preset-font-awesome-v1.1.0) (2024-10-23)


### Features

* **pagination:** jump button for first & last page ([528a7be](https://github.com/tada5hi/vuecs/commit/528a7be78d3a8e9fa6e26814184d62d32a994a6f))

## 1.0.0 (2023-12-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/preset-font-awesome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuecs/preset-font-awesome",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit 90bf169

Please sign in to comment.