diff --git a/.changeset/breezy-spies-accept.md b/.changeset/breezy-spies-accept.md deleted file mode 100644 index a845151c..00000000 --- a/.changeset/breezy-spies-accept.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/breezy-tomatoes-flash.md b/.changeset/breezy-tomatoes-flash.md deleted file mode 100644 index a845151c..00000000 --- a/.changeset/breezy-tomatoes-flash.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/heavy-needles-remain.md b/.changeset/heavy-needles-remain.md deleted file mode 100644 index a8935871..00000000 --- a/.changeset/heavy-needles-remain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@project44-manifest/react': patch -'@project44-manifest/react-button': patch ---- - -Updating button and input focus styles to match design specification diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5b32905..f5d0cb25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: push: paths: - '.changeset/**' - - 'tooling/**' + - 'packages/**' - 'tools/**' branches: - main @@ -49,3 +49,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + YARN_ENABLE_IMMUTABLE_INSTALLS: false diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..ce0d3ccd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# @project44-manifest/storybook + +## 0.1.0 + +### Minor Changes + +- [#166](https://github.com/project44/manifest/pull/166) + [`c69dc25`](https://github.com/project44/manifest/commit/c69dc259973361ca11fcc770786499bbe9712692) + Thanks [@Ashley-p44](https://github.com/Ashley-p44)! - Add Percy visual regression tests diff --git a/packages/react-button/CHANGELOG.md b/packages/react-button/CHANGELOG.md index 84aa911b..894b04c2 100644 --- a/packages/react-button/CHANGELOG.md +++ b/packages/react-button/CHANGELOG.md @@ -1,5 +1,14 @@ # @project44-manifest/react-button +## 1.0.2 + +### Patch Changes + +- [#193](https://github.com/project44/manifest/pull/193) + [`65dd77b`](https://github.com/project44/manifest/commit/65dd77bc972a3fdc922ecf6c53d06d38d7d43f6f) + Thanks [@bclark-p44](https://github.com/bclark-p44)! - Updating button and input focus styles to + match design specification + ## 1.0.1 ### Patch Changes diff --git a/packages/react-button/package.json b/packages/react-button/package.json index 4a08080a..2ac1928d 100644 --- a/packages/react-button/package.json +++ b/packages/react-button/package.json @@ -1,6 +1,6 @@ { "name": "@project44-manifest/react-button", - "version": "1.0.1", + "version": "1.0.2", "description": "Manifest Design System react button components", "license": "MIT", "author": "project44", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 0ed5f3d4..e9a6b53f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,18 @@ # @manifest/react +## 2.6.9 + +### Patch Changes + +- [#193](https://github.com/project44/manifest/pull/193) + [`65dd77b`](https://github.com/project44/manifest/commit/65dd77bc972a3fdc922ecf6c53d06d38d7d43f6f) + Thanks [@bclark-p44](https://github.com/bclark-p44)! - Updating button and input focus styles to + match design specification + +- Updated dependencies + [[`65dd77b`](https://github.com/project44/manifest/commit/65dd77bc972a3fdc922ecf6c53d06d38d7d43f6f)]: + - @project44-manifest/react-button@1.0.2 + ## 2.6.8 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 39d9e54f..d4246ea4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@project44-manifest/react", - "version": "2.6.8", + "version": "2.6.9", "description": "Manifest Design System react components", "license": "MIT", "author": "project44", @@ -35,7 +35,7 @@ }, "dependencies": { "@internationalized/date": "^3.0.0", - "@project44-manifest/react-button": "^1.0.1", + "@project44-manifest/react-button": "^1.0.2", "@project44-manifest/react-styles": "^1.0.1", "@project44-manifest/react-tooltip": "^1.0.1", "@project44-manifest/system": "^0.1.5", diff --git a/yarn.lock b/yarn.lock index 213f15df..d2c44b8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3254,7 +3254,7 @@ __metadata: languageName: unknown linkType: soft -"@project44-manifest/react-button@*, @project44-manifest/react-button@^1.0.1, @project44-manifest/react-button@workspace:packages/react-button": +"@project44-manifest/react-button@*, @project44-manifest/react-button@^1.0.2, @project44-manifest/react-button@workspace:packages/react-button": version: 0.0.0-use.local resolution: "@project44-manifest/react-button@workspace:packages/react-button" dependencies: @@ -3393,7 +3393,7 @@ __metadata: resolution: "@project44-manifest/react@workspace:packages/react" dependencies: "@internationalized/date": ^3.0.0 - "@project44-manifest/react-button": ^1.0.1 + "@project44-manifest/react-button": ^1.0.2 "@project44-manifest/react-styles": ^1.0.1 "@project44-manifest/react-tooltip": ^1.0.1 "@project44-manifest/system": ^0.1.5