diff --git a/.changeset/pre.json b/.changeset/pre.json index 7261d7b..246fb64 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -14,6 +14,7 @@ "blue-bags-deliver", "cyan-adults-pull", "cyan-readers-shave", + "dry-maps-sleep", "great-phones-drop", "hip-actors-check", "loud-oranges-leave", diff --git a/examples/bundle-splitting/CHANGELOG.md b/examples/bundle-splitting/CHANGELOG.md index cb0f459..c5781bb 100644 --- a/examples/bundle-splitting/CHANGELOG.md +++ b/examples/bundle-splitting/CHANGELOG.md @@ -1,6 +1,16 @@ # bundle-splitting-using-loadable +## 2.0.0-beta.1 + +### Major Changes + +- 10f6680: Updated packages to use Node18, Webpack5, TSLib 2.6 & all other necessary packages to support these changes. + Only update to this version of project-watchtower if your project is currently running on the latest versions of + these packages. To see a list of all the changes that were made, check out the pull request at: + https://github.com/sevenwestmedia/project-watchtower/pull/101 + ## 1.0.1-beta.0 + ### Patch Changes -- 3f98adb: Bump versions for dependency updates +- 3f98adb: Bump versions for dependency updates diff --git a/examples/bundle-splitting/package.json b/examples/bundle-splitting/package.json index 1a49d91..3f9cf92 100644 --- a/examples/bundle-splitting/package.json +++ b/examples/bundle-splitting/package.json @@ -1,6 +1,6 @@ { "name": "bundle-splitting-using-loadable", - "version": "1.0.1-beta.0", + "version": "2.0.0-beta.1", "description": "", "main": "dist/server.js", "license": "MIT", diff --git a/examples/emotion-css-in-js/CHANGELOG.md b/examples/emotion-css-in-js/CHANGELOG.md index c0fbaf1..c5e99e1 100644 --- a/examples/emotion-css-in-js/CHANGELOG.md +++ b/examples/emotion-css-in-js/CHANGELOG.md @@ -1,6 +1,16 @@ # emotion-css-in-js +## 2.0.0-beta.1 + +### Major Changes + +- 10f6680: Updated packages to use Node18, Webpack5, TSLib 2.6 & all other necessary packages to support these changes. + Only update to this version of project-watchtower if your project is currently running on the latest versions of + these packages. To see a list of all the changes that were made, check out the pull request at: + https://github.com/sevenwestmedia/project-watchtower/pull/101 + ## 1.0.1-beta.0 + ### Patch Changes -- 3f98adb: Bump versions for dependency updates +- 3f98adb: Bump versions for dependency updates diff --git a/examples/emotion-css-in-js/package.json b/examples/emotion-css-in-js/package.json index f0393fc..92534da 100644 --- a/examples/emotion-css-in-js/package.json +++ b/examples/emotion-css-in-js/package.json @@ -1,6 +1,6 @@ { "name": "emotion-css-in-js", - "version": "1.0.1-beta.0", + "version": "2.0.0-beta.1", "main": "dist/server.js", "license": "MIT", "private": true, diff --git a/examples/ssr-with-data-loading-using-redux/CHANGELOG.md b/examples/ssr-with-data-loading-using-redux/CHANGELOG.md index aa11a71..a937b37 100644 --- a/examples/ssr-with-data-loading-using-redux/CHANGELOG.md +++ b/examples/ssr-with-data-loading-using-redux/CHANGELOG.md @@ -1,6 +1,16 @@ # ssr-with-data-loading-using-redux +## 2.0.0-beta.1 + +### Major Changes + +- 10f6680: Updated packages to use Node18, Webpack5, TSLib 2.6 & all other necessary packages to support these changes. + Only update to this version of project-watchtower if your project is currently running on the latest versions of + these packages. To see a list of all the changes that were made, check out the pull request at: + https://github.com/sevenwestmedia/project-watchtower/pull/101 + ## 1.0.1-beta.0 + ### Patch Changes -- 3f98adb: Bump versions for dependency updates +- 3f98adb: Bump versions for dependency updates diff --git a/examples/ssr-with-data-loading-using-redux/package.json b/examples/ssr-with-data-loading-using-redux/package.json index d01c4bf..0eb81d2 100644 --- a/examples/ssr-with-data-loading-using-redux/package.json +++ b/examples/ssr-with-data-loading-using-redux/package.json @@ -1,6 +1,6 @@ { "name": "ssr-with-data-loading-using-redux", - "version": "1.0.1-beta.0", + "version": "2.0.0-beta.1", "main": "dist/server.js", "license": "MIT", "private": true, diff --git a/examples/ssr-with-sass/CHANGELOG.md b/examples/ssr-with-sass/CHANGELOG.md index a395579..157a5e4 100644 --- a/examples/ssr-with-sass/CHANGELOG.md +++ b/examples/ssr-with-sass/CHANGELOG.md @@ -1,6 +1,16 @@ # ssr-with-sass +## 2.0.0-beta.1 + +### Major Changes + +- 10f6680: Updated packages to use Node18, Webpack5, TSLib 2.6 & all other necessary packages to support these changes. + Only update to this version of project-watchtower if your project is currently running on the latest versions of + these packages. To see a list of all the changes that were made, check out the pull request at: + https://github.com/sevenwestmedia/project-watchtower/pull/101 + ## 1.0.1-beta.0 + ### Patch Changes -- 3f98adb: Bump versions for dependency updates +- 3f98adb: Bump versions for dependency updates diff --git a/examples/ssr-with-sass/package.json b/examples/ssr-with-sass/package.json index 0c25b3f..131898f 100644 --- a/examples/ssr-with-sass/package.json +++ b/examples/ssr-with-sass/package.json @@ -1,6 +1,6 @@ { "name": "ssr-with-sass", - "version": "1.0.1-beta.0", + "version": "2.0.0-beta.1", "description": "", "scripts": { "build": "node ../../dist/cjs/bin/index.js build" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 6d06170..b13aa72 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @project-watchtower/cli +## 2.0.0-beta.21 + +### Major Changes + +- 10f6680: Updated packages to use Node18, Webpack5, TSLib 2.6 & all other necessary packages to support these changes. + Only update to this version of project-watchtower if your project is currently running on the latest versions of + these packages. To see a list of all the changes that were made, check out the pull request at: + https://github.com/sevenwestmedia/project-watchtower/pull/101 + ## 2.0.0-beta.20 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 27e5e5f..f3e10a5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@project-watchtower/cli", - "version": "2.0.0-beta.20", + "version": "2.0.0-beta.21", "license": "MIT", "author": { "name": "Seven West Media" diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index d969900..1497fc3 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,14 @@ # @project-watchtower/runtime +## 2.0.0-beta.12 + +### Major Changes + +- 10f6680: Updated packages to use Node18, Webpack5, TSLib 2.6 & all other necessary packages to support these changes. + Only update to this version of project-watchtower if your project is currently running on the latest versions of + these packages. To see a list of all the changes that were made, check out the pull request at: + https://github.com/sevenwestmedia/project-watchtower/pull/101 + ## 2.0.0-beta.11 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 7dfa529..96e1d4a 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@project-watchtower/runtime", - "version": "2.0.0-beta.11", + "version": "2.0.0-beta.12", "license": "MIT", "author": { "name": "Seven West Media" diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 9a8b7e1..f5e2be7 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,14 @@ # @project-watchtower/server +## 2.0.0-beta.15 + +### Major Changes + +- 10f6680: Updated packages to use Node18, Webpack5, TSLib 2.6 & all other necessary packages to support these changes. + Only update to this version of project-watchtower if your project is currently running on the latest versions of + these packages. To see a list of all the changes that were made, check out the pull request at: + https://github.com/sevenwestmedia/project-watchtower/pull/101 + ## 2.0.0-beta.14 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index f5d158d..72fe922 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@project-watchtower/server", - "version": "2.0.0-beta.14", + "version": "2.0.0-beta.15", "license": "MIT", "author": { "name": "Seven West Media"