chore(release): 1.4.3

This commit is contained in:
MAZE 2024-04-11 16:19:31 +03:30
parent fa9711a1e0
commit 3553581937
3 changed files with 10 additions and 3 deletions

View file

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.4.3](https://github.com/remvze/moodist/compare/v1.4.2...v1.4.3) (2024-04-11)
### 🚚 Chores
* remove arm/v7 ([fa9711a](https://github.com/remvze/moodist/commit/fa9711a1e09e6e979b420556160c3cd69a8c3775))
### [1.4.2](https://github.com/remvze/moodist/compare/v1.4.1...v1.4.2) (2024-04-11) ### [1.4.2](https://github.com/remvze/moodist/compare/v1.4.1...v1.4.2) (2024-04-11)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "moodist", "name": "moodist",
"version": "1.4.2", "version": "1.4.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "moodist", "name": "moodist",
"version": "1.4.2", "version": "1.4.3",
"dependencies": { "dependencies": {
"@astrojs/react": "^3.0.3", "@astrojs/react": "^3.0.3",
"@floating-ui/react": "0.26.0", "@floating-ui/react": "0.26.0",

View file

@ -1,7 +1,7 @@
{ {
"name": "moodist", "name": "moodist",
"type": "module", "type": "module",
"version": "1.4.2", "version": "1.4.3",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",