Skip to content

Commit a54d07c

Browse files
chore: release main
1 parent bae32f3 commit a54d07c

20 files changed

+182
-55
lines changed

.release-please-manifest.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"packages/abstractions": "1.0.0-preview.82",
3-
"packages/authentication/azure": "1.0.0-preview.82",
4-
"packages/authentication/spfx": "1.0.0-preview.82",
5-
"packages/bundle": "1.0.0-preview.82",
6-
"packages/http/fetch": "1.0.0-preview.82",
7-
"packages/serialization/form": "1.0.0-preview.82",
8-
"packages/serialization/json": "1.0.0-preview.82",
9-
"packages/serialization/multipart": "1.0.0-preview.82",
10-
"packages/serialization/text": "1.0.0-preview.82"
2+
"packages/abstractions": "1.0.0-preview.83",
3+
"packages/authentication/azure": "1.0.0-preview.83",
4+
"packages/authentication/spfx": "1.0.0-preview.83",
5+
"packages/bundle": "1.0.0-preview.83",
6+
"packages/http/fetch": "1.0.0-preview.83",
7+
"packages/serialization/form": "1.0.0-preview.83",
8+
"packages/serialization/json": "1.0.0-preview.83",
9+
"packages/serialization/multipart": "1.0.0-preview.83",
10+
"packages/serialization/text": "1.0.0-preview.83"
1111
}

package-lock.json

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/abstractions/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.82...@microsoft/kiota-abstractions@1.0.0-preview.83) (2025-02-13)
4+
5+
6+
### Bug Fixes
7+
8+
* removes uuid package references ([cba577f](https://github.com/microsoft/kiota-typescript/commit/cba577f32d55f52e279b163b364f5451f17c62ac))
9+
* removes uuid usage from backing store ([f1b7911](https://github.com/microsoft/kiota-typescript/commit/f1b79115ecaa237a9d4ecf211ffb131110fb99ef))
10+
311
## [1.0.0-preview.82](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.81...@microsoft/kiota-abstractions@1.0.0-preview.82) (2025-02-03)
412

513

packages/abstractions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-abstractions",
3-
"version": "1.0.0-preview.82",
3+
"version": "1.0.0-preview.83",
44
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",
55
"main": "dist/es/src/index.js",
66
"module": "dist/es/src/index.js",

packages/authentication/azure/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.82...@microsoft/kiota-authentication-azure@1.0.0-preview.83) (2025-02-13)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-authentication-azure:** Synchronize microsoft-kiota versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.82 to ^1.0.0-preview.83
16+
317
## [1.0.0-preview.82](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.81...@microsoft/kiota-authentication-azure@1.0.0-preview.82) (2025-02-03)
418

519

packages/authentication/azure/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-authentication-azure",
3-
"version": "1.0.0-preview.82",
3+
"version": "1.0.0-preview.83",
44
"description": "Authentication provider for Kiota using Azure Identity",
55
"main": "dist/es/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -33,7 +33,7 @@
3333
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
3434
"dependencies": {
3535
"@azure/core-auth": "^1.5.0",
36-
"@microsoft/kiota-abstractions": "^1.0.0-preview.82",
36+
"@microsoft/kiota-abstractions": "^1.0.0-preview.83",
3737
"@opentelemetry/api": "^1.7.0",
3838
"tslib": "^2.6.2"
3939
},

packages/authentication/spfx/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.82...@microsoft/kiota-authentication-spfx@1.0.0-preview.83) (2025-02-13)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-authentication-spfx:** Synchronize microsoft-kiota versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.82 to ^1.0.0-preview.83
16+
317
## [1.0.0-preview.82](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.81...@microsoft/kiota-authentication-spfx@1.0.0-preview.82) (2025-02-03)
418

519

packages/authentication/spfx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-authentication-spfx",
3-
"version": "1.0.0-preview.82",
3+
"version": "1.0.0-preview.83",
44
"description": "Authentication provider for using Kiota in SPFx solutions",
55
"main": "dist/es/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -42,7 +42,7 @@
4242
},
4343
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4444
"dependencies": {
45-
"@microsoft/kiota-abstractions": "^1.0.0-preview.82",
45+
"@microsoft/kiota-abstractions": "^1.0.0-preview.83",
4646
"@microsoft/sp-http": "^1.15.2",
4747
"@opentelemetry/api": "^1.7.0",
4848
"tslib": "^2.6.2"

packages/bundle/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.82...@microsoft/kiota-bundle@1.0.0-preview.83) (2025-02-13)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-bundle:** Synchronize microsoft-kiota versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.82 to ^1.0.0-preview.83
16+
* @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.82 to ^1.0.0-preview.83
17+
* @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.82 to ^1.0.0-preview.83
18+
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.82 to ^1.0.0-preview.83
19+
* @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.82 to ^1.0.0-preview.83
20+
* @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.82 to ^1.0.0-preview.83
21+
322
## [1.0.0-preview.82](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.81...@microsoft/kiota-bundle@1.0.0-preview.82) (2025-02-03)
423

524

packages/bundle/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-bundle",
3-
"version": "1.0.0-preview.82",
3+
"version": "1.0.0-preview.83",
44
"description": "Kiota Bundle package providing default implementations for client setup for kiota generated libraries in TypeScript and JavaScript",
55
"main": "dist/es/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -31,12 +31,12 @@
3131
},
3232
"homepage": "https://github.com/microsoft/kiota#readme",
3333
"dependencies": {
34-
"@microsoft/kiota-abstractions": "^1.0.0-preview.82",
35-
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.82",
36-
"@microsoft/kiota-serialization-form": "^1.0.0-preview.82",
37-
"@microsoft/kiota-serialization-json": "^1.0.0-preview.82",
38-
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.82",
39-
"@microsoft/kiota-serialization-text": "^1.0.0-preview.82"
34+
"@microsoft/kiota-abstractions": "^1.0.0-preview.83",
35+
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.83",
36+
"@microsoft/kiota-serialization-form": "^1.0.0-preview.83",
37+
"@microsoft/kiota-serialization-json": "^1.0.0-preview.83",
38+
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.83",
39+
"@microsoft/kiota-serialization-text": "^1.0.0-preview.83"
4040
},
4141
"publishConfig": {
4242
"access": "public"

packages/http/fetch/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.82...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.83) (2025-02-13)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-http-fetchlibrary:** Synchronize microsoft-kiota versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.82 to ^1.0.0-preview.83
16+
317
## [1.0.0-preview.82](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.81...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.82) (2025-02-03)
418

