Skip to content

Commit

Permalink
[skip ci] Release: 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
quixerbot committed Nov 21, 2023
1 parent 477a246 commit abf25b2
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 6 deletions.
6 changes: 6 additions & 0 deletions 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.6](https://github.com/Yokaito/quixer/compare/v0.0.5...v0.0.6) (2023-11-21)

### Chores

- **commerce:** remove last files to shopify integration inside commerce ([477a246](https://github.com/Yokaito/quixer/commit/477a246fba7d07aa8c7a5e423d35c49a0b47a3d1))

## 0.0.5 (2023-11-21)

### Features
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.6](https://github.com/Yokaito/quixer/compare/v0.0.5...v0.0.6) (2023-11-21)

### Chores

- **commerce:** remove last files to shopify integration inside commerce ([477a246](https://github.com/Yokaito/quixer/commit/477a246fba7d07aa8c7a5e423d35c49a0b47a3d1))

## 0.0.5 (2023-11-21)

### Features
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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.6](https://github.com/Yokaito/quixer/compare/v0.0.5...v0.0.6) (2023-11-21)

**Note:** Version bump only for package eslint-config-custom

## 0.0.5 (2023-11-21)

**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.5",
"version": "0.0.6",
"private": true,
"devDependencies": {
"@vercel/style-guide": "^5.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.6](https://github.com/Yokaito/quixer/compare/v0.0.5...v0.0.6) (2023-11-21)

**Note:** Version bump only for package @quixer/server

## 0.0.5 (2023-11-21)

### Features
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.5",
"version": "0.0.6",
"description": "A lightweight, framework agnostic api to use in e-commerce",
"author": "Guilherme Fontes <[email protected]> (@guifontes)",
"main": "./index.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.6](https://github.com/Yokaito/quixer/compare/v0.0.5...v0.0.6) (2023-11-21)

**Note:** Version bump only for package tsconfig

## 0.0.5 (2023-11-21)

**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.5",
"version": "0.0.6",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.6](https://github.com/Yokaito/quixer/compare/v0.0.5...v0.0.6) (2023-11-21)

**Note:** Version bump only for package ui

## 0.0.5 (2023-11-21)

**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.5",
"version": "0.0.6",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
Expand Down

0 comments on commit abf25b2

Please sign in to comment.