Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jorgecasar committed Jan 11, 2024
1 parent b88e002 commit e5a7953
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/lucky-flowers-repair.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/commitlint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sngular/commitlint-config

## 1.0.0

### Major Changes

- b99ac5c: Public release

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sngular/commitlint-config",
"version": "0.0.3",
"version": "1.0.0",
"description": "SNGULAR's commitlint config",
"main": "index.cjs",
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sngular/eslint-config

## 1.0.0

### Major Changes

- b99ac5c: Public release

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sngular/eslint-config",
"version": "0.4.0",
"version": "1.0.0",
"description": "SNGULAR's JS config, following our styleguide",
"main": "index.cjs",
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/lint-staged/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sngular/lint-staged-config

## 1.0.0

### Major Changes

- b99ac5c: Public release

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sngular/lint-staged-config",
"version": "0.0.5",
"version": "1.0.0",
"description": "SNGULAR's lint-staged config",
"main": "index.cjs",
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sngular/prettier-config

## 1.0.0

### Major Changes

- b99ac5c: Public release

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sngular/prettier-config",
"version": "0.1.1",
"version": "1.0.0",
"description": "SNGULAR's prettier config",
"main": "index.cjs",
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/semantic-release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sngular/semantic-release-config

## 1.0.0

### Major Changes

- b99ac5c: Public release

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sngular/semantic-release-config",
"version": "0.1.1",
"version": "1.0.0",
"description": "SNGULAR's semantic-release config",
"main": "index.cjs",
"type": "commonjs",
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 @@
# @sngular/tsconfig

## 1.0.0

### Major Changes

- b99ac5c: Public release

## 0.0.5

### Patch 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": "@sngular/tsconfig",
"version": "0.0.5",
"version": "1.0.0",
"description": "Sngular's tsconfig",
"main": "tsconfig.json",
"type": "module",
Expand Down

0 comments on commit e5a7953

Please sign in to comment.