Skip to content

Commit

Permalink
Merge pull request #12 from pxblue/feature/update-changelog
Browse files Browse the repository at this point in the history
Get ready to publish and fix tag script
  • Loading branch information
EvanMcLaughlin-eaton authored Oct 27, 2021
2 parents 5c795ef + ba42653 commit 390be22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion symbols-mui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recent Changes

## v1.1.1 (Not yet published)
## v1.1.1 (October 27, 2021)

### Changed

Expand Down
4 changes: 2 additions & 2 deletions symbols-mui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brightlayer-ui/symbols-mui",
"version": "1.1.1-beta.1",
"version": "1.1.1",
"description": "Brightlayer UI symbols for Material UI",
"main": "./index.js",
"repository": {
Expand All @@ -22,7 +22,7 @@
"start": "yarn start:showcase",
"test": "./scripts/buildTest.sh",
"publish:package": "cd symbols && set npm_config_yes=true && npx -p @brightlayer-ui/publish blui-publish",
"tag:package": "cd symbols && npx -p @brightlayer-ui/tag blui -tag -s -blui-symbols-mui"
"tag:package": "cd symbols && npx -p @brightlayer-ui/tag blui-tag -s -blui-symbols-mui"
},
"bugs": {
"url": "https://github.com/brightlayer-ui/symbols/symbols-mui/issues"
Expand Down
2 changes: 1 addition & 1 deletion symbols/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.0.7 (Not yet published)
## v1.0.7 (October 27, 2021)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion symbols/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brightlayer-ui/symbols",
"version": "1.0.7-beta.0",
"version": "1.0.7",
"description": "One line symbols for Brightlayer UI applications",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 390be22

Please sign in to comment.