@spark-ui/spinner 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE +1 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.1.12](https://github.com/adevinta/spark/compare/@spark-ui/spinner@0.1.11...@spark-ui/spinner@0.1.12) (2023-05-02)
7
+
8
+ **Note:** Version bump only for package @spark-ui/spinner
9
+
6
10
  ## [0.1.11](https://github.com/adevinta/spark/compare/@spark-ui/spinner@0.1.10...@spark-ui/spinner@0.1.11) (2023-04-28)
7
11
 
8
12
  **Note:** Version bump only for package @spark-ui/spinner
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ Copyright (c) Adevinta ASA.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/spinner",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Spinners provide a visual cue that an action is processing awaiting a course of change or a result.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -12,7 +12,7 @@
12
12
  "build": "vite build"
13
13
  },
14
14
  "dependencies": {
15
- "@spark-ui/visually-hidden": "^0.4.14"
15
+ "@spark-ui/visually-hidden": "^0.4.15"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
@@ -24,5 +24,5 @@
24
24
  },
25
25
  "homepage": "https://sparkui.vercel.app",
26
26
  "license": "MIT",
27
- "gitHead": "700299e1f785ee2d2bd97db262cbcc9e258c2ed4"
27
+ "gitHead": "0ee1bebb35e2058cf2cdce078684b238278c2d9e"
28
28
  }