Skip to content

Commit

Permalink
Merge pull request #5 from itsrakeshhq/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
RakeshPotnuru authored Sep 5, 2023
2 parents 6026bea + 8273f4e commit 475d31f
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/honest-rivers-hammer.md

This file was deleted.

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 @@
# @itsrakesh/eslint-config

## 1.1.0

### Minor Changes

- 6026bea: Build fix

## 1.0.0

### Major 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": "@itsrakesh/eslint-config",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @itsrakesh/tsconfig

## 1.1.0

### Minor Changes

- 6026bea: Build fix

## 1.0.0

### Major Changes
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": "@itsrakesh/tsconfig",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"description": "A shared tsconfig.json for itsrakesh",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @itsrakesh/ui

## 0.2.0

### Minor Changes

- 6026bea: Build fix

## 0.1.0

### Minor Changes
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": "@itsrakesh/ui",
"version": "0.1.0",
"version": "0.2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @itsrakesh/utils

## 1.1.0

### Minor Changes

- 6026bea: Build fix

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itsrakesh/utils",
"version": "1.0.0",
"version": "1.1.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 475d31f

Please sign in to comment.