Skip to content

Commit bdf442b

Browse files
committed
chore: dont publish some packages yet
1 parent 3153375 commit bdf442b

File tree

6 files changed

+18
-11
lines changed

6 files changed

+18
-11
lines changed

.changeset/config.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
"access": "public",
77
"baseBranch": "master",
88
"updateInternalDependencies": "patch",
9-
"ignore": ["@accounts/e2e", "@examples/*"],
9+
"ignore": [
10+
"@accounts/e2e",
11+
"@examples/*",
12+
"@accounts/module-*",
13+
"@accounts/module-mikro-orm",
14+
"@accounts/mikro-orm",
15+
"@examples/graphql-mikro-orm-typescript"
16+
],
1017
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1118
"onlyUpdatePeerDependentsWhenOutOfRange": true
1219
}

examples/graphql-server-typeorm-postgres/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@accounts/module-typeorm": "^0.34.0",
1818
"@accounts/password": "^0.32.2",
1919
"@accounts/server": "^0.33.1",
20-
"@accounts/typeorm": "^0.34.0",
20+
"@accounts/typeorm": "^0.33.1",
2121
"@apollo/server": "4.9.3",
2222
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
2323
"@graphql-tools/merge": "9.0.0",

modules/module-typeorm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@accounts/module-core": "^0.34.0",
3737
"@accounts/password": "^0.32.0",
3838
"@accounts/server": "^0.32.0 || ^0.33.0",
39-
"@accounts/typeorm": "^0.34.0",
39+
"@accounts/typeorm": "^0.33.1",
4040
"@accounts/types": "^0.32.0 || ^0.33.0",
4141
"graphql": "^16.0.0",
4242
"graphql-modules": "^2.0.0",
@@ -54,7 +54,7 @@
5454
"@accounts/module-core": "^0.34.0",
5555
"@accounts/password": "^0.32.1",
5656
"@accounts/server": "^0.33.1",
57-
"@accounts/typeorm": "^0.34.0",
57+
"@accounts/typeorm": "^0.33.1",
5858
"@accounts/types": "^0.33.2",
5959
"@graphql-codegen/add": "5.0.0",
6060
"@graphql-codegen/cli": "5.0.0",

packages/database-typeorm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/typeorm",
3-
"version": "0.34.0",
3+
"version": "0.33.1",
44
"description": "TypeORM adaptor for accounts",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@accounts/rest-client": "^0.33.1",
4545
"@accounts/rest-express": "^0.33.1",
4646
"@accounts/server": "^0.33.1",
47-
"@accounts/typeorm": "^0.34.0",
47+
"@accounts/typeorm": "^0.33.1",
4848
"@accounts/types": "^0.33.2",
4949
"@apollo/client": "3.8.3",
5050
"@apollo/server": "4.9.3",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ __metadata:
8585
"@accounts/rest-client": "npm:^0.33.1"
8686
"@accounts/rest-express": "npm:^0.33.1"
8787
"@accounts/server": "npm:^0.33.1"
88-
"@accounts/typeorm": "npm:^0.34.0"
88+
"@accounts/typeorm": "npm:^0.33.1"
8989
"@accounts/types": "npm:^0.33.2"
9090
"@apollo/client": "npm:3.8.3"
9191
"@apollo/server": "npm:4.9.3"
@@ -407,7 +407,7 @@ __metadata:
407407
"@accounts/module-core": "npm:^0.34.0"
408408
"@accounts/password": "npm:^0.32.1"
409409
"@accounts/server": "npm:^0.33.1"
410-
"@accounts/typeorm": "npm:^0.34.0"
410+
"@accounts/typeorm": "npm:^0.33.1"
411411
"@accounts/types": "npm:^0.33.2"
412412
"@graphql-codegen/add": "npm:5.0.0"
413413
"@graphql-codegen/cli": "npm:5.0.0"
@@ -431,7 +431,7 @@ __metadata:
431431
"@accounts/module-core": ^0.34.0
432432
"@accounts/password": ^0.32.0
433433
"@accounts/server": ^0.32.0 || ^0.33.0
434-
"@accounts/typeorm": ^0.34.0
434+
"@accounts/typeorm": ^0.33.1
435435
"@accounts/types": ^0.32.0 || ^0.33.0
436436
graphql: ^16.0.0
437437
graphql-modules: ^2.0.0
@@ -635,7 +635,7 @@ __metadata:
635635
languageName: unknown
636636
linkType: soft
637637

638-
"@accounts/typeorm@npm:^0.34.0, @accounts/typeorm@workspace:packages/database-typeorm":
638+
"@accounts/typeorm@npm:^0.33.1, @accounts/typeorm@workspace:packages/database-typeorm":
639639
version: 0.0.0-use.local
640640
resolution: "@accounts/typeorm@workspace:packages/database-typeorm"
641641
dependencies:
@@ -4256,7 +4256,7 @@ __metadata:
42564256
"@accounts/module-typeorm": "npm:^0.34.0"
42574257
"@accounts/password": "npm:^0.32.2"
42584258
"@accounts/server": "npm:^0.33.1"
4259-
"@accounts/typeorm": "npm:^0.34.0"
4259+
"@accounts/typeorm": "npm:^0.33.1"
42604260
"@accounts/types": "npm:^0.33.2"
42614261
"@apollo/server": "npm:4.9.3"
42624262
"@apollo/server-plugin-landing-page-graphql-playground": "npm:4.0.1"

0 commit comments

Comments
 (0)