Skip to content

Commit

Permalink
chore(main): release 0.10.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 470680a commit d00ad53
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.9.0"
".": "0.10.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.10.0](https://github.com/radoslavirha/hikers-book/compare/0.9.0...0.10.0) (2024-01-03)


### Features

* some ci testing ([a2bbf46](https://github.com/radoslavirha/hikers-book/commit/a2bbf46f0c6a5a3a87510d788a9dbcbf089a8872))

## [0.9.0](https://github.com/radoslavirha/hikers-book/compare/0.8.0...0.9.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.9.0",
"version": "0.10.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.9.0",
"version": "0.10.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.9.0",
"version": "0.10.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.9.0",
"version": "0.10.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.9.0",
"version": "0.10.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.9.0",
"version": "0.10.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.9.0",
"version": "0.10.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.9.0",
"version": "0.10.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.9.0",
"version": "0.10.0",
"description": "Hiker's Book UI",
"scripts": {
"start": "pnpm run generate && ng serve",
Expand Down

0 comments on commit d00ad53

Please sign in to comment.