sheet-i18n 0.1.2 → 0.1.4

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > sheet-i18n@0.1.2 build /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
3
+ > sheet-i18n@0.1.4 build /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts, src/exporter/index.ts
@@ -12,13 +12,13 @@
12
12
  CJS Build start
13
13
  ESM Build start
14
14
  ESM dist/index.mjs 102.00 B
15
- ESM dist/exporter/index.mjs 32.00 B
16
- ESM dist/chunk-7AQPNLGW.mjs 122.00 B
17
- ESM ⚡️ Build success in 6ms
18
- CJS dist/index.js 1.28 KB
19
- CJS dist/exporter/index.js 1.10 KB
20
- CJS ⚡️ Build success in 6ms
15
+ ESM dist/exporter/index.mjs 97.00 B
16
+ ESM dist/chunk-KN4CC7MI.mjs 1.34 MB
17
+ ESM ⚡️ Build success in 127ms
18
+ CJS dist/index.js 1.34 MB
19
+ CJS dist/exporter/index.js 1.34 MB
20
+ CJS ⚡️ Build success in 147ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 364ms
22
+ DTS ⚡️ Build success in 369ms
23
23
  DTS dist/exporter/index.d.ts 592.00 B
24
24
  DTS dist/index.d.ts 84.00 B
@@ -1,27 +1,12 @@
1
1
 
2
2
  
3
- > sheet-i18n@0.1.0 changelog /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
3
+ > sheet-i18n@0.1.3 changelog /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
4
4
  > standard-version
5
5
 
6
- ✔ bumping version in package.json from 0.1.0 to 0.1.1
7
- ✔ created CHANGELOG.md
6
+ ✔ bumping version in package.json from 0.1.3 to 0.1.4
8
7
  ✔ outputting changes to CHANGELOG.md
9
8
  ✔ committing package.json and CHANGELOG.md
10
- fatal: Unable to create '/Users/choeucheol/Documents/dev/project/sheet-i18n/.git/index.lock': File exists.
11
- 
12
- Another git process seems to be running in this repository, e.g.
13
- an editor opened by 'git commit'. Please make sure all processes
14
- are terminated then try again. If it still fails, a git process
15
- may have crashed in this repository earlier:
16
- remove the file manually to continue.
17
- 
18
- Command failed: git add CHANGELOG.md package.json
19
- fatal: Unable to create '/Users/choeucheol/Documents/dev/project/sheet-i18n/.git/index.lock': File exists.
20
- 
21
- Another git process seems to be running in this repository, e.g.
22
- an editor opened by 'git commit'. Please make sure all processes
23
- are terminated then try again. If it still fails, a git process
24
- may have crashed in this repository earlier:
25
- remove the file manually to continue.
26
- 
27
-  ELIFECYCLE  Command failed with exit code 1.
9
+ → No staged files match any configured task.
10
+ 
11
+ ✔ tagging release v0.1.4
12
+ ℹ Run `git push --follow-tags origin feature && npm publish` to publish
package/CHANGELOG.md CHANGED
@@ -2,6 +2,30 @@
2
2
 
3
3
  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.
4
4
 
5
+ ### [0.1.4](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.1...v0.1.4) (2024-12-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * add changelog script to track changes ([9a07986](https://github.com/chltjdrhd777/sheet-i18n/commit/9a07986b0da9a3ffaa702888284df5059c64f776))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * change vscode eslint setting to format ([2c7513d](https://github.com/chltjdrhd777/sheet-i18n/commit/2c7513d6c37f57e9cf90fd5868ab40d61cda8366))
16
+
17
+ ### [0.1.3](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.1...v0.1.3) (2024-12-23)
18
+
19
+
20
+ ### Features
21
+
22
+ * add changelog script to track changes ([9a07986](https://github.com/chltjdrhd777/sheet-i18n/commit/9a07986b0da9a3ffaa702888284df5059c64f776))
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * change vscode eslint setting to format ([2c7513d](https://github.com/chltjdrhd777/sheet-i18n/commit/2c7513d6c37f57e9cf90fd5868ab40d61cda8366))
28
+
5
29
  ### [0.1.1](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.2...v0.1.1) (2024-12-23)
6
30
 
7
31