Skip to content

Commit

Permalink
Version reset, cleanup (#36)
Browse files Browse the repository at this point in the history
Reset all versions to 0, delete changelogs, update license files
  • Loading branch information
trevor-scheer authored Feb 12, 2022
1 parent 9f8e3cf commit 08e8b84
Show file tree
Hide file tree
Showing 23 changed files with 49 additions and 86 deletions.
11 changes: 11 additions & 0 deletions .changeset/moody-clocks-pull.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 0 additions & 5 deletions .changeset/shy-boats-mix.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions packages/dropUnusedDefinitions/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/dropUnusedDefinitions/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/dropUnusedDefinitions/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 0 additions & 11 deletions packages/hashing/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/hashing/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/hashing/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@apollo/utils.isnodelike": "^1.0.0",
"@apollo/utils.isnodelike": "^0.0.0",
"sha.js": "^2.4.11"
}
}
6 changes: 0 additions & 6 deletions packages/isNodeLike/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/isNodeLike/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/isNodeLike/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 0 additions & 14 deletions packages/operationRegistrySignature/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/operationRegistrySignature/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions packages/operationRegistrySignature/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
6 changes: 0 additions & 6 deletions packages/printWithReducedWhitespace/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/printWithReducedWhitespace/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/printWithReducedWhitespace/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/sortAST/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sortAST/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/stripSensitiveLiterals/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/stripSensitiveLiterals/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 08e8b84

Please sign in to comment.