Skip to content

Commit

Permalink
new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Nov 29, 2023
1 parent 8b0fcc6 commit 3bd9906
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-icons-double.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cool-ducks-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-cheetahs-smoke.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "yarn workspaces foreach run lint",
"lint:fix": "yarn workspaces foreach run lint:fix",
"format": "prettier --write --check .",
"release": "changeset version && yarn prettier:fix && git add . && git commit -m 'new versions' && changeset publish && git push --follow-tags"
"release": "changeset version && yarn format && git add . && git commit -m 'new versions' && changeset publish && git push --follow-tags"
},
"lint-staged": {
"*": [
Expand Down
7 changes: 7 additions & 0 deletions packages/lshay-constructs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lshay/constructs

## 0.0.1

### Patch Changes

- 8b0fcc6: Created packages
2 changes: 1 addition & 1 deletion packages/lshay-constructs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lshay/constructs",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "ssh://[email protected]/lukeshay/npm.git",
Expand Down
7 changes: 5 additions & 2 deletions packages/lshay-constructs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"extends": "@lshay/tsconfig/bundler.json",
"include": ["eslint.config.cjs", "src", "support"],
"compilerOptions": {
"noUncheckedIndexedAccess": true
},
"extends": "@tsconfig/node18/tsconfig.json",
"include": ["eslint.config.js", "src", "support"],
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"out": "docs",
Expand Down
6 changes: 6 additions & 0 deletions packages/lshay-eslint-config-flat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lshay/eslint-config-flat

## 0.0.7

### Patch Changes

- 8b0fcc6: Added default for global files

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lshay-eslint-config-flat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lshay/eslint-config-flat",
"version": "0.0.6",
"version": "0.0.7",
"repository": {
"type": "git",
"url": "ssh://[email protected]/lukeshay/npm.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/lshay-prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.7.0

### Minor Changes

- 8b0fcc6: Updated markdown to use spaces instead of tabs

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lshay-prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lshay/prettier-config",
"version": "0.6.1",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "ssh://[email protected]/lukeshay/npm.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/lshay-tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lshay/tsconfig

## 0.0.1

### Patch Changes

- 8b0fcc6: Created packages
2 changes: 1 addition & 1 deletion packages/lshay-tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lshay/tsconfig",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "ssh://[email protected]/lukeshay/npm.git",
Expand Down

0 comments on commit 3bd9906

Please sign in to comment.