Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Idalite Frontend
utils
Commits
dbddb540
Commit
dbddb540
authored
1 year ago
by
Sergey Pushkin
Browse files
Options
Download
Email Patches
Plain Diff
chore(release): 1.0.6
parent
4b89bd08
Pipeline
#25987
passed with stages
in 2 minutes and 36 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+8
-0
CHANGELOG.md
package-lock.json
+1
-1
package-lock.json
package.json
+1
-1
package.json
with
10 additions
and
2 deletions
+10
-2
CHANGELOG.md
View file @
dbddb540
...
...
@@ -2,6 +2,14 @@
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.0.6](https://git.idalite.com/idalite-frontend/utils/compare/v1.0.5...v1.0.6) (2023-04-18)
### Bug Fixes
*
**package.json:**
Поправил автора (
[
d5df9ae
](
https://git.idalite.com/idalite-frontend/utils/commit/d5df9aec45d7f2b9269375c08c51de8868aa37cd
)
)
*
**package.json:**
Поправил секцию exports (
[
4b89bd0
](
https://git.idalite.com/idalite-frontend/utils/commit/4b89bd089d7f594b4d11be53c36da730ed07c338
)
)
### [1.0.5](https://git.idalite.com/idalite-frontend/utils/compare/v1.0.4...v1.0.5) (2023-04-18)
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
View file @
dbddb540
{
"name"
:
"@idalite-frontend/utils"
,
"version"
:
"1.0.
5
"
,
"version"
:
"1.0.
6
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
package.json
View file @
dbddb540
{
"name"
:
"@idalite-frontend/utils"
,
"version"
:
"1.0.
5
"
,
"version"
:
"1.0.
6
"
,
"description"
:
"Utils library"
,
"type"
:
"module"
,
"main"
:
"dist/index.common.js"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help