519

packages/http/fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-http-fetchlibrary",
3-
"version": "1.0.0-preview.82",
3+
"version": "1.0.0-preview.83",
44
"description": "Kiota request adapter implementation with fetch",
55
"keywords": [
66
"Kiota",
@@ -34,7 +34,7 @@
3434
"test": "npm run test:node && npm run test:browser"
3535
},
3636
"dependencies": {
37-
"@microsoft/kiota-abstractions": "^1.0.0-preview.82",
37+
"@microsoft/kiota-abstractions": "^1.0.0-preview.83",
3838
"@opentelemetry/api": "^1.7.0",
3939
"tslib": "^2.6.2"
4040
},

packages/serialization/form/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.82...@microsoft/kiota-serialization-form@1.0.0-preview.83) (2025-02-13)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-serialization-form:** Synchronize microsoft-kiota versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.82 to ^1.0.0-preview.83
16+
317
## [1.0.0-preview.82](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.81...@microsoft/kiota-serialization-form@1.0.0-preview.82) (2025-02-03)
418

519

packages/serialization/form/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-serialization-form",
3-
"version": "1.0.0-preview.82",
3+
"version": "1.0.0-preview.83",
44
"description": "Implementation of Kiota Serialization interfaces for URI from encoded",
55
"main": "dist/es/src/index.js",
66
"browser": {
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4141
"dependencies": {
42-
"@microsoft/kiota-abstractions": "^1.0.0-preview.82",
42+
"@microsoft/kiota-abstractions": "^1.0.0-preview.83",
4343
"tslib": "^2.6.2"
4444
},
4545
"publishConfig": {

packages/serialization/json/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.82...@microsoft/kiota-serialization-json@1.0.0-preview.83) (2025-02-13)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-serialization-json:** Synchronize microsoft-kiota versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.82 to ^1.0.0-preview.83
16+
317
## [1.0.0-preview.82](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.81...@microsoft/kiota-serialization-json@1.0.0-preview.82) (2025-02-03)
418

519

packages/serialization/json/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-serialization-json",
3-
"version": "1.0.0-preview.82",
3+
"version": "1.0.0-preview.83",
44
"description": "Implementation of Kiota Serialization interfaces for JSON",
55
"main": "dist/es/src/index.js",
66
"type": "module",
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4141
"dependencies": {
42-
"@microsoft/kiota-abstractions": "^1.0.0-preview.82",
42+
"@microsoft/kiota-abstractions": "^1.0.0-preview.83",
4343
"tslib": "^2.6.2"
4444
},
4545
"publishConfig": {

0 commit comments

Comments
 (0)