Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 1.1.0 #77

Merged
merged 4 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [1.1.0](https://github.com/frontChapter/website-frontend/compare/v1.0.2...v1.1.0) (2024-01-30)


### Features

* update speakersData ([544abf2](https://github.com/frontChapter/website-frontend/commit/544abf2508f355033025d6bef2a0eab1485c48dd))


### Bug Fixes

* set dynamic speakers count in `<Hero>` ([906f224](https://github.com/frontChapter/website-frontend/commit/906f224123374c593c346362b5232314169e79ba))
* speakers wave ([649f82e](https://github.com/frontChapter/website-frontend/commit/649f82e8c73dd666ce0dcd145a7830fe459c7910))

### [1.0.2](https://github.com/frontChapter/website-frontend/compare/v1.0.1...v1.0.2) (2024-01-30)

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "website-frontend",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"release": "commit-and-tag-version"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.0.4",
Expand Down Expand Up @@ -35,13 +36,13 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"commit-and-tag-version": "^12.2.0",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"postcss-nesting": "^12.0.2",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"standard-version": "^9.5.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
Expand Down
Loading
Loading