diff --git a/.changeset/four-clouds-yell.md b/.changeset/four-clouds-yell.md deleted file mode 100644 index bd5cd567f9..0000000000 --- a/.changeset/four-clouds-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/view-components": patch ---- - -Remove `ActionListItem` animation diff --git a/.changeset/neat-fireants-bake.md b/.changeset/neat-fireants-bake.md deleted file mode 100644 index c02b4c1b3d..0000000000 --- a/.changeset/neat-fireants-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/view-components': patch ---- - -Converting deprecations list to a .yml file, and updating all code around deprecations to use this new structure diff --git a/CHANGELOG.md b/CHANGELOG.md index 770a3294f2..79b3556e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 0.0.113 + +### Patch Changes + +- [#1636](https://github.com/primer/view_components/pull/1636) [`0af266a7`](https://github.com/primer/view_components/commit/0af266a7d6a75e351b35b620043f545dcaa8d03f) Thanks [@simurai](https://github.com/simurai)! - Remove `ActionListItem` animation + +* [#1635](https://github.com/primer/view_components/pull/1635) [`653ac92b`](https://github.com/primer/view_components/commit/653ac92b2db6853715221a579913839631db4fd6) Thanks [@mxriverlynn](https://github.com/mxriverlynn)! - Converting deprecations list to a .yml file, and updating all code around deprecations to use this new structure + ## 0.0.112 ### Patch Changes diff --git a/Gemfile.lock b/Gemfile.lock index e10a4729e0..305089f7d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - primer_view_components (0.0.112) + primer_view_components (0.0.113) actionview (>= 5.0.0) activesupport (>= 5.0.0) octicons (>= 17.0.0) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 3a275ff379..62eabab502 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -20,7 +20,7 @@ GIT PATH remote: .. specs: - primer_view_components (0.0.112) + primer_view_components (0.0.113) actionview (>= 5.0.0) activesupport (>= 5.0.0) octicons (>= 17.0.0) diff --git a/lib/primer/view_components/version.rb b/lib/primer/view_components/version.rb index 36ccc25e87..582245c1c4 100644 --- a/lib/primer/view_components/version.rb +++ b/lib/primer/view_components/version.rb @@ -6,7 +6,7 @@ module ViewComponents module VERSION MAJOR = 0 MINOR = 0 - PATCH = 112 + PATCH = 113 STRING = [MAJOR, MINOR, PATCH].join(".") end diff --git a/package-lock.json b/package-lock.json index f86cfb285a..0d256d22f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@primer/view-components", - "version": "0.0.112", + "version": "0.0.113", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@primer/view-components", - "version": "0.0.112", + "version": "0.0.113", "license": "MIT", "dependencies": { "@github/auto-complete-element": "^3.3.4", diff --git a/package.json b/package.json index beaaa1f088..5527bc4bba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/view-components", - "version": "0.0.112", + "version": "0.0.113", "description": "ViewComponents for the Primer Design System", "main": "app/assets/javascripts/primer_view_components.js", "module": "app/components/primer/primer.js",