Skip to content

Commit

Permalink
[skip ci] Release: 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
quixerbot committed Nov 20, 2023
1 parent 7174ea6 commit 9eb45cc
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.2](https://github.com/Yokaito/quixer/compare/v0.0.1...v0.0.2) (2023-11-20)

### Chores

- **server:** make package server public ([7174ea6](https://github.com/Yokaito/quixer/commit/7174ea63819e8ada745f0f3c91e6b3f171f1f8cc))

## 0.0.1 (2023-11-20)

### Features
Expand Down
4 changes: 4 additions & 0 deletions apps/commerce/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.2](https://github.com/Yokaito/quixer/compare/v0.0.1...v0.0.2) (2023-11-20)

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

## 0.0.1 (2023-11-20)

### 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.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "next dev",
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.1",
"version": "0.0.2",
"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.2](https://github.com/Yokaito/quixer/compare/v0.0.1...v0.0.2) (2023-11-20)

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

## 0.0.1 (2023-11-20)

**Note:** Version bump only for package eslint-config-custom
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.1",
"version": "0.0.2",
"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.2](https://github.com/Yokaito/quixer/compare/v0.0.1...v0.0.2) (2023-11-20)

### Chores

- **server:** make package server public ([7174ea6](https://github.com/Yokaito/quixer/commit/7174ea63819e8ada745f0f3c91e6b3f171f1f8cc))

## 0.0.1 (2023-11-20)

### 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.1",
"version": "0.0.2",
"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.2](https://github.com/Yokaito/quixer/compare/v0.0.1...v0.0.2) (2023-11-20)

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

## 0.0.1 (2023-11-20)

**Note:** Version bump only for package tsconfig
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.1",
"version": "0.0.2",
"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.2](https://github.com/Yokaito/quixer/compare/v0.0.1...v0.0.2) (2023-11-20)

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

## 0.0.1 (2023-11-20)

### Features
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.1",
"version": "0.0.2",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
Expand Down

0 comments on commit 9eb45cc

Please sign in to comment.