From 886746f7a54b5cfeb5ede99710dfa71f16cf5452 Mon Sep 17 00:00:00 2001 From: Steven Pautz Date: Mon, 29 Jun 2020 22:44:13 -0400 Subject: [PATCH] Lerna publish v0.0.4 --- lerna.json | 4 +--- packages/dev-helpers/LICENSE | 21 +++++++++++++++++++ packages/react-hibernate/LICENSE | 21 +++++++++++++++++++ packages/react-pauseable-containers/LICENSE | 21 +++++++++++++++++++ .../react-pauseable-containers/package.json | 3 ++- packages/react-router-hibernate/LICENSE | 21 +++++++++++++++++++ packages/react-router-hibernate/package.json | 3 ++- packages/redux-pauseable-store/LICENSE | 21 +++++++++++++++++++ packages/redux-pauseable-store/package.json | 3 ++- 9 files changed, 112 insertions(+), 6 deletions(-) create mode 100644 packages/dev-helpers/LICENSE create mode 100644 packages/react-hibernate/LICENSE create mode 100644 packages/react-pauseable-containers/LICENSE create mode 100644 packages/react-router-hibernate/LICENSE create mode 100644 packages/redux-pauseable-store/LICENSE diff --git a/lerna.json b/lerna.json index 24d85a2..f830577 100644 --- a/lerna.json +++ b/lerna.json @@ -1,8 +1,6 @@ { "lerna": "3.22.1", - "packages": [ - "packages/*" - ], + "packages": ["packages/*"], "version": "0.0.4", "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/dev-helpers/LICENSE b/packages/dev-helpers/LICENSE new file mode 100644 index 0000000..da1452a --- /dev/null +++ b/packages/dev-helpers/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Steven Pautz + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/react-hibernate/LICENSE b/packages/react-hibernate/LICENSE new file mode 100644 index 0000000..da1452a --- /dev/null +++ b/packages/react-hibernate/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Steven Pautz + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/react-pauseable-containers/LICENSE b/packages/react-pauseable-containers/LICENSE new file mode 100644 index 0000000..da1452a --- /dev/null +++ b/packages/react-pauseable-containers/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Steven Pautz + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/react-pauseable-containers/package.json b/packages/react-pauseable-containers/package.json index a9a51f4..49ac056 100644 --- a/packages/react-pauseable-containers/package.json +++ b/packages/react-pauseable-containers/package.json @@ -66,5 +66,6 @@ "react-redux": { "optional": true } - } + }, + "gitHead": "e069ed768ed04a4c019fbdb87b1f80f9c8709f49" } diff --git a/packages/react-router-hibernate/LICENSE b/packages/react-router-hibernate/LICENSE new file mode 100644 index 0000000..da1452a --- /dev/null +++ b/packages/react-router-hibernate/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Steven Pautz + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/react-router-hibernate/package.json b/packages/react-router-hibernate/package.json index 4410da0..b2873c7 100644 --- a/packages/react-router-hibernate/package.json +++ b/packages/react-router-hibernate/package.json @@ -63,5 +63,6 @@ "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-router": ">=5.0.0" - } + }, + "gitHead": "e069ed768ed04a4c019fbdb87b1f80f9c8709f49" } diff --git a/packages/redux-pauseable-store/LICENSE b/packages/redux-pauseable-store/LICENSE new file mode 100644 index 0000000..da1452a --- /dev/null +++ b/packages/redux-pauseable-store/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Steven Pautz + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/redux-pauseable-store/package.json b/packages/redux-pauseable-store/package.json index c2a8ad6..920bc35 100644 --- a/packages/redux-pauseable-store/package.json +++ b/packages/redux-pauseable-store/package.json @@ -52,5 +52,6 @@ }, "peerDependencies": { "redux": "^4.0.0" - } + }, + "gitHead": "e069ed768ed04a4c019fbdb87b1f80f9c8709f49" }