Skip to content

Commit

Permalink
🚀 Release 1.68.2
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Aug 24, 2023
1 parent 339c867 commit f1ceed4
Show file tree
Hide file tree
Showing 11 changed files with 964 additions and 941 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": "@snailycad/api",
"version": "1.68.1",
"version": "1.68.2",
"scripts": {
"watch": "yarn prisma generate && yarn nodemon --watch \"./src/**/*.ts\" --ignore \"node_modules/**/*\" --exec node --loader ts-node/esm src/main.ts",
"start": "yarn prisma migrate deploy && yarn prisma generate && node --loader ts-node/esm src/main.ts",
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": "@snailycad/client",
"version": "1.68.1",
"version": "1.68.2",
"sideEffects": false,
"scripts": {
"dev": " yarn next dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "snailycad",
"version": "1.68.1",
"version": "1.68.2",
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/audit-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snailycad/audit-logger",
"version": "1.68.1",
"version": "1.68.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snailycad/config",
"version": "1.68.1",
"version": "1.68.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
5 changes: 4 additions & 1 deletion packages/permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snailycad/permissions",
"version": "1.68.1",
"version": "1.68.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -18,6 +18,9 @@
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn tsup",
"watch": "yarn tsup --watch --silent=false",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snailycad/schemas",
"version": "1.68.1",
"version": "1.68.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 7 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@snailycad/types",
"version": "1.68.1",
"version": "1.68.2",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./api": {
"types": "./dist/api.d.ts",
"require": "./dist/api.js",
"import": "./dist/api.mjs"
},
Expand All @@ -15,6 +17,9 @@
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"typesVersions": {
"*": {
"api": [
Expand All @@ -31,7 +36,7 @@
"typecheck": "yarn workspace @snailycad/api generate && yarn tsc --noEmit"
},
"devDependencies": {
"@snailycad/permissions": "1.68.1",
"@snailycad/permissions": "1.68.2",
"discord-api-types": "0.37.51",
"tsup": "6.6.2",
"typescript": "^5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@snailycad/ui",
"type": "module",
"version": "1.68.1",
"version": "1.68.2",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
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": "@snailycad/utils",
"version": "1.68.1",
"version": "1.68.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
Loading

0 comments on commit f1ceed4

Please sign in to comment.