Skip to content

Commit

Permalink
chore: build, changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjones13 committed Nov 3, 2023
1 parent e97e46b commit 8fb84ea
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changeset/funny-hotels-hear.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/angular-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrouxds/angular

## 7.19.1

### Patch Changes

#### Timeline

- Fixed an issue where events displayed incorrectly when they spanned over daylight savings time

## 7.19.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/angular-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-workspace",
"version": "7.19.0",
"version": "7.19.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -24,7 +24,7 @@
"@angular/platform-browser": "~13.2.7",
"@angular/platform-browser-dynamic": "~13.2.7",
"@angular/router": "~13.2.7",
"@astrouxds/astro-web-components": "^7.19.0",
"@astrouxds/astro-web-components": "^7.19.1",
"rxjs": "~7.5.7",
"tslib": "^2.4.1",
"zone.js": "~0.11.8"
Expand Down
8 changes: 8 additions & 0 deletions packages/angular-workspace/projects/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrouxds/angular

## 7.19.1

### Patch Changes

#### Timeline

- Fixed an issue where events displayed incorrectly when they spanned over daylight savings time

## 7.19.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/projects/angular/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/angular-workspace/projects/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrouxds/angular",
"version": "7.19.0",
"version": "7.19.1",
"description": "Astro Web Components Angular Wrapper",
"license": "MIT",
"repository": {
Expand All @@ -12,7 +12,7 @@
"@angular/core": ">=12.0.0"
},
"dependencies": {
"@astrouxds/astro-web-components": "^7.19.0",
"@astrouxds/astro-web-components": "^7.19.1",
"tslib": "^2.4.1"
}
}
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrouxds/react

## 7.19.1

### Patch Changes

#### Timeline

- Fixed an issue where events displayed incorrectly when they spanned over daylight savings time

## 7.19.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrouxds/react",
"sideEffects": false,
"version": "7.19.0",
"version": "7.19.1",
"description": "Astro Web Components React Wrapper",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@astrouxds/astro-web-components": "^7.19.0"
"@astrouxds/astro-web-components": "^7.19.1"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrouxds/astro-web-components

## 7.19.1

### Patch Changes

#### Timeline

- Fixed an issue where events displayed incorrectly when they spanned over daylight savings time

## 7.19.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrouxds/astro-web-components",
"version": "7.19.0",
"version": "7.19.1",
"description": "Astro Web Components",
"homepage": "https://astro-components.netlify.app/?path=/story/astro-uxds-welcome-start-here--page",
"repository": {
Expand Down

0 comments on commit 8fb84ea

Please sign in to comment.