Skip to content

Commit

Permalink
chore: dont publish some packages yet
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Sep 13, 2023
1 parent 3153375 commit 3e57ec8
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 11 deletions.
19 changes: 18 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,24 @@
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": ["@accounts/e2e", "@examples/*"],
"ignore": [
"@accounts/e2e",
"@accounts/mikro-orm",
"@accounts/module-core",
"@accounts/module-magic-link",
"@accounts/module-mikro-orm",
"@accounts/module-mongo",
"@accounts/module-password",
"@accounts/module-typeorm",
"@examples/accounts-microservice",
"@examples/graphql-mikro-orm-typescript",
"@examples/graphql-typeorm-typescript",
"@examples/graphql-server-typescript",
"@examples/magic-link-server-typescript",
"@examples/react-graphql-typescript",
"@examples/react-rest-typescript",
"@examples/rest-express-typescript"
],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-server-typeorm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@accounts/module-typeorm": "^0.34.0",
"@accounts/password": "^0.32.2",
"@accounts/server": "^0.33.1",
"@accounts/typeorm": "^0.34.0",
"@accounts/typeorm": "^0.33.1",
"@apollo/server": "4.9.3",
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
"@graphql-tools/merge": "9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/module-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@accounts/module-core": "^0.34.0",
"@accounts/password": "^0.32.0",
"@accounts/server": "^0.32.0 || ^0.33.0",
"@accounts/typeorm": "^0.34.0",
"@accounts/typeorm": "^0.33.1",
"@accounts/types": "^0.32.0 || ^0.33.0",
"graphql": "^16.0.0",
"graphql-modules": "^2.0.0",
Expand All @@ -54,7 +54,7 @@
"@accounts/module-core": "^0.34.0",
"@accounts/password": "^0.32.1",
"@accounts/server": "^0.33.1",
"@accounts/typeorm": "^0.34.0",
"@accounts/typeorm": "^0.33.1",
"@accounts/types": "^0.33.2",
"@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/typeorm",
"version": "0.34.0",
"version": "0.33.1",
"description": "TypeORM adaptor for accounts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@accounts/rest-client": "^0.33.1",
"@accounts/rest-express": "^0.33.1",
"@accounts/server": "^0.33.1",
"@accounts/typeorm": "^0.34.0",
"@accounts/typeorm": "^0.33.1",
"@accounts/types": "^0.33.2",
"@apollo/client": "3.8.3",
"@apollo/server": "4.9.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ __metadata:
"@accounts/rest-client": "npm:^0.33.1"
"@accounts/rest-express": "npm:^0.33.1"
"@accounts/server": "npm:^0.33.1"
"@accounts/typeorm": "npm:^0.34.0"
"@accounts/typeorm": "npm:^0.33.1"
"@accounts/types": "npm:^0.33.2"
"@apollo/client": "npm:3.8.3"
"@apollo/server": "npm:4.9.3"
Expand Down Expand Up @@ -407,7 +407,7 @@ __metadata:
"@accounts/module-core": "npm:^0.34.0"
"@accounts/password": "npm:^0.32.1"
"@accounts/server": "npm:^0.33.1"
"@accounts/typeorm": "npm:^0.34.0"
"@accounts/typeorm": "npm:^0.33.1"
"@accounts/types": "npm:^0.33.2"
"@graphql-codegen/add": "npm:5.0.0"
"@graphql-codegen/cli": "npm:5.0.0"
Expand All @@ -431,7 +431,7 @@ __metadata:
"@accounts/module-core": ^0.34.0
"@accounts/password": ^0.32.0
"@accounts/server": ^0.32.0 || ^0.33.0
"@accounts/typeorm": ^0.34.0
"@accounts/typeorm": ^0.33.1
"@accounts/types": ^0.32.0 || ^0.33.0
graphql: ^16.0.0
graphql-modules: ^2.0.0
Expand Down Expand Up @@ -635,7 +635,7 @@ __metadata:
languageName: unknown
linkType: soft

"@accounts/typeorm@npm:^0.34.0, @accounts/typeorm@workspace:packages/database-typeorm":
"@accounts/typeorm@npm:^0.33.1, @accounts/typeorm@workspace:packages/database-typeorm":
version: 0.0.0-use.local
resolution: "@accounts/typeorm@workspace:packages/database-typeorm"
dependencies:
Expand Down Expand Up @@ -4256,7 +4256,7 @@ __metadata:
"@accounts/module-typeorm": "npm:^0.34.0"
"@accounts/password": "npm:^0.32.2"
"@accounts/server": "npm:^0.33.1"
"@accounts/typeorm": "npm:^0.34.0"
"@accounts/typeorm": "npm:^0.33.1"
"@accounts/types": "npm:^0.33.2"
"@apollo/server": "npm:4.9.3"
"@apollo/server-plugin-landing-page-graphql-playground": "npm:4.0.1"
Expand Down

0 comments on commit 3e57ec8

Please sign in to comment.