Skip to content

Commit

Permalink
Merge pull request #1 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 5d962b7 + e5f7fc8 commit 0e90007
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/bright-bulldogs-cover.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/eslint-config-itsrakesh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @itsrakesh/eslint-config

## 1.0.0

### Major Changes

- 2fa9153: First release
2 changes: 1 addition & 1 deletion packages/eslint-config-itsrakesh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itsrakesh/eslint-config",
"version": "0.0.0",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @itsrakesh/tsconfig

## 1.0.0

### Major Changes

- 2fa9153: First release
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": "0.0.0",
"version": "1.0.0",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @itsrakesh/ui

## 0.1.0

### Minor Changes

- 2fa9153: First release
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.0.0",
"version": "0.1.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @itsrakesh/utils

## 1.0.0

### Major Changes

- 2fa9153: First release
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": "0.0.0",
"version": "1.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 0e90007

Please sign in to comment.