Skip to content

Commit

Permalink
Release 1.3.3 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasodonnell authored Dec 11, 2023
1 parent 894d96d commit 4febdaf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usharr/api",
"version": "1.3.2",
"version": "0.0.0",
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usharr/client",
"version": "1.3.2",
"version": "0.0.0",
"scripts": {
"build": "webpack --mode production",
"dev": "TAILWIND_MODE=watch webpack serve --mode development",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usharr/usharr",
"version": "1.3.2",
"version": "1.3.3",
"author": "Nicholas O'Donnell <[email protected]>",
"license": "SEE LICENSE",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usharr/eslint-config-custom",
"version": "1.3.2",
"version": "0.0.0",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.59.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@usharr/types",
"version": "1.3.2"
"version": "0.0.0"
}

0 comments on commit 4febdaf

Please sign in to comment.