Skip to content

Commit c325c90

Browse files
raon0211tjrdnjs1534
authored andcommitted

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+425
-78
lines changed

configs/rollup/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2024-03-26)
7+
8+
9+
### Features
10+
11+
* **packages:** add repository information in package.json ([#446](https://github.com/toss/slash/issues/446)) ([063cc5d](https://github.com/toss/slash/commit/063cc5d4699b1ba0dc20db3d2bb7dc673947500b))
12+
13+
14+
15+
16+
617
## [0.1.4](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2022-12-06)
718

819
**Note:** Version bump only for package @toss/rollup-config

configs/rollup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toss/rollup-config",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"main": "./src/index.js",
55
"dependencies": {
66
"@babel/core": "^7.19.3",

docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.19](https://github.com/toss/slash/compare/[email protected]@1.0.19) (2024-03-26)
7+
8+
**Note:** Version bump only for package docs
9+
10+
11+
12+
13+
614
## [1.0.17](https://github.com/toss/slash/compare/[email protected]@1.0.17) (2023-10-04)
715

816
**Note:** Version bump only for package docs

docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -26,8 +26,8 @@
2626
"@docusaurus/types": "^2.1.0",
2727
"@mdx-js/react": "^1.6.21",
2828
"@svgr/webpack": "^5.5.0",
29-
"@toss/react": "workspace:^1.6.1",
30-
"@toss/utils": "workspace:^1.4.6",
29+
"@toss/react": "workspace:^1.7.0",
30+
"@toss/utils": "workspace:^1.5.0",
3131
"clsx": "^1.1.1",
3232
"documentation": "^14.0.0",
3333
"file-loader": "^6.2.0",

packages/common/assert/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2024-03-26)
7+
8+
9+
### Features
10+
11+
* **packages:** add repository information in package.json ([#446](https://github.com/toss/slash/issues/446)) ([063cc5d](https://github.com/toss/slash/commit/063cc5d4699b1ba0dc20db3d2bb7dc673947500b))
12+
13+
14+
15+
16+
617
## [1.1.11](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2023-10-04)
718

819
**Note:** Version bump only for package @toss/assert

packages/common/assert/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toss/assert",
3-
"version": "1.1.12",
3+
"version": "1.2.0",
44
"sideEffects": false,
55
"exports": {
66
".": {
@@ -26,14 +26,14 @@
2626
"typecheck": "tsc --noEmit"
2727
},
2828
"dependencies": {
29-
"@toss/utils": "workspace:^1.4.6"
29+
"@toss/utils": "workspace:^1.5.0"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7",
3333
"@babel/preset-env": "^7.16.4",
3434
"@babel/preset-typescript": "^7.18.6",
3535
"@babel/runtime": "^7.16.3",
36-
"@toss/rollup-config": "workspace:^0.1.5",
36+
"@toss/rollup-config": "workspace:^0.2.0",
3737
"@tossteam/jest": "^17",
3838
"@types/babel__core": "^7",
3939
"@types/babel__preset-env": "^7",

packages/common/crypto/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2024-03-26)
7+
8+
9+
### Features
10+
11+
* **packages:** add repository information in package.json ([#446](https://github.com/toss/slash/issues/446)) ([063cc5d](https://github.com/toss/slash/commit/063cc5d4699b1ba0dc20db3d2bb7dc673947500b))
12+
13+
14+
15+
16+
617
## [1.1.7](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2023-02-27)
718

819
**Note:** Version bump only for package @toss/crypto

packages/common/crypto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toss/crypto",
3-
"version": "1.1.8",
3+
"version": "1.2.0",
44
"sideEffects": false,
55
"exports": {
66
".": {
@@ -33,7 +33,7 @@
3333
"@rollup/plugin-babel": "^5.3.1",
3434
"@rollup/plugin-commonjs": "^22.0.1",
3535
"@rollup/plugin-node-resolve": "^13.3.0",
36-
"@toss/rollup-config": "workspace:^0.1.5",
36+
"@toss/rollup-config": "workspace:^0.2.0",
3737
"@tossteam/jest": "^17",
3838
"@types/babel__plugin-transform-runtime": "^7",
3939
"@types/babel__preset-env": "^7",

packages/common/date/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2024-03-26)
7+
8+
9+
### Features
10+
11+
* **packages:** add repository information in package.json ([#446](https://github.com/toss/slash/issues/446)) ([063cc5d](https://github.com/toss/slash/commit/063cc5d4699b1ba0dc20db3d2bb7dc673947500b))
12+
13+
14+
15+
16+
617
## [1.1.7](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2023-07-03)
718

819
**Note:** Version bump only for package @toss/date

packages/common/date/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toss/date",
3-
"version": "1.1.8",
3+
"version": "1.2.0",
44
"sideEffects": false,
55
"exports": {
66
".": {
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@babel/core": "^7",
3333
"@babel/runtime": "^7.13.10",
34-
"@toss/rollup-config": "workspace:^0.1.5",
34+
"@toss/rollup-config": "workspace:^0.2.0",
3535
"@tossteam/jest": "^17",
3636
"@types/babel__core": "^7",
3737
"@types/jest": "^28.1.8",

packages/common/hangul/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.7.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2024-03-26)
7+
8+
9+
### Features
10+
11+
* **packages:** add repository information in package.json ([#446](https://github.com/toss/slash/issues/446)) ([063cc5d](https://github.com/toss/slash/commit/063cc5d4699b1ba0dc20db3d2bb7dc673947500b))
12+
13+
14+
15+
16+
617
# [1.6.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2023-10-04)
718

819
### Bug Fixes

packages/common/hangul/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toss/hangul",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"sideEffects": false,
55
"exports": {
66
".": {
@@ -29,7 +29,7 @@
2929
"@babel/core": "^7",
3030
"@babel/runtime": "^7.13.10",
3131
"@testing-library/jest-dom": "^5.16.4",
32-
"@toss/rollup-config": "workspace:^0.1.5",
32+
"@toss/rollup-config": "workspace:^0.2.0",
3333
"@tossteam/jest": "^17",
3434
"@types/jest": "^28.1.8",
3535
"@types/node": "^14.14.41",

packages/common/ky/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2024-03-26)
7+
8+
9+
### Features
10+
11+
* **packages:** add repository information in package.json ([#446](https://github.com/toss/slash/issues/446)) ([063cc5d](https://github.com/toss/slash/commit/063cc5d4699b1ba0dc20db3d2bb7dc673947500b))
12+
13+
14+
15+
16+
617
## [1.1.2](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2023-02-27)
718

819
**Note:** Version bump only for package @toss/ky

packages/common/ky/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toss/ky",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"sideEffects": false,
55
"exports": {
66
".": {

packages/common/sentry/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2024-03-26)
7+
8+
9+
### Features
10+
11+
* **packages:** add repository information in package.json ([#446](https://github.com/toss/slash/issues/446)) ([063cc5d](https://github.com/toss/slash/commit/063cc5d4699b1ba0dc20db3d2bb7dc673947500b))
12+
13+
14+
15+
16+
617
## [1.0.11](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2023-04-12)
718

819
**Note:** Version bump only for package @toss/sentry

packages/common/sentry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toss/sentry",
3-
"version": "1.0.12",
3+
"version": "1.1.0",
44
"sideEffects": false,
55
"exports": {
66
".": "./src/index.node.ts",

packages/common/storage/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.4.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2024-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **@toss/storage:** Fix boolean type inference for TypedStorage ([#442](https://github.com/toss/slash/issues/442)) ([36ecfce](https://github.com/toss/slash/commit/36ecfced3181aa549ca7373c4d3d193d6580db64))
12+
13+
14+
### Features
15+
16+
* **packages:** add repository information in package.json ([#446](https://github.com/toss/slash/issues/446)) ([063cc5d](https://github.com/toss/slash/commit/063cc5d4699b1ba0dc20db3d2bb7dc673947500b))
17+
18+
19+
20+
21+
622
# [1.3.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2023-06-13)
723

824

packages/common/storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toss/storage",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"sideEffects": false,
55
"exports": {
66
".": "./src/index.ts",

packages/common/utility-types/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2024-03-26)
7+
8+
9+
### Features
10+
11+
* **packages:** add repository information in package.json ([#446](https://github.com/toss/slash/issues/446)) ([063cc5d](https://github.com/toss/slash/commit/063cc5d4699b1ba0dc20db3d2bb7dc673947500b))
12+
13+
14+
15+
16+
617
## [1.1.3](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2023-07-03)
718

819
**Note:** Version bump only for package @toss/utility-types

packages/common/utility-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toss/utility-types",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"sideEffects": false,
55
"main": "./src/index.ts",
66
"files": [

packages/common/utils/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.5.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2024-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **@toss/utils:** Add 'Deno' in globalThis for isServer() ([#447](https://github.com/toss/slash/issues/447)) ([798e2dc](https://github.com/toss/slash/commit/798e2dcd40d2774655fdb31d00282b060e81d256))
12+
* **@toss/utils:** ceilUnit parameter was missing ([#371](https://github.com/toss/slash/issues/371)) ([f0dc25d](https://github.com/toss/slash/commit/f0dc25d3247a14ee1a90b4dd732512240a3dac9f))
13+
* hypen -> hyphen ([#391](https://github.com/toss/slash/issues/391)) ([fd23662](https://github.com/toss/slash/commit/fd236628a000b1533e45b1a0fe3c404aceebfcba))
14+
15+
16+
### Features
17+
18+
* **@toss/utils:** Add `isNil` util function ([#423](https://github.com/toss/slash/issues/423)) ([556ab99](https://github.com/toss/slash/commit/556ab99a33d017ce9de7b582d01762d76eec4c8e))
19+
* **@toss/utils:** Add delay test code and match parameter ([#388](https://github.com/toss/slash/issues/388)) ([389147e](https://github.com/toss/slash/commit/389147e7e3d56c2312c93452612a733f492d3380))
20+
* **@toss/utils:** Translate tests codes for `escapeHTML` and update docs to match parameter name ([a732221](https://github.com/toss/slash/commit/a732221611579922240720d6973ea9f875975f43))
21+
* **packages:** add repository information in package.json ([#446](https://github.com/toss/slash/issues/446)) ([063cc5d](https://github.com/toss/slash/commit/063cc5d4699b1ba0dc20db3d2bb7dc673947500b))
22+
23+
24+
25+
26+
627
## [1.4.5](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2023-10-04)
728

829
### Bug Fixes

packages/common/utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toss/utils",
3-
"version": "1.4.6",
3+
"version": "1.5.0",
44
"sideEffects": false,
55
"exports": {
66
".": {
@@ -41,7 +41,7 @@
4141
"@rollup/plugin-commonjs": "^22.0.1",
4242
"@rollup/plugin-json": "^4.1.0",
4343
"@rollup/plugin-node-resolve": "^13.3.0",
44-
"@toss/rollup-config": "workspace:^0.1.5",
44+
"@toss/rollup-config": "workspace:^0.2.0",
4545
"@tossteam/jest": "^17",
4646
"@types/babel__core": "^7",
4747
"@types/babel__preset-env": "^7",

packages/common/validators/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2024-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **@toss/validators:** Increase the accuracy of verification for isBirthDate6 ([#420](https://github.com/toss/slash/issues/420)) ([81c332e](https://github.com/toss/slash/commit/81c332e6b6044a8d46ad0513b2d473fd675b25ea))
12+
13+
14+
### Features
15+
16+
* **packages:** add repository information in package.json ([#446](https://github.com/toss/slash/issues/446)) ([063cc5d](https://github.com/toss/slash/commit/063cc5d4699b1ba0dc20db3d2bb7dc673947500b))
17+
18+
19+
20+
21+
622
# [1.2.0](https://github.com/toss/slash/compare/@toss/[email protected]...@toss/[email protected]) (2023-10-04)
723

824
### Features

0 commit comments

Comments
 (0)