Skip to content

Commit 7b3acd3

Browse files
committed
v1.0.3
1 parent ad83825 commit 7b3acd3

File tree

10 files changed

+67
-9
lines changed

10 files changed

+67
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.3](https://github.com/ErandaMadusanka/ds.e/compare/v1.0.2...v1.0.3) (2024-07-10)
7+
8+
9+
### Bug Fixes
10+
11+
* fixed chromatic and storybook ([dfc7584](https://github.com/ErandaMadusanka/ds.e/commit/dfc75848096538561e5c08214195dee770fffef9))
12+
* fixed storybook ([9f485e4](https://github.com/ErandaMadusanka/ds.e/commit/9f485e4c4d2963975d90138d25cd9268c3d8c3db))
13+
* fixed storybook and chromatic ([5030b08](https://github.com/ErandaMadusanka/ds.e/commit/5030b085bd80685f04a54adab6d07804f004b44f))
14+
15+
16+
17+
18+
19+
620
## [1.0.2](https://github.com/ErandaMadusanka/ds.e/compare/v1.0.1...v1.0.2) (2024-05-18)
721

822

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"stream": true,

packages/foundation/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.3](https://github.com/ErandaMadusanka/ds.e/compare/v1.0.2...v1.0.3) (2024-07-10)
7+
8+
**Note:** Version bump only for package @test.ds.e/foundation
9+
10+
11+
12+
13+
14+
615
## [1.0.2](https://github.com/ErandaMadusanka/ds.e/compare/v1.0.1...v1.0.2) (2024-05-18)
716

817
**Note:** Version bump only for package @test.ds.e/foundation

packages/foundation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@test.ds.e/foundation",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"files": [

packages/react/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.3](https://github.com/ErandaMadusanka/ds.e/compare/v1.0.2...v1.0.3) (2024-07-10)
7+
8+
9+
### Bug Fixes
10+
11+
* fixed chromatic and storybook ([dfc7584](https://github.com/ErandaMadusanka/ds.e/commit/dfc75848096538561e5c08214195dee770fffef9))
12+
* fixed storybook ([9f485e4](https://github.com/ErandaMadusanka/ds.e/commit/9f485e4c4d2963975d90138d25cd9268c3d8c3db))
13+
* fixed storybook and chromatic ([5030b08](https://github.com/ErandaMadusanka/ds.e/commit/5030b085bd80685f04a54adab6d07804f004b44f))
14+
15+
16+
17+
18+
19+
620
## [1.0.2](https://github.com/ErandaMadusanka/ds.e/compare/v1.0.1...v1.0.2) (2024-05-18)
721

822

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@test.ds.e/react",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"files": [
@@ -47,8 +47,8 @@
4747
"access": "public"
4848
},
4949
"dependencies": {
50-
"@test.ds.e/foundation": "^1.0.2",
51-
"@test.ds.e/scss": "^1.0.2"
50+
"@test.ds.e/foundation": "^1.0.3",
51+
"@test.ds.e/scss": "^1.0.3"
5252
},
5353
"gitHead": "ed66e502dd009938406950b3d81f0d16c41b51b7"
5454
}

packages/scss/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.3](https://github.com/ErandaMadusanka/ds.e/compare/v1.0.2...v1.0.3) (2024-07-10)
7+
8+
9+
### Bug Fixes
10+
11+
* fixed storybook and chromatic ([5030b08](https://github.com/ErandaMadusanka/ds.e/commit/5030b085bd80685f04a54adab6d07804f004b44f))
12+
13+
14+
15+
16+
17+
618
## [1.0.2](https://github.com/ErandaMadusanka/ds.e/compare/v1.0.1...v1.0.2) (2024-05-18)
719

820
**Note:** Version bump only for package @test.ds.e/scss

packages/scss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@test.ds.e/scss",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

playgrounds/react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.3](https://github.com/ErandaMadusanka/ds.e/compare/v1.0.2...v1.0.3) (2024-07-10)
7+
8+
**Note:** Version bump only for package @playgrounds/react
9+
10+
11+
12+
13+
14+
615
## 1.0.1 (2024-05-18)
716

817
**Note:** Version bump only for package @playgrounds/react

playgrounds/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playgrounds/react",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"main": "index.js",
55
"license": "MIT",
66
"devDependencies": {
@@ -16,7 +16,7 @@
1616
},
1717
"private": "true",
1818
"dependencies": {
19-
"@test.ds.e/react": "^1.0.2",
20-
"@test.ds.e/scss": "^1.0.2"
19+
"@test.ds.e/react": "^1.0.3",
20+
"@test.ds.e/scss": "^1.0.3"
2121
}
2222
}

0 commit comments

Comments
 (0)