From 08e8b845fbadb52d3f1864b764b2f95ef5463f84 Mon Sep 17 00:00:00 2001 From: Trevor Scheer Date: Fri, 11 Feb 2022 16:22:54 -0800 Subject: [PATCH] Version reset, cleanup (#36) Reset all versions to 0, delete changelogs, update license files --- .changeset/moody-clocks-pull.md | 11 ++++++ .changeset/shy-boats-mix.md | 5 --- LICENSE | 2 +- package-lock.json | 34 +++++++++---------- packages/dropUnusedDefinitions/CHANGELOG.md | 6 ---- packages/dropUnusedDefinitions/LICENSE | 2 +- packages/dropUnusedDefinitions/package.json | 2 +- packages/hashing/CHANGELOG.md | 11 ------ packages/hashing/LICENSE | 2 +- packages/hashing/package.json | 6 ++-- packages/isNodeLike/CHANGELOG.md | 6 ---- packages/isNodeLike/LICENSE | 2 +- packages/isNodeLike/package.json | 2 +- .../operationRegistrySignature/CHANGELOG.md | 14 -------- packages/operationRegistrySignature/LICENSE | 2 +- .../operationRegistrySignature/package.json | 10 +++--- .../printWithReducedWhitespace/CHANGELOG.md | 6 ---- packages/printWithReducedWhitespace/LICENSE | 2 +- .../printWithReducedWhitespace/package.json | 2 +- packages/sortAST/LICENSE | 2 +- packages/sortAST/package.json | 2 +- packages/stripSensitiveLiterals/LICENSE | 2 +- packages/stripSensitiveLiterals/package.json | 2 +- 23 files changed, 49 insertions(+), 86 deletions(-) create mode 100644 .changeset/moody-clocks-pull.md delete mode 100644 .changeset/shy-boats-mix.md delete mode 100644 packages/dropUnusedDefinitions/CHANGELOG.md delete mode 100644 packages/hashing/CHANGELOG.md delete mode 100644 packages/isNodeLike/CHANGELOG.md delete mode 100644 packages/operationRegistrySignature/CHANGELOG.md delete mode 100644 packages/printWithReducedWhitespace/CHANGELOG.md diff --git a/.changeset/moody-clocks-pull.md b/.changeset/moody-clocks-pull.md new file mode 100644 index 00000000..66f89b96 --- /dev/null +++ b/.changeset/moody-clocks-pull.md @@ -0,0 +1,11 @@ +--- +"@apollo/utils.dropunuseddefinitions": minor +"@apollo/utils.hashing": minor +"@apollo/utils.isnodelike": minor +"@apollo/utils.operationregistrysignature": minor +"@apollo/utils.printwithreducedwhitespace": minor +"@apollo/utils.sortast": minor +"@apollo/utils.stripsensitiveliterals": minor +--- + +Initial publish diff --git a/.changeset/shy-boats-mix.md b/.changeset/shy-boats-mix.md deleted file mode 100644 index 2433ac89..00000000 --- a/.changeset/shy-boats-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/utils.hashing": minor ---- - -Add operationHash function diff --git a/LICENSE b/LICENSE index f359d632..28f0e384 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) +Copyright (c) 2022 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index 052b32d7..baf8258c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7626,7 +7626,7 @@ }, "packages/dropUnusedDefinitions": { "name": "@apollo/utils.dropunuseddefinitions", - "version": "1.0.0", + "version": "0.0.0", "license": "MIT", "engines": { "node": ">=12.13.0 <18.0" @@ -7637,10 +7637,10 @@ }, "packages/hashing": { "name": "@apollo/utils.hashing", - "version": "1.0.0", + "version": "0.0.0", "license": "MIT", "dependencies": { - "@apollo/utils.isnodelike": "^1.0.0", + "@apollo/utils.isnodelike": "^0.0.0", "sha.js": "^2.4.11" }, "engines": { @@ -7649,7 +7649,7 @@ }, "packages/isNodeLike": { "name": "@apollo/utils.isnodelike", - "version": "1.0.0", + "version": "0.0.0", "license": "MIT", "engines": { "node": ">=12.13.0 <18.0" @@ -7657,13 +7657,13 @@ }, "packages/operationRegistrySignature": { "name": "@apollo/utils.operationregistrysignature", - "version": "1.0.0", + "version": "0.0.0", "license": "MIT", "dependencies": { - "@apollo/utils.dropunuseddefinitions": "^1.0.0", - "@apollo/utils.printwithreducedwhitespace": "^1.0.0", - "@apollo/utils.sortast": "^1.0.0", - "@apollo/utils.stripsensitiveliterals": "^1.0.0" + "@apollo/utils.dropunuseddefinitions": "^0.0.0", + "@apollo/utils.printwithreducedwhitespace": "^0.0.0", + "@apollo/utils.sortast": "^0.0.0", + "@apollo/utils.stripsensitiveliterals": "^0.0.0" }, "engines": { "node": ">=12.13.0 <18.0" @@ -7671,7 +7671,7 @@ }, "packages/printWithReducedWhitespace": { "name": "@apollo/utils.printwithreducedwhitespace", - "version": "1.0.0", + "version": "0.0.0", "license": "MIT", "engines": { "node": ">=12.13.0 <18.0" @@ -7682,7 +7682,7 @@ }, "packages/sortAST": { "name": "@apollo/utils.sortast", - "version": "1.0.0", + "version": "0.0.0", "license": "MIT", "dependencies": { "lodash.sortby": "^4.7.0" @@ -7696,7 +7696,7 @@ }, "packages/stripSensitiveLiterals": { "name": "@apollo/utils.stripsensitiveliterals", - "version": "1.0.0", + "version": "0.0.0", "license": "MIT", "engines": { "node": ">=12.13.0 <18.0" @@ -7714,7 +7714,7 @@ "@apollo/utils.hashing": { "version": "file:packages/hashing", "requires": { - "@apollo/utils.isnodelike": "^1.0.0", + "@apollo/utils.isnodelike": "^0.0.0", "sha.js": "^2.4.11" } }, @@ -7724,10 +7724,10 @@ "@apollo/utils.operationregistrysignature": { "version": "file:packages/operationRegistrySignature", "requires": { - "@apollo/utils.dropunuseddefinitions": "^1.0.0", - "@apollo/utils.printwithreducedwhitespace": "^1.0.0", - "@apollo/utils.sortast": "^1.0.0", - "@apollo/utils.stripsensitiveliterals": "^1.0.0" + "@apollo/utils.dropunuseddefinitions": "^0.0.0", + "@apollo/utils.printwithreducedwhitespace": "^0.0.0", + "@apollo/utils.sortast": "^0.0.0", + "@apollo/utils.stripsensitiveliterals": "^0.0.0" } }, "@apollo/utils.printwithreducedwhitespace": { diff --git a/packages/dropUnusedDefinitions/CHANGELOG.md b/packages/dropUnusedDefinitions/CHANGELOG.md deleted file mode 100644 index 047372af..00000000 --- a/packages/dropUnusedDefinitions/CHANGELOG.md +++ /dev/null @@ -1,6 +0,0 @@ -# @apollo/utils.dropunuseddefinitions - -## 1.0.0 -### Major Changes - -- 615ae74: Initial release diff --git a/packages/dropUnusedDefinitions/LICENSE b/packages/dropUnusedDefinitions/LICENSE index f359d632..28f0e384 100644 --- a/packages/dropUnusedDefinitions/LICENSE +++ b/packages/dropUnusedDefinitions/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) +Copyright (c) 2022 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/dropUnusedDefinitions/package.json b/packages/dropUnusedDefinitions/package.json index f068c660..97645997 100644 --- a/packages/dropUnusedDefinitions/package.json +++ b/packages/dropUnusedDefinitions/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/utils.dropunuseddefinitions", - "version": "1.0.0", + "version": "0.0.0", "description": "Drop unused definitions from a GraphQL document", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/hashing/CHANGELOG.md b/packages/hashing/CHANGELOG.md deleted file mode 100644 index 944c4a5a..00000000 --- a/packages/hashing/CHANGELOG.md +++ /dev/null @@ -1,11 +0,0 @@ -# @apollo/utils.hashing - -## 1.0.0 -### Major Changes - -- 615ae74: Initial release - -### Patch Changes - -- Updated dependencies [615ae74] - - @apollo/utils.isnodelike@1.0.0 diff --git a/packages/hashing/LICENSE b/packages/hashing/LICENSE index f359d632..28f0e384 100644 --- a/packages/hashing/LICENSE +++ b/packages/hashing/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) +Copyright (c) 2022 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/hashing/package.json b/packages/hashing/package.json index 9002914f..e2af50c2 100644 --- a/packages/hashing/package.json +++ b/packages/hashing/package.json @@ -1,7 +1,7 @@ { "name": "@apollo/utils.hashing", - "version": "1.0.0", - "description": "Node-agnostic hashing utility", + "version": "0.0.0", + "description": "Node-agnostic hashing utilities", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { @@ -24,7 +24,7 @@ "access": "public" }, "dependencies": { - "@apollo/utils.isnodelike": "^1.0.0", + "@apollo/utils.isnodelike": "^0.0.0", "sha.js": "^2.4.11" } } diff --git a/packages/isNodeLike/CHANGELOG.md b/packages/isNodeLike/CHANGELOG.md deleted file mode 100644 index a7c00134..00000000 --- a/packages/isNodeLike/CHANGELOG.md +++ /dev/null @@ -1,6 +0,0 @@ -# @apollo/utils.isnodelike - -## 1.0.0 -### Major Changes - -- 615ae74: Initial release diff --git a/packages/isNodeLike/LICENSE b/packages/isNodeLike/LICENSE index f359d632..28f0e384 100644 --- a/packages/isNodeLike/LICENSE +++ b/packages/isNodeLike/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) +Copyright (c) 2022 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/isNodeLike/package.json b/packages/isNodeLike/package.json index 746c1efd..66cc345f 100644 --- a/packages/isNodeLike/package.json +++ b/packages/isNodeLike/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/utils.isnodelike", - "version": "1.0.0", + "version": "0.0.0", "description": "Node environment detection utility", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/operationRegistrySignature/CHANGELOG.md b/packages/operationRegistrySignature/CHANGELOG.md deleted file mode 100644 index 87e96ef1..00000000 --- a/packages/operationRegistrySignature/CHANGELOG.md +++ /dev/null @@ -1,14 +0,0 @@ -# @apollo/utils.operationregistrysignature - -## 1.0.0 -### Major Changes - -- 615ae74: Initial release - -### Patch Changes - -- Updated dependencies [615ae74] - - @apollo/utils.dropunuseddefinitions@1.0.0 - - @apollo/utils.printwithreducedwhitespace@1.0.0 - - @apollo/utils.sortast@1.0.0 - - @apollo/utils.stripsensitiveliterals@1.0.0 diff --git a/packages/operationRegistrySignature/LICENSE b/packages/operationRegistrySignature/LICENSE index f359d632..28f0e384 100644 --- a/packages/operationRegistrySignature/LICENSE +++ b/packages/operationRegistrySignature/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) +Copyright (c) 2022 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/operationRegistrySignature/package.json b/packages/operationRegistrySignature/package.json index 6be284c3..b90f5b69 100644 --- a/packages/operationRegistrySignature/package.json +++ b/packages/operationRegistrySignature/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/utils.operationregistrysignature", - "version": "1.0.0", + "version": "0.0.0", "description": "Generate a signature for the operation registry", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -24,9 +24,9 @@ "access": "public" }, "dependencies": { - "@apollo/utils.dropunuseddefinitions": "^1.0.0", - "@apollo/utils.printwithreducedwhitespace": "^1.0.0", - "@apollo/utils.sortast": "^1.0.0", - "@apollo/utils.stripsensitiveliterals": "^1.0.0" + "@apollo/utils.dropunuseddefinitions": "^0.0.0", + "@apollo/utils.printwithreducedwhitespace": "^0.0.0", + "@apollo/utils.sortast": "^0.0.0", + "@apollo/utils.stripsensitiveliterals": "^0.0.0" } } diff --git a/packages/printWithReducedWhitespace/CHANGELOG.md b/packages/printWithReducedWhitespace/CHANGELOG.md deleted file mode 100644 index 17cff8a8..00000000 --- a/packages/printWithReducedWhitespace/CHANGELOG.md +++ /dev/null @@ -1,6 +0,0 @@ -# @apollo/utils.printwithreducedwhitespace - -## 1.0.0 -### Major Changes - -- 615ae74: Initial release diff --git a/packages/printWithReducedWhitespace/LICENSE b/packages/printWithReducedWhitespace/LICENSE index f359d632..28f0e384 100644 --- a/packages/printWithReducedWhitespace/LICENSE +++ b/packages/printWithReducedWhitespace/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) +Copyright (c) 2022 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/printWithReducedWhitespace/package.json b/packages/printWithReducedWhitespace/package.json index 2d394e64..be91652e 100644 --- a/packages/printWithReducedWhitespace/package.json +++ b/packages/printWithReducedWhitespace/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/utils.printwithreducedwhitespace", - "version": "1.0.0", + "version": "0.0.0", "description": "Print an AST with as little whitespace as possible", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/sortAST/LICENSE b/packages/sortAST/LICENSE index f359d632..28f0e384 100644 --- a/packages/sortAST/LICENSE +++ b/packages/sortAST/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) +Copyright (c) 2022 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/sortAST/package.json b/packages/sortAST/package.json index 3fa1b60c..846eee6b 100644 --- a/packages/sortAST/package.json +++ b/packages/sortAST/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/utils.sortast", - "version": "1.0.0", + "version": "0.0.0", "description": "Sort AST nodes in a document alphabetically", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/stripSensitiveLiterals/LICENSE b/packages/stripSensitiveLiterals/LICENSE index f359d632..28f0e384 100644 --- a/packages/stripSensitiveLiterals/LICENSE +++ b/packages/stripSensitiveLiterals/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) +Copyright (c) 2022 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/stripSensitiveLiterals/package.json b/packages/stripSensitiveLiterals/package.json index 352e0a66..125d516d 100644 --- a/packages/stripSensitiveLiterals/package.json +++ b/packages/stripSensitiveLiterals/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/utils.stripsensitiveliterals", - "version": "1.0.0", + "version": "0.0.0", "description": "Remove literals from an AST which might contain PII (strings and numbers)", "main": "dist/index.js", "types": "dist/index.d.ts",