From fdd1a2375eda6b4dda9f1cb957a1f81c7de1ee89 Mon Sep 17 00:00:00 2001 From: ssanjay1 <67482244+ssanjay1@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:27:02 -0400 Subject: [PATCH] Bump major version (#208) * bump major * edit release.yml --- .github/workflows/release.yml | 1 + packages/foundry-sdk-generator/CHANGELOG.md | 7 +++++++ packages/foundry-sdk-generator/package.json | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 packages/foundry-sdk-generator/CHANGELOG.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b716a98e..6d0461f6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - release/* concurrency: ${{ github.workflow }}-${{ github.ref }} diff --git a/packages/foundry-sdk-generator/CHANGELOG.md b/packages/foundry-sdk-generator/CHANGELOG.md new file mode 100644 index 000000000..03c9ad287 --- /dev/null +++ b/packages/foundry-sdk-generator/CHANGELOG.md @@ -0,0 +1,7 @@ +# @osdk/foundry-sdk-generator + +## 1.0.0 + +### Major Changes + +- Creating first major version of sdk generator with 1.0 version of typescript OSDK diff --git a/packages/foundry-sdk-generator/package.json b/packages/foundry-sdk-generator/package.json index c526eaa18..09001ed73 100644 --- a/packages/foundry-sdk-generator/package.json +++ b/packages/foundry-sdk-generator/package.json @@ -1,6 +1,6 @@ { "name": "@osdk/foundry-sdk-generator", - "version": "0.209.0", + "version": "1.0.0", "description": "", "access": "public", "license": "Apache-2.0", @@ -54,7 +54,7 @@ "publishConfig": { "access": "public" }, - "keywords": [ ], + "keywords": [], "bin": { "foundry-sdk-generator": "./bin/foundry-sdk-generator" },