diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ab725a9b..4e3ce875 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 npm publish + - run: yarn npm publish --access public env: NPM_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6f19c9..f83d0dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d9b721a1..e9927b52 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",