Skip to content

Commit

Permalink
Merge branch 'main' into issues#689
Browse files Browse the repository at this point in the history
  • Loading branch information
v-hongli1 authored Sep 2, 2024
2 parents 69a4d5b + ce68938 commit 94bb5bf
Show file tree
Hide file tree
Showing 19 changed files with 52 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-pumpkins-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-dolphins-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-brooms-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-clocks-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-horses-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-planets-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-walls-attend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/unlucky-candles-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-deers-train.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cadl-ranch-coverage-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @azure-tools/cadl-ranch-api

## 0.8.4

### Patch Changes

- cd9fdd6: Remove inapplicable code in dashboard

## 0.8.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch-coverage-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/cadl-ranch-coverage-sdk",
"version": "0.8.3",
"version": "0.8.4",
"description": "Cadl Ranch utility to manage the reported coverage",
"main": "dist/index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/cadl-ranch-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @azure-tools/cadl-ranch-dashboard

## 0.8.6

### Patch Changes

- cd9fdd6: Remove inapplicable code in dashboard
- Updated dependencies [cd9fdd6]
- @azure-tools/cadl-ranch-coverage-sdk@0.8.4

## 0.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure-tools/cadl-ranch-dashboard",
"private": true,
"version": "0.8.5",
"version": "0.8.6",
"description": "Cadl Ranch Dashboard website",
"main": "dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/cadl-ranch-expect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @azure-tools/cadl-ranch-expect

## 0.15.2

### Patch Changes

- 039ab07: fix(decorator): replace hard code url with `{endpoint}` in `@scenarioService`

## 0.15.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch-expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/cadl-ranch-expect",
"version": "0.15.1",
"version": "0.15.2",
"description": "Cadl Library providing decorator and validation for Cadl Ranch specs",
"main": "dist/index.js",
"tspMain": "lib/lib.tsp",
Expand Down
18 changes: 18 additions & 0 deletions packages/cadl-ranch-specs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @azure-tools/cadl-ranch-specs

## 0.37.0

### Minor Changes

- dac8040: Add test case for multipart/form-data
- d0c8551: Fix some minor issues in the namespace of azure/client-generate-core/flatten-property.
- af944a7: Add new spec describing various ways to build the uri

### Patch Changes

- e9cf998: Add ResourceCollectionAction operation and mockapi in azure/core/basic.
- 697c3bc: Add test case for etag header `if-modified-since` and `if-unmodified-since`
- 8f43108: Added tests for ARM, test case for SingletonResource.
- cca6fdf: refactor(spec): add uint8 for int encoding and template
- Updated dependencies [039ab07]
- @azure-tools/cadl-ranch-expect@0.15.2
- @azure-tools/cadl-ranch@0.14.4

## 0.36.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch-specs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/cadl-ranch-specs",
"version": "0.36.1",
"version": "0.37.0",
"description": "Cadl scenarios and mock apis",
"main": "dist/index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/cadl-ranch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @azure-tools/cadl-ranch

## 0.14.4

### Patch Changes

- Updated dependencies [039ab07]
- Updated dependencies [cd9fdd6]
- @azure-tools/cadl-ranch-expect@0.15.2
- @azure-tools/cadl-ranch-coverage-sdk@0.8.4

## 0.14.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/cadl-ranch",
"version": "0.14.3",
"version": "0.14.4",
"description": "Cadl Ranch Tool to validate, run mock api, collect coverage.",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 94bb5bf

Please sign in to comment.