Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @weave-design/skeleton-item-v1.0.0 (2023-02-28)

### Bug Fixes

*  react v. in peerDependencies instead of dependencies ([4701332](Autodesk@4701332))
* Add back missing classnames dependencies ([0dcb77a](Autodesk@0dcb77a))
* bump up theme-context dependency ([b068dab](Autodesk@b068dab))
* **bundle:** Fix package bundles ([a1b479d](Autodesk@a1b479d))
* **bundle:** include dependency CSS ([f5a4a62](Autodesk@f5a4a62))
* combined greenkeeper prs for version updates see pr 1392 ([d0a017a](Autodesk@d0a017a))
* correct broken CSS ([7c5b7eb](Autodesk@7c5b7eb))
* Forcing semantic release by editing readmes ([d39b61f](Autodesk@d39b61f))
* **package:** update [@hig](https://github.com/hig)/theme-context to version 2.0.0 ([ce34ca4](Autodesk@ce34ca4))
* **package:** update emotion to version 10.0.0 ([abecf80](Autodesk@abecf80))
* release skeleton-item ([d4a1c78](Autodesk@d4a1c78))
* remove unused package ([1b2943d](Autodesk@1b2943d))
* stop using deprecated theme-data roles ([9eda515](Autodesk@9eda515))
* theme-context and theme-data as peer dependencies ([bdeaa4a](Autodesk@bdeaa4a))
* Update theme data package ([dc5178a](Autodesk@dc5178a))

### Code Refactoring

* Major Release - React 17 Upgrade ([2523711](Autodesk@2523711))

### Features

* add stylesheet prop ([1d509ae](Autodesk@1d509ae))
* allow className to be passed down ([8237ec9](Autodesk@8237ec9))
* Change theme data keys to non capitalized camel case ([4693f7d](Autodesk@4693f7d))
* Mark package compatibility with React 16 ([6eaeb27](Autodesk@6eaeb27))
* **skeleton-item:** Add height prop to manage variable height skeleton items ([e5f6145](Autodesk@e5f6145))
* **skeleton-item:** Add height prop to manage variable height skeleton items ([c668834](Autodesk@c668834))
* **skeleton-item:** clarify dependency on hig/themes ([7823248](Autodesk@7823248))
* **skeleton-item:** First pass at migrating SkeletonItem ([b0898f7](Autodesk@b0898f7))
* **skeleton-item:** Initialize skeleton-item package ([273302a](Autodesk@273302a))
* **skeleton-item:** Make SkeletonItem themable ([7301d49](Autodesk@7301d49))
* **themability:** add exploratory themable components ([7e3d70b](Autodesk@7e3d70b))
* update theme-data dependency ([999502d](Autodesk@999502d))
* updating peer dependencies release ([0a8a2b6](Autodesk@0a8a2b6))

### Reverts

* "Revert "Revert "feat : Migrate all repository to React v17.0 """ ([bf78986](Autodesk@bf78986))

### BREAKING CHANGES

* This release includes upgrading to React 17 and all associated libraries. The components have also had structural changes, utilizing stateless components and hooks. There should be no change in look or behavior of components. The code usage is the same so if you’re already on react 17 you can bump the version directly. If you’re on an old version of react you’ll need to upgrade your project’s react first to 17 and then the HIG components. This upgrade also means no more fixes for the react 15 version but it will still be available for download from NPM. You can fork the repo and make fixes with the older version if there is something critical past this release date.
* * Remove CSS classname
  • Loading branch information
hig-bot committed Feb 28, 2023
1 parent 5cc921b commit 5bf2b60
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions packages/skeleton-item/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
# @weave-design/skeleton-item-v1.0.0 (2023-02-28)


### Bug Fixes

* react v. in peerDependencies instead of dependencies ([4701332](https://github.com/Autodesk/hig/commit/4701332))
* Add back missing classnames dependencies ([0dcb77a](https://github.com/Autodesk/hig/commit/0dcb77a))
* bump up theme-context dependency ([b068dab](https://github.com/Autodesk/hig/commit/b068dab))
* **bundle:** Fix package bundles ([a1b479d](https://github.com/Autodesk/hig/commit/a1b479d))
* **bundle:** include dependency CSS ([f5a4a62](https://github.com/Autodesk/hig/commit/f5a4a62))
* combined greenkeeper prs for version updates see pr 1392 ([d0a017a](https://github.com/Autodesk/hig/commit/d0a017a))
* correct broken CSS ([7c5b7eb](https://github.com/Autodesk/hig/commit/7c5b7eb))
* Forcing semantic release by editing readmes ([d39b61f](https://github.com/Autodesk/hig/commit/d39b61f))
* **package:** update [@hig](https://github.com/hig)/theme-context to version 2.0.0 ([ce34ca4](https://github.com/Autodesk/hig/commit/ce34ca4))
* **package:** update emotion to version 10.0.0 ([abecf80](https://github.com/Autodesk/hig/commit/abecf80))
* release skeleton-item ([d4a1c78](https://github.com/Autodesk/hig/commit/d4a1c78))
* remove unused package ([1b2943d](https://github.com/Autodesk/hig/commit/1b2943d))
* stop using deprecated theme-data roles ([9eda515](https://github.com/Autodesk/hig/commit/9eda515))
* theme-context and theme-data as peer dependencies ([bdeaa4a](https://github.com/Autodesk/hig/commit/bdeaa4a))
* Update theme data package ([dc5178a](https://github.com/Autodesk/hig/commit/dc5178a))


### Code Refactoring

* Major Release - React 17 Upgrade ([2523711](https://github.com/Autodesk/hig/commit/2523711))


### Features

* add stylesheet prop ([1d509ae](https://github.com/Autodesk/hig/commit/1d509ae))
* allow className to be passed down ([8237ec9](https://github.com/Autodesk/hig/commit/8237ec9))
* Change theme data keys to non capitalized camel case ([4693f7d](https://github.com/Autodesk/hig/commit/4693f7d))
* Mark package compatibility with React 16 ([6eaeb27](https://github.com/Autodesk/hig/commit/6eaeb27))
* **skeleton-item:** Add height prop to manage variable height skeleton items ([e5f6145](https://github.com/Autodesk/hig/commit/e5f6145))
* **skeleton-item:** Add height prop to manage variable height skeleton items ([c668834](https://github.com/Autodesk/hig/commit/c668834))
* **skeleton-item:** clarify dependency on hig/themes ([7823248](https://github.com/Autodesk/hig/commit/7823248))
* **skeleton-item:** First pass at migrating SkeletonItem ([b0898f7](https://github.com/Autodesk/hig/commit/b0898f7))
* **skeleton-item:** Initialize skeleton-item package ([273302a](https://github.com/Autodesk/hig/commit/273302a))
* **skeleton-item:** Make SkeletonItem themable ([7301d49](https://github.com/Autodesk/hig/commit/7301d49))
* **themability:** add exploratory themable components ([7e3d70b](https://github.com/Autodesk/hig/commit/7e3d70b))
* update theme-data dependency ([999502d](https://github.com/Autodesk/hig/commit/999502d))
* updating peer dependencies release ([0a8a2b6](https://github.com/Autodesk/hig/commit/0a8a2b6))


### Reverts

* "Revert "Revert "feat : Migrate all repository to React v17.0 """ ([bf78986](https://github.com/Autodesk/hig/commit/bf78986))


### BREAKING CHANGES

* This release includes upgrading to React 17 and all associated libraries. The components have also had structural changes, utilizing stateless components and hooks. There should be no change in look or behavior of components. The code usage is the same so if you’re already on react 17 you can bump the version directly. If you’re on an old version of react you’ll need to upgrade your project’s react first to 17 and then the HIG components. This upgrade also means no more fixes for the react 15 version but it will still be available for download from NPM. You can fork the repo and make fixes with the older version if there is something critical past this release date.
* * Remove CSS classname

# @weave-designer/skeleton-item-v1.0.0 (2023-02-28)


Expand Down

0 comments on commit 5bf2b60

Please sign in to comment.