Skip to content

Commit

Permalink
Merge pull request #93 from jedgar1mx/fix.issue.92
Browse files Browse the repository at this point in the history
Fix.issue.92
  • Loading branch information
jedgar1mx authored Sep 18, 2023
2 parents 9273e55 + a0f1d21 commit 58cfc7e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 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 npm publish
- run: yarn npm publish --access public
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# v1.0.7 (Tue Aug 29 2023)

#### 🐛 Bug Fix

- Feature.81 [#82](https://github.com/jedgar1mx/COD-Design-System/pull/82) ([@jedgar1mx](https://github.com/jedgar1mx))
- Fix.issue.79 [#80](https://github.com/jedgar1mx/COD-Design-System/pull/80) ([@jedgar1mx](https://github.com/jedgar1mx))

#### ⚠️ Pushed to `master`

- Merge branch 'dev' of github.com:jedgar1mx/COD-Design-System into dev ([@jedgar1mx](https://github.com/jedgar1mx))

#### 📝 Documentation

- Adding story to show how to use extra classes. [#84](https://github.com/jedgar1mx/COD-Design-System/pull/84) ([@jedgar1mx](https://github.com/jedgar1mx))

#### Authors: 1

- J Edgar Montes ([@jedgar1mx](https://github.com/jedgar1mx))

---

# v1.0.6 (Tue Aug 29 2023)

#### 🐛 Bug Fix

- Fix.issue.79 [#80](https://github.com/jedgar1mx/COD-Design-System/pull/80) ([@jedgar1mx](https://github.com/jedgar1mx))

#### Authors: 1

- J Edgar Montes ([@jedgar1mx](https://github.com/jedgar1mx))

---

# v1.0.5 (Fri Aug 18 2023)

#### 🐛 Bug Fix
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cod-design-system",
"version": "1.0.5",
"version": "1.0.7",
"description": "City of Detroit design system",
"main": "dist/index.js",
"repository": "https://github.com/jedgar1mx/COD-Design-System",
Expand All @@ -16,6 +16,7 @@
"bugs": {
"url": "https://github.com/jedgar1mx/COD-Design-System/issues"
},
"readmeFilename": "README.md",
"homepage": "https://jedgar1mx.github.io/COD-Design-System",
"scripts": {
"build": "webpack --mode production",
Expand Down

0 comments on commit 58cfc7e

Please sign in to comment.