Skip to content

Commit

Permalink
Merge branch 'main' of github.com:radoslavirha/hikers-book
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Jan 3, 2024
2 parents a2bbf46 + 2457365 commit 470680a
Show file tree
Hide file tree
Showing 11 changed files with 18 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.8.0"
".": "0.9.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* test new release ([4e7d8ea](https://github.com/radoslavirha/hikers-book/commit/4e7d8ea9d38ae73cae2d0d016166cbc4bd5021bd))
* try to fix hb-cli ([2c72797](https://github.com/radoslavirha/hikers-book/commit/2c727971441078617c1c2b94d836a0a4a80e342d))

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


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.8.0",
"version": "0.9.0",
"description": "Hiker's Book Authentication API",
"author": "radoslav.irha@gmail.com",
"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.8.0",
"version": "0.9.0",
"description": "Hiker's Book GraphQL API",
"author": "radoslav.irha@gmail.com",
"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.8.0",
"version": "0.9.0",
"description": "Hiker's Book Stages API",
"author": "radoslav.irha@gmail.com",
"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.8.0",
"version": "0.9.0",
"description": "Hiker's Book Trips API",
"author": "radoslav.irha@gmail.com",
"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.8.0",
"version": "0.9.0",
"description": "Hiker's book",
"author": "radoslav.irha@gmail.com",
"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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.0",
"description": "Hiker's Book UI",
"scripts": {
"start": "pnpm run generate && ng serve",
Expand Down

0 comments on commit 470680a

Please sign in to comment.