Skip to content

Commit

Permalink
Merge branch 'hotfix/0.2.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
perruche committed Nov 17, 2022
2 parents 255ed74 + aea6dd4 commit 0ad61b3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studiometa/ui",
"version": "0.2.18",
"version": "0.2.19",
"description": "A set of opiniated, unstyled and accessible components.",
"license": "MIT",
"require": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui-workspace",
"version": "0.2.18",
"version": "0.2.19",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui-docs",
"version": "0.2.18",
"version": "0.2.19",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui-tests",
"version": "0.2.18",
"version": "0.2.19",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions packages/ui/atoms/ScrollAnimation/AbstractScrollAnimation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ export class AbstractScrollAnimation<T extends BaseProps = BaseProps> extends wi
1,
);

this.$options.playRange = [0, 0];

this.render(progress);
}

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui",
"version": "0.2.18",
"version": "0.2.19",
"description": "A set of opiniated, unstyled and accessible components",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0ad61b3

Please sign in to comment.