Skip to content

Commit

Permalink
chore(deploy): Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 30, 2023
1 parent 9003d4c commit 264cba0
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/fluffy-boats-love.md

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 0.1.0 (2023-09-30)

## 0.1.0 (2023-09-30)


### Features

Expand Down
6 changes: 6 additions & 0 deletions api/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hikers-book/graphql-api

## 0.1.2

### Patch Changes

- 8dc2ac2: changeset

## 0.1.1

### Patch Changes
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.1",
"version": "0.1.2",
"description": "GraphQL API",
"author": "radoslav.irha@gmail.com",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hikers-book/cli-tools

## 0.1.2

### Patch Changes

- 8dc2ac2: changeset

## 0.1.1

### Patch Changes
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.1",
"version": "0.1.2",
"description": "Hiker's Book CLI Tools",
"main": "bin/index.js",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hikers-book/config

## 0.1.2

### Patch Changes

- 8dc2ac2: changeset
- Updated dependencies [8dc2ac2]
- @hikers-book/cli-tools@0.1.2

## 0.1.1

### Patch Changes
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.1",
"version": "0.1.2",
"description": "Hiker's Book configs",
"scripts": {
"config": "pnpm run config:ui:hikers-book && pnpm run config:api:graphql",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hikers-book/eslint-config

## 0.1.2

### Patch Changes

- 8dc2ac2: changeset

## 0.1.1

### Patch Changes
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.1",
"version": "0.1.2",
"description": "ESLint/Prettier config for Hiker's Book",
"main": "index.js",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions ui/hikers-book/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hikers-book/hikers-book-ui

## 0.1.2

### Patch Changes

- 8dc2ac2: changeset

## 0.1.1

### Patch Changes
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.1",
"version": "0.1.2",
"description": "Hiker's Book UI",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 264cba0

Please sign in to comment.