Skip to content

Commit

Permalink
chore(main): release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and radoslavirha committed Jan 3, 2024
1 parent 8f4243b commit bf3a4f7
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.8.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.8.0](https://github.com/radoslavirha/hikers-book/compare/0.7.0...0.8.0) (2024-01-03)


### Features

* :sparkles: sign in form ([a568367](https://github.com/radoslavirha/hikers-book/commit/a568367e5e0943edec31da965686d05e9ace36d6))
* Basic authentication ([9a8ae45](https://github.com/radoslavirha/hikers-book/commit/9a8ae45037d82eff7e07a355b2f11d81fca666a1))
* refresh token ([4cf4f3f](https://github.com/radoslavirha/hikers-book/commit/4cf4f3f31fb33cd8043547910a80c09b24750a97))
* sign up forms ([e208c6c](https://github.com/radoslavirha/hikers-book/commit/e208c6c52f406ea1d5553054a4853c5ae74acd00))


### Bug Fixes

* **api:** set hemlet CSP based on isProduction ([af0ac9b](https://github.com/radoslavirha/hikers-book/commit/af0ac9b23f6ee71d9a26252c2e9a29b5f2b08e3a))

## [0.7.0](https://github.com/radoslavirha/hikers-book/compare/0.6.0...0.7.0) (2023-10-11)


Expand Down
2 changes: 1 addition & 1 deletion api/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hikers-book/authentication-api",
"version": "0.7.0",
"version": "0.8.0",
"description": "Hiker's Book Authentication API",
"author": "[email protected]",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion api/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hikers-book/graphql-api",
"version": "0.7.0",
"version": "0.8.0",
"description": "Hiker's Book GraphQL API",
"author": "[email protected]",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion api/stages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hikers-book/stages-api",
"version": "0.7.0",
"version": "0.8.0",
"description": "Hiker's Book Stages API",
"author": "[email protected]",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion api/trips/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hikers-book/trips-api",
"version": "0.7.0",
"version": "0.8.0",
"description": "Hiker's Book Trips API",
"author": "[email protected]",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hikers-book",
"version": "0.7.0",
"version": "0.8.0",
"description": "Hiker's book",
"author": "[email protected]",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hikers-book/cli",
"version": "0.7.0",
"version": "0.8.0",
"description": "Hiker's Book CLI",
"main": "bin/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hikers-book/config",
"version": "0.7.0",
"version": "0.8.0",
"description": "Hiker's Book configs",
"scripts": {
"config": "pnpm run config:ui:hikers-book && pnpm run config:api:authentication && pnpm run config:api:graphql && pnpm run config:api:stages && pnpm run config:api:trips",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsed-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hikers-book/tsed-common",
"version": "0.7.0",
"version": "0.8.0",
"description": "Hiker's Book Ts.ED Common utils",
"exports": {
"./config": "./dist/config/index.js",
Expand Down
2 changes: 1 addition & 1 deletion ui/hikers-book/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hikers-book/hikers-book-ui",
"version": "0.7.0",
"version": "0.8.0",
"description": "Hiker's Book UI",
"scripts": {
"start": "pnpm run generate && ng serve",
Expand Down

0 comments on commit bf3a4f7

Please sign in to comment.