Skip to content

Commit

Permalink
Merge pull request #104 from sevenwestmedia/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
bennettp123 authored Jun 7, 2024
2 parents 10f6680 + a817252 commit 3cf05e9
Show file tree
Hide file tree
Showing 15 changed files with 79 additions and 11 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 11 additions & 1 deletion examples/bundle-splitting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/bundle-splitting/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 11 additions & 1 deletion examples/emotion-css-in-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/emotion-css-in-js/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
12 changes: 11 additions & 1 deletion examples/ssr-with-data-loading-using-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/ssr-with-data-loading-using-redux/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
12 changes: 11 additions & 1 deletion examples/ssr-with-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/ssr-with-sass/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
9 changes: 9 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
9 changes: 9 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3cf05e9

Please sign in to comment.