Skip to content

Commit

Permalink
Merge Develop into Main (#110)
Browse files Browse the repository at this point in the history
* fix: update workflow inputs

* Revert "Version Packages (#109)"

This reverts commit ee83bda.
  • Loading branch information
junjie-w authored Dec 31, 2024
1 parent ee83bda commit c91fe71
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 24 deletions.
6 changes: 6 additions & 0 deletions .changeset/slow-otters-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@api-client-sdk-streamline-sample/products-api": patch
"@api-client-sdk-streamline-sample/users-api": patch
---

update api controllers
5 changes: 5 additions & 0 deletions .changeset/tame-mangos-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@api-client-sdk-streamline-sample/openapi-fetch-runtime": patch
---

update runtime
1 change: 0 additions & 1 deletion .github/workflows/release-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
type: string
description: Package type (api or sdk)
required: false
enum: [api, sdk]

jobs:
create-release:
Expand Down
6 changes: 0 additions & 6 deletions apps/products-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @api-client-sdk-streamline-sample/products-api

## 1.1.1

### Patch Changes

- 84ff64d: update api controllers

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/products-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api-client-sdk-streamline-sample/products-api",
"version": "1.1.1",
"version": "1.1.0",
"description": "",
"author": "",
"license": "UNLICENSED",
Expand Down
6 changes: 0 additions & 6 deletions apps/users-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @api-client-sdk-streamline-sample/users-api

## 1.1.1

### Patch Changes

- 84ff64d: update api controllers

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/users-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api-client-sdk-streamline-sample/users-api",
"version": "1.1.1",
"version": "1.1.0",
"description": "",
"author": "",
"license": "UNLICENSED",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions packages/openapi-fetch-runtime/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/openapi-fetch-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api-client-sdk-streamline-sample/openapi-fetch-runtime",
"version": "1.0.1",
"version": "1.0.0",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c91fe71

Please sign in to comment.