Skip to content

Commit f0397fa

Browse files
committed
bump npm packages
1 parent 9c562ef commit f0397fa

File tree

7 files changed

+35
-16
lines changed

7 files changed

+35
-16
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"publish-cli": "turbo build --filter='@dub/cli' && cd packages/cli && npm publish && cd ../../",
1313
"publish-embed-core": "turbo build --filter='@dub/embed-core' && cd packages/embeds/core && npm publish && cd ../../../",
1414
"publish-embed-react": "turbo build --filter='@dub/embed-react' && cd packages/embeds/react && npm publish && cd ../../../",
15+
"publish-prisma": "turbo build --filter='@dub/prisma' && cd packages/prisma && npm publish && cd ../../",
1516
"publish-tw": "turbo build --filter='@dub/tailwind-config' && cd packages/tailwind-config && npm publish && cd ../../",
1617
"publish-ui": "turbo build --filter='@dub/ui' && cd packages/ui && npm publish && cd ../../",
1718
"publish-utils": "turbo build --filter='@dub/utils' && cd packages/utils && npm publish && cd ../../",

packages/embeds/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dub/embed-core",
3-
"description": "Vanilla JS core script that embeds Dub's referral dashboard.",
4-
"version": "0.0.2",
3+
"description": "Vanilla JS core script that embeds Dub's dashboards.",
4+
"version": "0.0.6",
55
"sideEffects": false,
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",
@@ -28,10 +28,10 @@
2828
"homepage": "https://dub.co",
2929
"repository": {
3030
"type": "git",
31-
"url": "git+https://github.com/steven-tey/dub.git"
31+
"url": "git+https://github.com/dubinc/dub.git"
3232
},
3333
"bugs": {
34-
"url": "https://github.com/steven-tey/dub/issues"
34+
"url": "https://github.com/dubinc/dub/issues"
3535
},
3636
"keywords": [
3737
"dub",

packages/embeds/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dub/embed-react",
33
"description": "Embed React components for Dub.",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"sideEffects": false,
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",
@@ -39,10 +39,10 @@
3939
"homepage": "https://dub.co",
4040
"repository": {
4141
"type": "git",
42-
"url": "git+https://github.com/steven-tey/dub.git"
42+
"url": "git+https://github.com/dubinc/dub.git"
4343
},
4444
"bugs": {
45-
"url": "https://github.com/steven-tey/dub/issues"
45+
"url": "https://github.com/dubinc/dub/issues"
4646
},
4747
"keywords": [
4848
"dub",

packages/prisma/package.json

+18
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,23 @@
2727
".": "./index.ts",
2828
"./edge": "./edge.ts",
2929
"./client": "./client.ts"
30+
},
31+
"author": "Steven Tey <[email protected]>",
32+
"homepage": "https://dub.co",
33+
"repository": {
34+
"type": "git",
35+
"url": "git+https://github.com/dubinc/dub.git"
36+
},
37+
"bugs": {
38+
"url": "https://github.com/dubinc/dub/issues"
39+
},
40+
"keywords": [
41+
"dub",
42+
"dub.co",
43+
"prisma",
44+
"planetscale"
45+
],
46+
"publishConfig": {
47+
"access": "public"
3048
}
3149
}

packages/tailwind-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dub/tailwind-config",
33
"description": "Tailwindcss config for Dub.co",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"main": "index.ts",
66
"types": "index.ts",
77
"devDependencies": {
@@ -17,10 +17,10 @@
1717
"homepage": "https://dub.co",
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/steven-tey/dub.git"
20+
"url": "git+https://github.com/dubinc/dub.git"
2121
},
2222
"bugs": {
23-
"url": "https://github.com/steven-tey/dub/issues"
23+
"url": "https://github.com/dubinc/dub/issues"
2424
},
2525
"keywords": [
2626
"dub",

packages/ui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dub/ui",
33
"description": "UI components for Dub.co",
4-
"version": "0.2.21",
4+
"version": "0.2.22",
55
"sideEffects": false,
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",
@@ -103,10 +103,10 @@
103103
"homepage": "https://dub.co",
104104
"repository": {
105105
"type": "git",
106-
"url": "git+https://github.com/steven-tey/dub.git"
106+
"url": "git+https://github.com/dubinc/dub.git"
107107
},
108108
"bugs": {
109-
"url": "https://github.com/steven-tey/dub/issues"
109+
"url": "https://github.com/dubinc/dub/issues"
110110
},
111111
"keywords": [
112112
"dub",

packages/utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dub/utils",
33
"description": "Utility functions and constants for Dub.co",
4-
"version": "0.1.21",
4+
"version": "0.1.22",
55
"sideEffects": false,
66
"main": "./dist/index.mjs",
77
"module": "./dist/index.mjs",
@@ -43,10 +43,10 @@
4343
"homepage": "https://dub.co",
4444
"repository": {
4545
"type": "git",
46-
"url": "git+https://github.com/steven-tey/dub.git"
46+
"url": "git+https://github.com/dubinc/dub.git"
4747
},
4848
"bugs": {
49-
"url": "https://github.com/steven-tey/dub/issues"
49+
"url": "https://github.com/dubinc/dub/issues"
5050
},
5151
"keywords": [
5252
"dub",

0 commit comments

Comments
 (0)