Граф коммитов

108 Коммитов

Автор SHA1 Сообщение Дата
Craig Macomber (Microsoft) b4aa210b44
Bump client version to 2.4 (#22528)
## Description

Must merge after https://github.com/microsoft/FluidFramework/pull/22527

Ran
`pnpm exec flub release -g client`

Which modified the versions of the packages (as it should) and also
replace all "workspace:~" version with "^2.4.0" (which it shouldn't)
then crashed in `pnpm i` due to trying to modify the lock file when it
shouldn't (without --no-frozen-lockfile).

I don't think that script should modify dependencies or pnpm install, so
I think those issues are bugs.

I reverted all the dependency changes.
2024-09-16 16:03:20 -07:00
Tyler Butler 30ce7b9586
[bump] client: 2.2.0 => 2.3.0 (minor) (#22248)
Bumped client from 2.2.0 to 2.3.0.

Command used:

```shell
p flub release -g client
```
2024-08-16 18:16:36 -07:00
Craig Macomber (Microsoft) 489cbdedd9
[bump] client: 2.1.0 => 2.2.0 (minor) (#21960)
## Description

Bumped client from 2.1.0 to 2.2.0.
2024-07-19 16:58:09 -07:00
Tyler Butler cd0126edd6
[bump] client: 2.0.0-rc.5.0.0 => 2.1.0 (#21531)
Bumped client from 2.0.0-rc.5.0.0 to 2.1.0, the next version we intend
to release from main.

Command used:

```shell
flub bump client --exact 2.1.0
```

Includes the changes in #21346 which were needed to get this PR to pass
CI.

---------

Co-authored-by: Scott Norton <scottnorton@microsoft.com>
2024-06-19 14:54:23 -07:00
Jatin Garg f3cc19e3b6
[bump] client: 2.0.0-rc.4.0.0 => 2.0.0-rc.5.0.0 (major) (#21055)
## Description

Bump client major 2.0.0 rc.5.0.0

---------

Co-authored-by: Jatin Garg <jatingarg@Jatins-MacBook-Pro-2.local>
2024-05-11 05:59:45 +05:30
Tyler Butler 2a46fd531f
[bump] client: 2.0.0-rc.3.0.0 => 2.0.0-rc.4.0.0 (major) (#20661)
Bumped client from 2.0.0-rc.3.0.0 to 2.0.0-rc.4.0.0.
2024-04-16 11:12:48 -07:00
Tyler Butler c1a0f924aa
[bump] client: 2.0.0-rc.2.0.0 => 2.0.0-rc.3.0.0 (major) (#20053)
Bumped client from 2.0.0-rc.2.0.0 to 2.0.0-rc.3.0.0.
2024-03-19 10:30:38 -07:00
Tyler Butler 501854c46d
[bump] client: 2.0.0-rc.1.0.0 => 2.0.0-rc.2.0.0 (major) (#19148)
Bumped client from 2.0.0-rc.1.0.0 to 2.0.0-rc.2.0.0.

Command used:

```shell
pnpm flub bump client -t major
```
2024-02-07 17:37:19 +00:00
Tyler Butler ac804d5f43
[bump] client: 2.0.0-internal.8.0.0 => 2.0.0-rc.1.0.0 (exact) (#18811)
Bumped client from 2.0.0-internal.8.0.0 to 2.0.0-rc.1.0.0.

```shell
flub bump client --exact 2.0.0-rc.1.0.0
```

The build-tools version was also bumped to a prerelease version that
includes support for the RC version scheme. That build-tools upgrade
brought with it some changes to the auto-generated type tests.

---------

Co-authored-by: Scott Norton <scottnorton@microsoft.com>
2023-12-14 19:20:35 -08:00
Tyler Butler 1ab74be3ba
[bump] client: 2.0.0-internal.8.0.0 => 2.0.0-internal.9.0.0 (major) (#18821)
Bumped client from 2.0.0-internal.8.0.0 to 2.0.0-internal.9.0.0.

This version is not going to be released, but
https://github.com/microsoft/FluidFramework/pull/18811 is running into a
lot of issues, so if those aren't resolved soon this PR can be merged as
a backup to get the main branch unlocked.
2023-12-14 09:18:47 -08:00
Tyler Butler d405186713
[bump] client: 2.0.0-internal.7.1.0 => 2.0.0-internal.8.0.0 (major) (#17531)
Bumped client from 2.0.0-internal.7.1.0 to 2.0.0-internal.8.0.0.
2023-09-28 13:03:11 -07:00
Tyler Butler 2163145e71
[bump] client: 2.0.0-internal.7.0.0 => 2.0.0-internal.7.1.0 (minor) (#17524)
Bump client to the next minor version (2.0.0-internal.7.1.0) as part of
release.
2023-09-27 17:50:04 -07:00
Jatin Garg a97343283c
[bump] client: 2.0.0-internal.6.1.0 => 2.0.0-internal.7.0.0 (major) (#16710) 2023-08-03 16:26:25 -07:00
Jatin Garg 244737ea69
[bump] client: 2.0.0-internal.6.0.0 => 2.0.0-internal.6.1.0 (minor) (#16703)
## Description

Bumped client from 2.0.0-internal.6.0.0 to 2.0.0-internal.6.1.0.

Co-authored-by: Jatin Garg <jatingarg@Jatins-MacBook-Pro-2.local>
2023-08-03 14:35:02 -07:00
Tyler Butler 13339ee2c6
[bump] client: 2.0.0-internal.5.4.0 => 2.0.0-internal.6.0.0 (major) (#16545) 2023-07-24 18:04:39 -07:00
Tyler Butler ed1d0bc413
[bump] client: 2.0.0-internal.5.3.0 => 2.0.0-internal.5.4.0 (minor) (#16357)
Bumped client from 2.0.0-internal.5.3.0 to 2.0.0-internal.5.4.0.
2023-07-17 17:13:17 -07:00
Craig Macomber (Microsoft) d8db010073
[bump] client: 2.0.0-internal.5.2.0 => 2.0.0-internal.5.3.0 (minor) (#16226)
Bumped client from 2.0.0-internal.5.2.0 to 2.0.0-internal.5.3.0.
2023-07-03 13:24:24 -07:00
Daniel Madrid f064dca9a3
[bump] client: 2.0.0-internal.5.1.0 => 2.0.0-internal.5.2.0 (minor) (#16056)
Bumped client from 2.0.0-internal.5.1.0 to 2.0.0-internal.5.2.0.
2023-06-19 10:56:58 -07:00
Tyler Butler 4b44863ec7
[bump] client: 2.0.0-internal.5.0.0 => 2.0.0-internal.5.1.0 (minor) (#15851)
Bumped client from 2.0.0-internal.5.0.0 to 2.0.0-internal.5.1.0.

Command used:

```shell
flub release -g client -t minor --no-policyCheck
```
2023-06-05 16:51:15 -07:00
Tyler Butler daaad5a9eb
[bump] client: 2.0.0-internal.4.0.0 => 2.0.0-internal.5.0.0 (major) (#14717)
Bumped client from 2.0.0-internal.4.0.0 to 2.0.0-internal.5.0.0 as part
of releasing 2.0.0-internal.4.0.0.

Commands used:

```shell
flub bump client -t major
```
2023-03-27 09:25:56 -07:00
Tyler Butler c3d69786af
build(client): Set lerna.json version to 2.0.0-internal.4.0.0 (#14613) 2023-03-16 17:58:05 -07:00
Daniel Madrid 6ea70f6c81
Bump client minor 2.0.0 internal.3.4.0 (#14510)
@dannimad ➜ /workspaces/FluidFramework (main) $ flub release -g client
-t minor
INFO: Bumping client from 2.0.0-internal.3.3.0 to 2.0.0-internal.3.4.0
(minor bump)!
INFO: client: Installing - pnpm i

========================================================================

NEED TO BUMP TO THE NEXT VERSION

FIRST:

Push and create a PR for branch bump_client_minor_2.0.0-internal.3.4.0
targeting the main branch.

NEXT:

After PR is merged, switch to the 'release/v2int/3.3' branch and and use
the following command to release the client release group:

    flub release -g client
2023-03-10 11:20:44 -08:00
Tyler Butler 90afb282dd
build(client): Update lerna config for pnpm (#14321)
This was missed in the original move to pnpm. Fortunately it did not
cause any problems as far as we know, but this change will remove the
risk as well as making it consistent with our other lerna configs.
2023-02-24 16:51:00 -08:00
Craig Macomber (Microsoft) fed84ab18c
[bump] client: 2.0.0-internal.3.2.0 => 2.0.0-internal.3.3.0 (minor) (#14288)
## Description

Bumped client from 2.0.0-internal.3.2.0 to 2.0.0-internal.3.3.0.
Via `flub release -g client && npm run prettier:fix`
2023-02-22 19:01:43 -08:00
Jatin Garg 8eea626afb
[bump] client: 2.0.0-internal.3.1.0 => 2.0.0-internal.3.2.0 (minor) (#14101)
## Description

Bumped client from 2.0.0-internal.3.1.0 to 2.0.0-internal.3.2.0.
2023-02-09 13:57:26 -08:00
Tyler Butler be68e1b803
build: Include and format package.json and other projects (#13938)
CI runs have a step that sets the version of packages, which edits the
package.json and changes the whitespace formatting. We have a couple of
different ways we set versions, so the quickest fix seemed to be to add
steps to the "set package version" workflow that:

1. Runs a prettier check on just the package.json files in the release
group BEFORE setting versions.
2. Runs a prettier format on just the package.json files in the release
group AFTER setting versions.

Step 1 is needed because otherwise, badly formatted package.json files
would go undetected, because we force them to be formatted in CI in step
2. The no extraneous files check already ignores package.json files
because they change when the package version changes, so we can't rely
on it as a backstop; we need to check them elsewhere in the pipeline.

An alternative to this workaround is to update our pipelines to use flub
to set versions, and update flub to not touch whitespace. That will take
more time, and this approach seems sufficient.

I also opportunistically updated the scripts and config for the
benchmark project since it was outdated, and I updated the scripts for
the release groups so that they lint and format the files in the root of
the release group. And I updated the .prettierignore file as needed to
exclude stuff.

Finally, there were some examples and PropertyDDS projects that did not
have a config file, so I added one and formatted all the code.
2023-02-02 11:33:40 -08:00
Tyler Butler dd21d12c96
build(client): 2.0.0-internal.3.0.0 => 2.0.0-internal.3.1.0 (minor) (#13871)
Bumped client from 2.0.0-internal.3.0.0 to 2.0.0-internal.3.1.0.

Commands used:

```shell
flub bump client -t minor
```
2023-01-27 17:02:21 -08:00
Tyler Butler 62fe3483e2 Bump client to 2.0.0-internal.3.0.0 (major bump) 2022-10-08 00:02:31 +00:00
Tyler Butler d3a23fd580
Bump client to 2.0.0-internal.2.1.0 (minor bump) (#12353) 2022-10-07 15:59:08 -07:00
Tyler Butler 249c275efb
Bump client to 2.0.0-internal.2.0.0 (major bump) (#12349) 2022-10-07 15:07:46 -07:00
Tyler Butler 46824d18bb
Bump client to 2.0.0-internal.1.5.0 (minor bump) (#12315)
Bump client to 2.0.0-internal.1.5.0 (minor bump).

We are skipping 1.3.0, and 1.4.0 is being cut from the 1.2 release
branch.

The reason is that our former version numbers for pre-release and dev
builds were valid according to the semver ranges we provided to
partners, which means that they can inadvertently pick up a pre-release
build like 2.0.0-internal.1.3.0.56745 when they only intend to pick up
"released" Fluid internal versions.

Version series 1.0-1.3 (of 2.0) are thus "poisoned," so this bump along
with #12312 will push us past the poisoned versions.
2022-10-06 16:42:05 -07:00
Tyler Butler 34c07a6406
[bump] client: 2.0.0-internal.1.2.0 => 2.0.0-internal.1.3.0 (minor) (#12123)
Bumps client to 2.0.0-internal.1.3.0 in preparation for releasing
2.0.0-internal.1.2.0.
2022-09-26 12:30:28 -07:00
Sonali Deshpande 863e613aa6
[bump] client: 2.0.0-internal.1.1.0 => 2.0.0-internal.1.2.0 (minor) (#11807) 2022-09-02 15:04:10 -07:00
Tyler Butler 04ba3e560e
[bump] client: 2.0.0-internal.1.0.0 => 2.0.0-internal.1.1.0 (minor) (#11452) 2022-08-06 12:40:13 -07:00
Tyler Butler 86aa50c982
[bump] package version for client (2.0.0-internal.1.0.0) (#11071)
@fluidframework/build-common:     0.25.0 (unchanged)
     @fluidframework/eslint-config-fluid:  0.29.1000 (unchanged)
      @fluidframework/common-definitions:  0.21.2000 (unchanged)
            @fluidframework/common-utils:  0.33.2000 (unchanged)
    @fluidframework/protocol-definitions: 0.1029.1000 (unchanged)
                                   azure:      1.1.0 (unchanged)
                             build-tools:      0.3.0 (unchanged)
                                  server: 0.1037.1000 (unchanged)
                                  client:      2.0.0 -> 2.0.0-internal.1.0.0
                  @fluid-tools/benchmark:     0.41.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)
2022-07-12 14:59:37 -07:00
Sasha Simic ae0109c150
2.0.0 Bump on Next (Client Packages) (#10635)
* [bump] package version to 2.0.0 for development after client release:
            @fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:  0.29.1000 (unchanged)
      @fluidframework/common-definitions:  0.21.1000 (unchanged)
            @fluidframework/common-utils:  0.33.1000 (unchanged)
    @fluidframework/protocol-definitions: 0.1029.1000 (unchanged)
                                   Azure:  0.60.1000 (unchanged)
                                  Server: 0.1037.1000 (unchanged)
                                  Client:      1.1.0 -> 2.0.0
                  @fluid-tools/benchmark:     0.41.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)

* Updated version utils tools for 2.0.0.
* Updated tinylicious peerdep.
2022-06-10 12:46:36 -07:00
Sasha Simic ab2952754c
Main branch bumped to 1.1.0 (#10565)
* Policy check.

* [bump] package version to 1.1.0 for development after client release

            @fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:  0.29.1000 (unchanged)
      @fluidframework/common-definitions:  0.21.1000 (unchanged)
            @fluidframework/common-utils:  0.33.1000 (unchanged)
    @fluidframework/protocol-definitions: 0.1029.1000 (unchanged)
                                   Azure:  0.60.1000 (unchanged)
                                  Server: 0.1037.1000 (unchanged)
                                  Client:      1.0.0 -> 1.1.0
                  @fluid-tools/benchmark:     0.41.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)

* lint fixes.
2022-06-06 18:32:49 -07:00
Sasha Simic dde7058bdc
Bumping client packages to 1.0.0 (#10545)
Preparing for 1.0.0 release of client packages.

(Note: Azure packages are not included in this bump)
2022-06-03 23:22:49 -07:00
heliocliu 37d9461700 [bump] package version for Client (major)
@fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:  0.29.1000 (unchanged)
      @fluidframework/common-definitions:  0.21.1000 (unchanged)
            @fluidframework/common-utils:  0.33.1000 (unchanged)
         @fluidframework/core-interfaces:  0.44.1000 (unchanged)
    @fluidframework/protocol-definitions: 0.1029.1000 (unchanged)
      @fluidframework/driver-definitions:  0.47.1000 (unchanged)
   @fluidframework/container-definitions:  0.49.1000 (unchanged)
                                  Server: 0.1037.1000 (unchanged)
                                  Client:  0.59.2000 -> 0.60.1000
                  @fluid-tools/benchmark:     0.40.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)
2022-04-15 23:06:36 -07:00
Helio Liu fc19be47e5
[bump] package version to 0.59.2000 for development after client release (#9878)
@fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:  0.28.1000 -> 0.28.2000
      @fluidframework/common-definitions:  0.21.1000 (unchanged)
            @fluidframework/common-utils:  0.33.1000 (unchanged)
         @fluidframework/core-interfaces:  0.43.1000 -> 0.43.2000
    @fluidframework/protocol-definitions: 0.1028.1000 -> 0.1028.2000
      @fluidframework/driver-definitions:  0.46.1000 -> 0.46.2000
   @fluidframework/container-definitions:  0.48.1000 -> 0.48.2000
                                  Server: 0.1036.1000 -> 0.1036.2000
                                  Client:  0.59.1000 -> 0.59.2000
                  @fluid-tools/benchmark:     0.40.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)
2022-04-12 18:21:48 -07:00
Helio Liu 8ff6805110
Bump released package versions for next branch (#9526)
These did not get bumped previously when 0.58 initially released from main.

            @fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:  0.27.2000 -> 0.28.1000
      @fluidframework/common-definitions:     0.21.0 (unchanged)
            @fluidframework/common-utils:     0.33.0 (unchanged)
         @fluidframework/core-interfaces:     0.43.0 (unchanged)
    @fluidframework/protocol-definitions: 0.1027.2000 -> 0.1028.1000
      @fluidframework/driver-definitions:  0.45.2000 -> 0.46.1000
   @fluidframework/container-definitions:  0.47.2000 -> 0.48.1000
                                  Server: 0.1035.2000 -> 0.1036.1000
                                  Client:  0.58.2000 -> 0.59.1000
2022-03-17 17:53:20 -07:00
Helio Liu 23e8847785
Bump packages that will be released in release/0.58.0 again to account for adjusted versioning scheme (#9429)
See #9428 for matching change.

To address the ambiguity with something like 0.58.1 in the new versioning scheme, we are moving to 1 indexing for minor releases to retain 4 significant digits because padding 0s are invalid. E.g. 0.58.1000 will be the first minor release instead of 0.58.0. main needs to be bumped to 0.58.2000 as a result.
2022-03-10 16:04:11 -08:00
Helio Liu 36a6474ecf
[bump] package version to 0.58.1000 for development after client release (#9378)
@fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:     0.27.0 (unchanged)
      @fluidframework/common-definitions:     0.21.0 (unchanged)
            @fluidframework/common-utils:     0.33.0 (unchanged)
         @fluidframework/core-interfaces:     0.43.0 (unchanged)
    @fluidframework/protocol-definitions:   0.1027.0 -> 0.1027.1000
      @fluidframework/driver-definitions:     0.45.0 -> 0.45.1000
   @fluidframework/container-definitions:     0.47.0 -> 0.47.1000
                                  Server:   0.1035.0 -> 0.1035.1000
                                  Client:     0.58.0 -> 0.58.1000
                  @fluid-tools/benchmark:     0.40.0 (unchanged)
                         generator-fluid:      0.3.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)
                             dice-roller:      0.0.1 (unchanged)
2022-03-04 18:09:52 -08:00
Helio Liu 14871dc101
Bump main to 0.58.0 in preparation for 0.57 release (#9116)
* [bump] package version to 0.58.0 for development after client release

            @fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:     0.26.0 -> 0.27.0
      @fluidframework/common-definitions:     0.21.0 (unchanged)
            @fluidframework/common-utils:     0.33.0 (unchanged)
         @fluidframework/core-interfaces:     0.43.0 (unchanged)
    @fluidframework/protocol-definitions:   0.1027.0 (unchanged)
      @fluidframework/driver-definitions:     0.45.0 (unchanged)
   @fluidframework/container-definitions:     0.46.0 -> 0.47.0
                                  Server:   0.1035.0 (unchanged)
                                  Client:     0.57.0 -> 0.58.0
                  @fluid-tools/benchmark:     0.40.0 (unchanged)
                         generator-fluid:      0.3.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)
                             dice-roller:      0.0.1 (unchanged)

* update peer
2022-02-12 17:30:39 -08:00
sumedhb1995 872391c1dc
[bump] package version to 0.57.0 for development after client release (#8924)
@fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:     0.26.0 (unchanged)
      @fluidframework/common-definitions:     0.21.0 (unchanged)
            @fluidframework/common-utils:     0.33.0 (unchanged)
         @fluidframework/core-interfaces:     0.42.0 -> 0.43.0
    @fluidframework/protocol-definitions:   0.1027.0 (unchanged)
      @fluidframework/driver-definitions:     0.44.0 -> 0.45.0
   @fluidframework/container-definitions:     0.45.0 -> 0.46.0
                                  Server:   0.1035.0 (unchanged)
                                  Client:     0.56.0 -> 0.57.0
                  @fluid-tools/benchmark:     0.40.0 (unchanged)
                         generator-fluid:      0.3.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)
                             dice-roller:      0.0.1 (unchanged)

Co-authored-by: Sumedh Bhattacharya <sumbhatt@microsoft.com>
2022-01-28 13:25:23 -08:00
Wes Carlson fbdf45ce7f
[bump] package version to 0.56.0 for development after client release (#8768)
@fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:     0.25.0 -> 0.26.0
      @fluidframework/common-definitions:     0.21.0 (unchanged)
            @fluidframework/common-utils:     0.33.0 (unchanged)
         @fluidframework/core-interfaces:     0.42.0 (unchanged)
    @fluidframework/protocol-definitions:   0.1027.0 (unchanged)
      @fluidframework/driver-definitions:     0.44.0 (unchanged)
   @fluidframework/container-definitions:     0.45.0 (unchanged)
                                  Server:   0.1035.0 (unchanged)
                                  Client:     0.55.0 -> 0.56.0
                  @fluid-tools/benchmark:     0.40.0 (unchanged)
                         generator-fluid:      0.3.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)
                             dice-roller:      0.0.1 (unchanged)
2022-01-14 15:34:50 -08:00
chensixx 10c77084cc
[bump] package version to 0.55.0 for development after client release (#8628)
@fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:     0.25.0 (unchanged)
      @fluidframework/common-definitions:     0.21.0 (unchanged)
            @fluidframework/common-utils:     0.33.0 (unchanged)
         @fluidframework/core-interfaces:     0.42.0 (unchanged)
    @fluidframework/protocol-definitions:   0.1027.0 (unchanged)
      @fluidframework/driver-definitions:     0.44.0 (unchanged)
   @fluidframework/container-definitions:     0.44.0 -> 0.45.0
                                  Server:   0.1035.0 (unchanged)
                                  Client:     0.54.0 -> 0.55.0
                  @fluid-tools/benchmark:     0.40.0 (unchanged)
                         generator-fluid:      0.3.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)
                             dice-roller:      0.0.1 (unchanged)
2021-12-29 13:27:44 -08:00
Tim Wang 5a1c69531a
[bump] package version to 0.54.0 for development after client release (#8519)
@fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:     0.25.0 (unchanged)
      @fluidframework/common-definitions:     0.21.0 (unchanged)
            @fluidframework/common-utils:     0.33.0 (unchanged)
         @fluidframework/core-interfaces:     0.42.0 (unchanged)
    @fluidframework/protocol-definitions:   0.1027.0 (unchanged)
      @fluidframework/driver-definitions:     0.43.0 -> 0.44.0
   @fluidframework/container-definitions:     0.43.0 -> 0.44.0
                                  Server:   0.1035.0 (unchanged)
                                  Client:     0.53.0 -> 0.54.0
                  @fluid-tools/benchmark:     0.40.0 (unchanged)
                         generator-fluid:      0.3.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)
                             dice-roller:      0.0.1 (unchanged)
2021-12-08 18:09:51 -06:00
Wes Carlson bdb59a11ca
[bump] package version to 0.53.0 for development after client release (#8361)
@fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:     0.25.0 (unchanged)
      @fluidframework/common-definitions:     0.21.0 (unchanged)
            @fluidframework/common-utils:     0.33.0 (unchanged)
         @fluidframework/core-interfaces:     0.41.0 -> 0.42.0
    @fluidframework/protocol-definitions:   0.1026.0 -> 0.1027.0
      @fluidframework/driver-definitions:     0.42.0 -> 0.43.0
   @fluidframework/container-definitions:     0.42.0 -> 0.43.0
                                  Server:   0.1034.0 -> 0.1035.0
                                  Client:     0.52.0 -> 0.53.0
                  @fluid-tools/benchmark:     0.40.0 (unchanged)
                         generator-fluid:      0.3.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)
                             dice-roller:      0.0.1 (unchanged)
2021-11-19 15:38:39 -08:00
Helio Liu 509a7480c7
[bump] package version to 0.52.0 for development after client release (#8160)
@fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:     0.25.0 (unchanged)
      @fluidframework/common-definitions:     0.21.0 (unchanged)
            @fluidframework/common-utils:     0.33.0 (unchanged)
         @fluidframework/core-interfaces:     0.41.0 (unchanged)
    @fluidframework/protocol-definitions:   0.1026.0 (unchanged)
      @fluidframework/driver-definitions:     0.42.0 (unchanged)
   @fluidframework/container-definitions:     0.42.0 (unchanged)
                                  Server:   0.1034.0 (unchanged)
                                  Client:     0.51.0 -> 0.52.0
                  @fluid-tools/benchmark:     0.40.0 (unchanged)
                         generator-fluid:      0.3.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)
                             dice-roller:      0.0.1 (unchanged)
2021-11-05 17:46:59 -07:00