Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump packages #258

Merged
merged 2 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"copy-webpack-plugin": "^11.0.0",
"copyfiles": "^2.4.1",
"css-loader": "^6.7.3",
"design-to-code-react": "^1.0.2",
"design-to-code-react": "^1.0.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"lodash-es": "^4.17.21",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "none",
"comment": "Test updates",
"comment": "Manual package bump, no changes",
"packageName": "design-to-code-react",
"email": "[email protected]",
"dependentChangeType": "none"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions packages/design-to-code-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"name": "design-to-code-react",
"entries": [
{
"date": "Mon, 01 Apr 2024 19:33:43 GMT",
"tag": "design-to-code-react_v1.0.3",
"version": "1.0.3",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "design-to-code-react",
"commit": "d86312f1681ea795b213eafa657595e0b941fbdf",
"comment": "Test updates"
},
{
"author": "[email protected]",
"package": "design-to-code-react",
"commit": "7364b4a5b6184d224afec2583a27b7434372fbf0",
"comment": "Previously bumped package update"
}
],
"patch": [
{
"author": "[email protected]",
"package": "design-to-code-react",
"commit": "1a184f5b99aeaba60329bfd61e6fa8c4c6c60475",
"comment": "Fixes an issue where undefined would show as false for radios"
}
]
}
},
{
"date": "Mon, 25 Mar 2024 19:15:05 GMT",
"tag": "design-to-code-react_v1.0.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/design-to-code-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - design-to-code-react

This log was last generated on Mon, 25 Mar 2024 19:15:05 GMT and should not be manually modified.
This log was last generated on Mon, 01 Apr 2024 19:33:43 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.3

Mon, 01 Apr 2024 19:33:43 GMT

### Patches

- Fixes an issue where undefined would show as false for radios ([email protected])

## 1.0.2

Mon, 25 Mar 2024 19:15:05 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/design-to-code-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "design-to-code-react",
"description": "A React-specific set of components and utilities to assist in creating web UI",
"sideEffects": false,
"version": "1.0.2",
"version": "1.0.3",
"author": "Jane Chu",
"license": "MIT",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/design-to-code/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "design-to-code",
"entries": [
{
"date": "Mon, 01 Apr 2024 19:33:43 GMT",
"tag": "design-to-code_v1.0.2",
"version": "1.0.2",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "design-to-code",
"commit": "7364b4a5b6184d224afec2583a27b7434372fbf0",
"comment": "Previously bumped package update"
}
]
}
},
{
"date": "Mon, 25 Mar 2024 19:15:05 GMT",
"tag": "design-to-code_v1.0.2",
Expand Down
Loading