Skip to content

Commit

Permalink
[skip ci] Release: 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
quixerbot committed Nov 20, 2023
1 parent f1e1ace commit 15aa1ee
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.4 (2023-11-20)

### Bug Fixes

- **labeler:** wrong name in commerce files ([b8e9605](https://github.com/Yokaito/quixer/commit/b8e96056f2b9dab982b8ba77c37b80749b4821f3))

### Chores

- **docs:** add code of conduct and change readme ([f1e1ace](https://github.com/Yokaito/quixer/commit/f1e1acecbf3a1427fa41be07a876d1fcf19da3b2))

## [0.0.3](https://github.com/Yokaito/quixer/compare/v0.0.2...v0.0.3) (2023-11-20)

### Chores
Expand Down
6 changes: 6 additions & 0 deletions apps/commerce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.4 (2023-11-20)

### Bug Fixes

- **labeler:** wrong name in commerce files ([b8e9605](https://github.com/Yokaito/quixer/commit/b8e96056f2b9dab982b8ba77c37b80749b4821f3))

## [0.0.3](https://github.com/Yokaito/quixer/compare/v0.0.2...v0.0.3) (2023-11-20)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion apps/commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commerce",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.3",
"version": "0.0.4",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.4 (2023-11-20)

### Bug Fixes

- **labeler:** wrong name in commerce files ([b8e9605](https://github.com/Yokaito/quixer/commit/b8e96056f2b9dab982b8ba77c37b80749b4821f3))

## [0.0.3](https://github.com/Yokaito/quixer/compare/v0.0.2...v0.0.3) (2023-11-20)

**Note:** Version bump only for package eslint-config-custom
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-custom",
"license": "MIT",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"devDependencies": {
"@vercel/style-guide": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.4 (2023-11-20)

### Bug Fixes

- **labeler:** wrong name in commerce files ([b8e9605](https://github.com/Yokaito/quixer/commit/b8e96056f2b9dab982b8ba77c37b80749b4821f3))

## [0.0.3](https://github.com/Yokaito/quixer/compare/v0.0.2...v0.0.3) (2023-11-20)

**Note:** Version bump only for package @quixer/server
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quixer/server",
"version": "0.0.3",
"version": "0.0.4",
"description": "A lightweight, framework agnostic api to use in e-commerce",
"author": "Guilherme Fontes <[email protected]> (@guifontes)",
"main": "./index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.4 (2023-11-20)

### Bug Fixes

- **labeler:** wrong name in commerce files ([b8e9605](https://github.com/Yokaito/quixer/commit/b8e96056f2b9dab982b8ba77c37b80749b4821f3))

## [0.0.3](https://github.com/Yokaito/quixer/compare/v0.0.2...v0.0.3) (2023-11-20)

**Note:** Version bump only for package tsconfig
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.4 (2023-11-20)

### Bug Fixes

- **labeler:** wrong name in commerce files ([b8e9605](https://github.com/Yokaito/quixer/commit/b8e96056f2b9dab982b8ba77c37b80749b4821f3))

## [0.0.3](https://github.com/Yokaito/quixer/compare/v0.0.2...v0.0.3) (2023-11-20)

**Note:** Version bump only for package ui
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.0.3",
"version": "0.0.4",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
Expand Down

0 comments on commit 15aa1ee

Please sign in to comment.