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 4, 2024
2 parents a923cdc + 0bece3f commit b0ea5ae
Show file tree
Hide file tree
Showing 11 changed files with 17 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.12.0"
".": "0.13.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.13.0](https://github.com/radoslavirha/hikers-book/compare/0.12.0...0.13.0) (2024-01-04)


### Features

* try to fix releasing ([b6b0a31](https://github.com/radoslavirha/hikers-book/commit/b6b0a31fd4caf354cce3a32f8df064156561a002))

## [0.12.0](https://github.com/radoslavirha/hikers-book/compare/0.11.0...0.12.0) (2024-01-04)


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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.0",
"description": "Hiker's Book UI",
"scripts": {
"start": "pnpm run generate && ng serve",
Expand Down

0 comments on commit b0ea5ae

Please sign in to comment.