Skip to content

Commit

Permalink
Merge pull request #80 from jedgar1mx/fix.issue.79
Browse files Browse the repository at this point in the history
Fix.issue.79
  • Loading branch information
jedgar1mx authored Aug 18, 2023
2 parents 15f2a05 + 8d29082 commit e7ed52f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

npmAuthToken: process.env.NPM_TOKEN
yarnPath: .yarn/releases/yarn-3.6.2.cjs
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# v1.0.5 (Thu Aug 10 2023)
# 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 `dev`

- 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))

---

Expand Down

0 comments on commit e7ed52f

Please sign in to comment.