Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 5, 2023
1 parent 7129faa commit 5837748
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 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.1.0"
".": "0.2.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.2.0](https://github.com/radoslavirha/hikers-book/compare/0.1.0...0.2.0) (2023-10-05)


### Features

* update docs ([7129faa](https://github.com/radoslavirha/hikers-book/commit/7129faaa778470bf0a312169f0b73201ddbcdc1e))

## [0.1.0](https://github.com/radoslavirha/hikers-book/compare/v0.0.1...0.1.0) (2023-10-05)


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.1.0",
"version": "0.2.0",
"description": "GraphQL 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.1.0",
"version": "0.2.0",
"description": "Hiker's book",
"author": "radoslav.irha@gmail.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hikers-book/cli-tools",
"version": "0.1.0",
"version": "0.2.0",
"description": "Hiker's Book CLI Tools",
"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.1.0",
"version": "0.2.0",
"description": "Hiker's Book configs",
"scripts": {
"config": "pnpm run config:ui:hikers-book && pnpm run config:api:graphql",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hikers-book/eslint-config",
"version": "0.1.0",
"version": "0.2.0",
"description": "ESLint/Prettier config for Hiker's Book",
"main": "index.js",
"dependencies": {
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.1.0",
"version": "0.2.0",
"description": "Hiker's Book UI",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 5837748

Please sign in to comment.