From f9b81f226aeafc33130f5965b2e4f7c988c67327 Mon Sep 17 00:00:00 2001 From: Edgar Montes Date: Fri, 18 Aug 2023 17:17:21 -0400 Subject: [PATCH 1/2] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01284855..f2ea734b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# v1.0.5 (Fri Aug 18 2023) + +#### 🐛 Bug Fix + +- Switching bootstrap variables from rem to em. [#76](https://github.com/jedgar1mx/COD-Design-System/pull/76) ([@jedgar1mx](https://github.com/jedgar1mx)) + +#### ⚠️ Pushed to `master` + +- Updating version. ([@jedgar1mx](https://github.com/jedgar1mx)) + +#### 🔩 Dependency Updates + +- Upgrading storybook version. [#78](https://github.com/jedgar1mx/COD-Design-System/pull/78) ([@jedgar1mx](https://github.com/jedgar1mx)) + +#### Authors: 1 + +- J Edgar Montes ([@jedgar1mx](https://github.com/jedgar1mx)) + +--- + # v1.0.5 (Thu Aug 10 2023) From 8d29082e7cb80f0a42d4350688fcaa43a8d39296 Mon Sep 17 00:00:00 2001 From: Edgar Montes Date: Fri, 18 Aug 2023 17:42:02 -0400 Subject: [PATCH 2/2] Updating changelog and npm-publish workflow file. --- .github/workflows/npm-publish.yml | 2 +- .yarnrc.yml | 2 +- CHANGELOG.md | 8 +------- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index affc3725..ab725a9b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -60,6 +60,6 @@ jobs: registry-url: https://registry.npmjs.org/ - run: yarn install --frozen-lockfile - run: yarn build-package - - run: yarn publish + - run: yarn npm publish env: NPM_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/.yarnrc.yml b/.yarnrc.yml index 4e19011e..a4f8ece8 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,3 +1,3 @@ nodeLinker: node-modules - +npmAuthToken: process.env.NPM_TOKEN yarnPath: .yarn/releases/yarn-3.6.2.cjs diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ea734b..7c4279ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Switching bootstrap variables from rem to em. [#76](https://github.com/jedgar1mx/COD-Design-System/pull/76) ([@jedgar1mx](https://github.com/jedgar1mx)) -#### ⚠️ Pushed to `master` +#### ⚠️ Pushed to `dev` - Updating version. ([@jedgar1mx](https://github.com/jedgar1mx)) @@ -16,12 +16,6 @@ - J Edgar Montes ([@jedgar1mx](https://github.com/jedgar1mx)) ---- - -# v1.0.5 (Thu Aug 10 2023) - - - --- # v1.0.4 (Thu Aug 10 2023)