[Core v2] Revert GA version bump and release another preview (#14188)

* Revert "[core v2] prepare for GA release (#14170)"

This reverts commit 0e06e728d6.

* [Core v2] Revert GA version bump and release another preview

* Not releasing core-xml

* Update release date
This commit is contained in:
Jeremy Meng 2021-03-10 13:32:55 -08:00 коммит произвёл GitHub
Родитель c5c3deedea
Коммит 7e71194c95
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
12 изменённых файлов: 18 добавлений и 19 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# Release History
## 1.0.0 (2021-03-08)
## 1.0.0-beta.2 (2021-03-10)
- [Breaking] Removed `createSpanFunction` and `SpanConfig`. These have been moved into
`@azure/core-tracing`.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@azure/core-client",
"version": "1.0.0",
"version": "1.0.0-beta.2",
"description": "Core library for interfacing with AutoRest generated code",
"sdk-type": "client",
"main": "dist/index.js",
@ -79,13 +79,13 @@
"@azure/abort-controller": "^1.0.0",
"@azure/core-asynciterator-polyfill": "^1.0.0",
"@azure/core-auth": "^1.2.0",
"@azure/core-rest-pipeline": "1.0.0",
"@azure/core-rest-pipeline": "1.0.0-beta.2",
"@azure/core-tracing": "1.0.0-preview.10",
"@opentelemetry/api": "^0.10.2",
"tslib": "^2.0.0"
},
"devDependencies": {
"@azure/core-xml": "1.0.0",
"@azure/core-xml": "1.0.0-beta.1",
"@microsoft/api-extractor": "7.7.11",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "^4.0.0",

Просмотреть файл

@ -1,6 +1,6 @@
# Release History
## 1.0.0 (2021-03-08)
## 1.0.0-beta.2 (2021-03-10)
- Renamed interfaces with `HTTPS` in the name to have `HTTP` instead.
- Changed from exposing `DefaultHttpsClient` as a class directly, to providing `createDefaultHttpsClient()` to instantiate the appropriate runtime class.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@azure/core-rest-pipeline",
"version": "1.0.0",
"version": "1.0.0-beta.2",
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
"sdk-type": "client",
"main": "dist/index.js",

Просмотреть файл

@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export const SDK_VERSION: string = "1.0.0";
export const SDK_VERSION: string = "1.0.0-beta.2";

Просмотреть файл

@ -1,8 +1,6 @@
# Release History
## 1.0.0 (2021-03-08)
- GA release of package.
## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.1 (2021-02-04)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@azure/core-xml",
"version": "1.0.0",
"version": "1.0.0-beta.2",
"description": "Core library for interacting with XML payloads",
"sdk-type": "client",
"main": "dist/index.js",

Просмотреть файл

@ -78,8 +78,8 @@
"autoPublish": false,
"dependencies": {
"@azure/core-auth": "^1.2.0",
"@azure/core-client": "1.0.0",
"@azure/core-rest-pipeline": "1.0.0",
"@azure/core-client": "1.0.0-beta.2",
"@azure/core-rest-pipeline": "1.0.0-beta.2",
"@azure/core-tracing": "1.0.0-preview.10",
"@azure/logger": "^1.0.0",
"@opentelemetry/api": "^0.10.2",

Просмотреть файл

@ -8,7 +8,7 @@
"license": "ISC",
"devDependencies": {
"@azure/core-http": "^1.2.0",
"@azure/core-rest-pipeline": "1.0.0",
"@azure/core-rest-pipeline": "1.0.0-beta.2",
"@azure/storage-blob": "^12.5.0",
"@azure/test-utils-perfstress": "^1.0.0",
"@types/uuid": "^8.0.0",

Просмотреть файл

@ -129,6 +129,7 @@
"tslib": "^2.0.0"
},
"devDependencies": {
"@azure/core-rest-pipeline": "1.0.0-beta.2",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/identity": "^1.1.0",

Просмотреть файл

@ -67,10 +67,10 @@
"sideEffects": false,
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"dependencies": {
"@azure/core-client": "1.0.0",
"@azure/core-rest-pipeline": "1.0.0",
"@azure/core-client": "1.0.0-beta.2",
"@azure/core-rest-pipeline": "1.0.0-beta.2",
"@azure/core-paging": "^1.1.1",
"@azure/core-xml": "1.0.0",
"@azure/core-xml": "1.0.0-beta.1",
"@azure/logger": "^1.0.0",
"@azure/core-tracing": "1.0.0-preview.10",
"@opentelemetry/api": "^0.10.2",

Просмотреть файл

@ -84,8 +84,8 @@
"@azure/abort-controller": "^1.0.0",
"@azure/core-asynciterator-polyfill": "^1.0.0",
"@azure/core-auth": "^1.2.0",
"@azure/core-client": "1.0.0",
"@azure/core-rest-pipeline": "1.0.0",
"@azure/core-client": "1.0.0-beta.2",
"@azure/core-rest-pipeline": "1.0.0-beta.2",
"@azure/core-lro": "^1.0.2",
"@azure/core-paging": "^1.1.1",
"@azure/core-tracing": "1.0.0-preview.10",